TianoCore EDK2 master
|
Go to the source code of this file.
Typedefs | |
typedef UINTN | size_t |
Functions | |
void * | memset (void *dest, int ch, size_t count) |
int | memcmp (const void *buf1, const void *buf2, size_t count) |
Variables | |
int GLOBAL_USED | _fltused = 1 |
Intrinsic Memory Routines Wrapper Implementation for OpenSSL-based Cryptographic Library.
Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MemoryIntrinsics.c.
#define GLOBAL_USED |
Definition at line 19 of file MemoryIntrinsics.c.
typedef UINTN size_t |
Definition at line 14 of file MemoryIntrinsics.c.
int memcmp | ( | const void * | buf1, |
const void * | buf2, | ||
size_t | count | ||
) |
Definition at line 58 of file MemoryIntrinsics.c.
void * memset | ( | void * | dest, |
int | ch, | ||
size_t | count | ||
) |
Definition at line 28 of file MemoryIntrinsics.c.
int GLOBAL_USED _fltused = 1 |
Definition at line 24 of file MemoryIntrinsics.c.