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

/freebsd-current/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-current/contrib/xz/src/common/
H A Dsysdefs.h65 # define UINT32_C(n) n ## U macro
/freebsd-current/sys/arm/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h47 #define UINT32_C(c) (c ## U) macro
/freebsd-current/sys/powerpc/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd-current/sys/x86/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h43 #define UINT32_C(c) (c ## U) macro
/freebsd-current/contrib/bc/include/
H A Dstatus.h349 #define UINT32_C __UINT32_C macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h418 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
421 # define UINT32_C(v) v ## U macro

Completed in 95 milliseconds