Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/qat/
HDqat_hw15reg.h342 #define COMN_REQ_ORD UINT16_C(0x8000)
346 #define COMN_REQ_PTR_TYPE UINT16_C(0x4000)
350 #define COMN_REQ_RESERVED UINT16_C(0x2000)
351 #define COMN_REQ_SHRAM_INIT UINT16_C(0x1000)
354 #define COMN_REQ_REGEX_SLICE UINT16_C(0x0800)
357 #define COMN_REQ_XLAT_SLICE UINT16_C(0x0400)
360 #define COMN_REQ_CPR_SLICE UINT16_C(0x0200)
363 #define COMN_REQ_BULK_SLICE UINT16_C(0x0100)
366 #define COMN_REQ_STORAGE_SLICE UINT16_C(0x0080)
369 #define COMN_REQ_RND_SLICE UINT16_C(0x0040)
[all …]
/freebsd-13-stable/lib/libiconv_modules/UTF7/
HDcitrus_utf7.c53 #define EI_MASK UINT16_C(0xff)
54 #define EI_DIRECT UINT16_C(0x100)
55 #define EI_OPTION UINT16_C(0x200)
56 #define EI_SPACE UINT16_C(0x400)
127 #define UTF16_MAX UINT16_C(0xffff)
147 #define HISRG_MIN UINT16_C(0xd800)
148 #define HISRG_MAX UINT16_C(0xdbff)
149 #define LOSRG_MIN UINT16_C(0xdc00)
150 #define LOSRG_MAX UINT16_C(0xdfff)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDfp_trunc.h90 #define DST_REP_C UINT16_C
100 #define DST_REP_C UINT16_C
HDfp_extend.h62 #define SRC_REP_C UINT16_C
82 #define SRC_REP_C UINT16_C
HDfp_lib.h37 #define HALF_REP_C UINT16_C
/freebsd-13-stable/crypto/libecc/include/libecc/words/
HDwords_16.h35 #define WORD(A) (UINT16_C(A))
HDwords_32.h36 #define HWORD(A) (UINT16_C(A))
HDtypes.h141 #define UINT16_C(c) ((uint16_t)(c ## UL)) macro
/freebsd-13-stable/sys/riscv/include/
HD_stdint.h42 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/arm64/include/
HD_stdint.h42 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/arm/include/
HD_stdint.h44 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/x86/include/
HD_stdint.h52 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/mips/include/
HD_stdint.h52 #define UINT16_C(c) (c) macro
/freebsd-13-stable/sys/powerpc/include/
HD_stdint.h50 #define UINT16_C(c) (c) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdint.h457 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
460 # define UINT16_C(v) v ## U macro
796 #define UINT16_MAX UINT16_C(65535)
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstdint92 UINT16_C(value)