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

/freebsd-11-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-11-stable/contrib/xz/src/common/
H A Dsysdefs.h58 # define UINT32_C(n) n ## U macro
/freebsd-11-stable/sys/arm/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h52 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h53 #define UINT32_C(c) (c ## U) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h378 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
381 # define UINT32_C(v) v ## U macro

Completed in 204 milliseconds