UINT16_C
#define UTF16_MAX UINT16_C(0xffff)
#define HISRG_MIN UINT16_C(0xd800)
#define HISRG_MAX UINT16_C(0xdbff)
#define LOSRG_MIN UINT16_C(0xdc00)
#define LOSRG_MAX UINT16_C(0xdfff)
#define EI_MASK UINT16_C(0xff)
#define EI_DIRECT UINT16_C(0x100)
#define EI_OPTION UINT16_C(0x200)
#define EI_SPACE UINT16_C(0x400)
#define COMN_REQ_ORD UINT16_C(0x8000)
#define COMN_REQ_PTR_TYPE UINT16_C(0x4000)
#define COMN_REQ_RESERVED UINT16_C(0x2000)
#define COMN_REQ_SHRAM_INIT UINT16_C(0x1000)
#define COMN_REQ_REGEX_SLICE UINT16_C(0x0800)
#define COMN_REQ_XLAT_SLICE UINT16_C(0x0400)
#define COMN_REQ_CPR_SLICE UINT16_C(0x0200)
#define COMN_REQ_BULK_SLICE UINT16_C(0x0100)
#define COMN_REQ_STORAGE_SLICE UINT16_C(0x0080)
#define COMN_REQ_RND_SLICE UINT16_C(0x0040)
#define COMN_REQ_PKE1_SLICE UINT16_C(0x0020)
#define COMN_REQ_PKE0_SLICE UINT16_C(0x0010)
#define COMN_REQ_AUTH1_SLICE UINT16_C(0x0008)
#define COMN_REQ_AUTH0_SLICE UINT16_C(0x0004)
#define COMN_REQ_CIPHER1_SLICE UINT16_C(0x0002)
#define COMN_REQ_CIPHER0_SLICE UINT16_C(0x0001)