Home
last modified time | relevance | path

Searched refs:UINT8_C (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/libecc/include/libecc/words/
H A Dwords_16.h36 #define HWORD(A) (UINT8_C(A))
H A Dtypes.h140 #define UINT8_C(c) ((uint8_t)(c ## UL)) 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/arm64/include/
H A D_stdint.h45 #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
841 # define UINT8_MAX UINT8_C(255)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint91 UINT8_C(value)