Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A D_stdint.h59 #define UINT64_C(c) (c ## UL) macro
62 #define UINT64_C(c) (c ## ULL) macro
/f-stack/freebsd/mips/include/
H A D_stdint.h58 #define UINT64_C(c) (c ## UL) macro
61 #define UINT64_C(c) (c ## ULL) macro
/f-stack/freebsd/arm64/include/
H A Dasm.h56 #define UINT64_C(x) (x) macro
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/f-stack/freebsd/arm/include/
H A D_stdint.h48 #define UINT64_C(c) (c ## ULL) macro
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro