Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/words/
H A Dtypes.h141 #define UINT16_C(c) ((uint16_t)(c ## UL)) macro
/freebsd/sys/arm64/include/
H A D_stdint.h46 #define UINT16_C(c) (c) macro
/freebsd/sys/arm/include/
H A D_stdint.h44 #define UINT16_C(c) (c) macro
/freebsd/sys/riscv/include/
H A D_stdint.h42 #define UINT16_C(c) (c) macro
/freebsd/sys/x86/include/
H A D_stdint.h50 #define UINT16_C(c) (c) macro
/freebsd/sys/powerpc/include/
H A D_stdint.h50 #define UINT16_C(c) (c) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h457 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
460 # define UINT16_C(v) v ## U macro