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

/freebsd-11-stable/sys/arm/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h49 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h50 #define UINT8_C(c) (c) macro
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h51 #define UINT8_C(c) (c) macro
/freebsd-11-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

Completed in 112 milliseconds