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

/freebsd-11-stable/sys/arm64/include/
H A Dasm.h52 #define UINT64_C(x) (x) macro
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/freebsd-11-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-11-stable/contrib/xz/src/common/
H A Dsysdefs.h75 # define UINT64_C(n) n ## ULL macro
88 # define UINT64_C(n) n ## UL macro
/freebsd-11-stable/sys/arm/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## ULL) macro
/freebsd-11-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-11-stable/sys/riscv/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/freebsd-11-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-11-stable/sys/x86/include/
H A D_stdint.h57 #define UINT64_C(c) (c ## UL) macro
60 #define UINT64_C(c) (c ## ULL) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h36 #undef UINT64_C macro
37 #define UINT64_C(c) (c##ULL) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h304 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
307 # define UINT64_C(v) v ## U macro

Completed in 107 milliseconds