Searched refs:UINT8_C (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/sparc64/include/
H A D_stdint.h45 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/arm/include/
H A D_stdint.h45 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/arm64/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/powerpc/include/
H A D_stdint.h51 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/mips/include/
H A D_stdint.h52 #define UINT8_C(c) (c) macro
/freebsd-12-stable/sys/x86/include/
H A D_stdint.h53 #define UINT8_C(c) (c) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h433 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
436 # define UINT8_C(v) v ## U macro
623 # define UINT8_MAX UINT8_C(255)

Completed in 75 milliseconds