HomeSort by relevance Sort by last modified time
    Searched defs:LIT64 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 80 The `LIT64' macro takes as its argument a textual integer literal and
84 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
85 defined as the identity macro: `#define LIT64( a ) a'.
88 #define LIT64( a ) a##ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 76 The `LIT64' macro takes as its argument a textual integer literal and
80 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
81 defined as the identity macro: `#define LIT64( a ) a'.
84 #define LIT64( a ) a##ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 80 The `LIT64' macro takes as its argument a textual integer literal and
84 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
85 defined as the identity macro: `#define LIT64( a ) a'.
88 #define LIT64( a ) a##ULL

Completed in 111 milliseconds