Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_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/lib/libiconv_modules/UTF7/
H A Dcitrus_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/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc.h102 #define DST_REP_C UINT16_C
112 #define DST_REP_C UINT16_C
H A Dfp_extend.h62 #define SRC_REP_C UINT16_C
82 #define SRC_REP_C UINT16_C
H A Dfp_lib.h37 #define HALF_REP_C UINT16_C
/freebsd/crypto/libecc/include/libecc/words/
H A Dwords_16.h35 #define WORD(A) (UINT16_C(A))
H A Dwords_32.h36 #define HWORD(A) (UINT16_C(A))
H A Dtypes.h141 #define UINT16_C(c) ((uint16_t)(c ## UL)) macro
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSpecialSymbolMap.inc25 SYMBOL(UINT16_C, None, <stdint.h>)
H A DStdSpecialSymbolMap.inc843 SYMBOL(UINT16_C, None, <cstdint>)
844 SYMBOL(UINT16_C, None, <stdint.h>)
/freebsd/sys/riscv/include/
H A D_stdint.h40 #define UINT16_C(c) (c) macro
/freebsd/sys/arm64/include/
H A D_stdint.h44 #define UINT16_C(c) (c) macro
/freebsd/sys/arm/include/
H A D_stdint.h42 #define UINT16_C(c) (c) macro
/freebsd/sys/x86/include/
H A D_stdint.h48 #define UINT16_C(c) (c) macro
/freebsd/sys/powerpc/include/
H A D_stdint.h48 #define UINT16_C(c) (c) macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h392 #define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
395 #define UINT16_C(v) v##U macro
723 #define UINT16_MAX UINT16_C(65535)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint92 UINT16_C(value)
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdint92 UINT16_C(value)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h362 #define UINT16_C(v) __UINT16_C(v) macro
685 #define UINT16_MAX UINT16_C(65535)