Searched defs:UINT64_C (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h145 # define UINT64_C(n) n ## UI64 macro
150 # define UINT64_C(n) n ## ULL macro
152 # define UINT64_C(n) n ## UL macro
/freebsd-10-stable/contrib/xz/src/common/
H A Dsysdefs.h77 # define UINT64_C(n) n ## ULL macro
90 # define UINT64_C(n) n ## UL macro
/freebsd-10-stable/sys/arm/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## ULL) macro
/freebsd-10-stable/sys/ia64/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/freebsd-10-stable/sys/mips/include/
H A D_stdint.h56 #define UINT64_C(c) (c ## UL) macro
59 #define UINT64_C(c) (c ## ULL) macro
/freebsd-10-stable/sys/powerpc/include/
H A D_stdint.h55 #define UINT64_C(c) (c ## UL) macro
58 #define UINT64_C(c) (c ## ULL) macro
/freebsd-10-stable/sys/sparc64/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/freebsd-10-stable/sys/x86/include/
H A D_stdint.h55 #define UINT64_C(c) (c ## UL) macro
58 #define UINT64_C(c) (c ## ULL) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h319 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
322 # define UINT64_C(v) v ## U macro
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h344 #undef UINT64_C macro
350 #define UINT64_C(v) (v ## UL) macro
356 #define UINT64_C(v) (v ## ULL) macro

Completed in 57 milliseconds