Symbol: UINT16_C
lib/libc/citrus/modules/citrus_utf7.c
155
#define UTF16_MAX UINT16_C(0xffff)
lib/libc/citrus/modules/citrus_utf7.c
175
#define HISRG_MIN UINT16_C(0xd800)
lib/libc/citrus/modules/citrus_utf7.c
176
#define HISRG_MAX UINT16_C(0xdbff)
lib/libc/citrus/modules/citrus_utf7.c
177
#define LOSRG_MIN UINT16_C(0xdc00)
lib/libc/citrus/modules/citrus_utf7.c
178
#define LOSRG_MAX UINT16_C(0xdfff)
lib/libc/citrus/modules/citrus_utf7.c
57
#define EI_MASK UINT16_C(0xff)
lib/libc/citrus/modules/citrus_utf7.c
58
#define EI_DIRECT UINT16_C(0x100)
lib/libc/citrus/modules/citrus_utf7.c
59
#define EI_OPTION UINT16_C(0x200)
lib/libc/citrus/modules/citrus_utf7.c
60
#define EI_SPACE UINT16_C(0x400)
sys/dev/pci/qat/qat_hw15reg.h
341
#define COMN_REQ_ORD UINT16_C(0x8000)
sys/dev/pci/qat/qat_hw15reg.h
345
#define COMN_REQ_PTR_TYPE UINT16_C(0x4000)
sys/dev/pci/qat/qat_hw15reg.h
349
#define COMN_REQ_RESERVED UINT16_C(0x2000)
sys/dev/pci/qat/qat_hw15reg.h
350
#define COMN_REQ_SHRAM_INIT UINT16_C(0x1000)
sys/dev/pci/qat/qat_hw15reg.h
353
#define COMN_REQ_REGEX_SLICE UINT16_C(0x0800)
sys/dev/pci/qat/qat_hw15reg.h
356
#define COMN_REQ_XLAT_SLICE UINT16_C(0x0400)
sys/dev/pci/qat/qat_hw15reg.h
359
#define COMN_REQ_CPR_SLICE UINT16_C(0x0200)
sys/dev/pci/qat/qat_hw15reg.h
362
#define COMN_REQ_BULK_SLICE UINT16_C(0x0100)
sys/dev/pci/qat/qat_hw15reg.h
365
#define COMN_REQ_STORAGE_SLICE UINT16_C(0x0080)
sys/dev/pci/qat/qat_hw15reg.h
368
#define COMN_REQ_RND_SLICE UINT16_C(0x0040)
sys/dev/pci/qat/qat_hw15reg.h
371
#define COMN_REQ_PKE1_SLICE UINT16_C(0x0020)
sys/dev/pci/qat/qat_hw15reg.h
374
#define COMN_REQ_PKE0_SLICE UINT16_C(0x0010)
sys/dev/pci/qat/qat_hw15reg.h
377
#define COMN_REQ_AUTH1_SLICE UINT16_C(0x0008)
sys/dev/pci/qat/qat_hw15reg.h
380
#define COMN_REQ_AUTH0_SLICE UINT16_C(0x0004)
sys/dev/pci/qat/qat_hw15reg.h
383
#define COMN_REQ_CIPHER1_SLICE UINT16_C(0x0002)
sys/dev/pci/qat/qat_hw15reg.h
386
#define COMN_REQ_CIPHER0_SLICE UINT16_C(0x0001)