Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Arm/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/X64/machine/
Dint_const.h56 #define UINT64_C(c) c ## ULL macro
/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/arm-trusted-firmware/include/lib/stdlib/machine/
D_stdint.h51 #define UINT64_C(c) (c ## ULL) macro
/device/google/fuchsia/bioniccompat/include/
Dstdint.h268 #define UINT64_C(c) __UINT64_C(c) macro