Symbol: UINT16_C
crypto/libecc/include/libecc/words/words_16.h
35
#define WORD(A) (UINT16_C(A))
crypto/libecc/include/libecc/words/words_32.h
36
#define HWORD(A) (UINT16_C(A))
lib/libiconv_modules/UTF7/citrus_utf7.c
127
#define UTF16_MAX UINT16_C(0xffff)
lib/libiconv_modules/UTF7/citrus_utf7.c
147
#define HISRG_MIN UINT16_C(0xd800)
lib/libiconv_modules/UTF7/citrus_utf7.c
148
#define HISRG_MAX UINT16_C(0xdbff)
lib/libiconv_modules/UTF7/citrus_utf7.c
149
#define LOSRG_MIN UINT16_C(0xdc00)
lib/libiconv_modules/UTF7/citrus_utf7.c
150
#define LOSRG_MAX UINT16_C(0xdfff)
lib/libiconv_modules/UTF7/citrus_utf7.c
53
#define EI_MASK UINT16_C(0xff)
lib/libiconv_modules/UTF7/citrus_utf7.c
54
#define EI_DIRECT UINT16_C(0x100)
lib/libiconv_modules/UTF7/citrus_utf7.c
55
#define EI_OPTION UINT16_C(0x200)
lib/libiconv_modules/UTF7/citrus_utf7.c
56
#define EI_SPACE UINT16_C(0x400)
sys/dev/qat_c2xxx/qat_hw15reg.h
342
#define COMN_REQ_ORD UINT16_C(0x8000)
sys/dev/qat_c2xxx/qat_hw15reg.h
346
#define COMN_REQ_PTR_TYPE UINT16_C(0x4000)
sys/dev/qat_c2xxx/qat_hw15reg.h
350
#define COMN_REQ_RESERVED UINT16_C(0x2000)
sys/dev/qat_c2xxx/qat_hw15reg.h
351
#define COMN_REQ_SHRAM_INIT UINT16_C(0x1000)
sys/dev/qat_c2xxx/qat_hw15reg.h
354
#define COMN_REQ_REGEX_SLICE UINT16_C(0x0800)
sys/dev/qat_c2xxx/qat_hw15reg.h
357
#define COMN_REQ_XLAT_SLICE UINT16_C(0x0400)
sys/dev/qat_c2xxx/qat_hw15reg.h
360
#define COMN_REQ_CPR_SLICE UINT16_C(0x0200)
sys/dev/qat_c2xxx/qat_hw15reg.h
363
#define COMN_REQ_BULK_SLICE UINT16_C(0x0100)
sys/dev/qat_c2xxx/qat_hw15reg.h
366
#define COMN_REQ_STORAGE_SLICE UINT16_C(0x0080)
sys/dev/qat_c2xxx/qat_hw15reg.h
369
#define COMN_REQ_RND_SLICE UINT16_C(0x0040)
sys/dev/qat_c2xxx/qat_hw15reg.h
372
#define COMN_REQ_PKE1_SLICE UINT16_C(0x0020)
sys/dev/qat_c2xxx/qat_hw15reg.h
375
#define COMN_REQ_PKE0_SLICE UINT16_C(0x0010)
sys/dev/qat_c2xxx/qat_hw15reg.h
378
#define COMN_REQ_AUTH1_SLICE UINT16_C(0x0008)
sys/dev/qat_c2xxx/qat_hw15reg.h
381
#define COMN_REQ_AUTH0_SLICE UINT16_C(0x0004)
sys/dev/qat_c2xxx/qat_hw15reg.h
384
#define COMN_REQ_CIPHER1_SLICE UINT16_C(0x0002)
sys/dev/qat_c2xxx/qat_hw15reg.h
387
#define COMN_REQ_CIPHER0_SLICE UINT16_C(0x0001)