Searched defs:UINT32_C (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h137 # define UINT32_C(n) n ## UI32 macro
139 # define UINT32_C(n) n ## U macro
/freebsd-10-stable/contrib/xz/src/common/
H A Dsysdefs.h60 # define UINT32_C(n) n ## U macro
/freebsd-10-stable/sys/arm/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/sys/ia64/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/sys/mips/include/
H A D_stdint.h52 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/sys/powerpc/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/sys/sparc64/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/sys/x86/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h393 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
396 # define UINT32_C(v) v ## U macro

Completed in 200 milliseconds