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

/freebsd-13-stable/sys/mips/include/
H A D_stdint.h53 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/riscv/include/
H A D_stdint.h44 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/arm/include/
H A D_stdint.h46 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/arm64/include/
H A D_stdint.h44 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/powerpc/include/
H A D_stdint.h52 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/x86/include/
H A D_stdint.h54 #define UINT16_C(c) (c) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h414 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
417 # define UINT16_C(v) v ## U macro

Completed in 125 milliseconds