Home
last modified time | relevance | path

Searched defs:UINT8_C (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm64/include/
H A D_stdint.h45 #define UINT8_C(c) (c) macro
/freebsd/sys/arm/include/
H A D_stdint.h43 #define UINT8_C(c) (c) macro
/freebsd/sys/riscv/include/
H A D_stdint.h41 #define UINT8_C(c) (c) macro
/freebsd/sys/x86/include/
H A D_stdint.h49 #define UINT8_C(c) (c) macro
/freebsd/sys/powerpc/include/
H A D_stdint.h49 #define UINT8_C(c) (c) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h475 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
478 # define UINT8_C(v) v ## U macro