Home
last modified time | relevance | path

Searched defs:UINT32_C (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm64/include/
H A D_stdint.h47 #define UINT32_C(c) (c ## U) macro
/freebsd/sys/arm/include/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/freebsd/sys/riscv/include/
H A D_stdint.h43 #define UINT32_C(c) (c ## U) macro
/freebsd/sys/x86/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd/sys/powerpc/include/
H A D_stdint.h51 #define UINT32_C(c) (c ## U) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h422 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
425 # define UINT32_C(v) v ## U macro
/freebsd/contrib/bc/include/
H A Dstatus.h328 #define UINT32_C __UINT32_C macro