Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/words/
H A Dtypes.h140 #define UINT8_C(c) ((uint8_t)(c ## UL)) macro
/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