Home
last modified time | relevance | path

Searched defs:UINT64_C (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dint_const.h57 #define UINT64_C(c) c ## UL macro
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
Dint_const.h56 #define UINT64_C(c) c ## ULL macro
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dint_const.h56 #define UINT64_C(c) c ## ULL macro
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dint_const.h56 #define UINT64_C(c) c ## ULL macro
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dint_const.h56 #define UINT64_C(c) c ## ULL macro
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/machine/
D_stdint.h46 #define UINT64_C(c) (c ## UL) macro