16#if defined (__GNUC__) || defined (__clang__)
17#define GLOBAL_USED __attribute__((used))
24int GLOBAL_USED _fltused = 1;
46 volatile UINT8 *Pointer;
48 Pointer = (UINT8 *)dest;
49 while (count-- != 0) {
50 *(Pointer++) = (UINT8)ch;
INTN EFIAPI CompareMem(IN CONST VOID *DestinationBuffer, IN CONST VOID *SourceBuffer, IN UINTN Length)