Searched defs:BYTE_MASK (Results 1 – 5 of 5) sorted by relevance
74 static constexpr zchar BYTE_MASK = 0x000000BF; variable
73 #define BYTE_MASK 0xFF macro
32 #define BYTE_MASK 0xFF macro
106 constexpr uint8_t BYTE_MASK = 0xbf; variable
56 constexpr static uint8_t BYTE_MASK = 0x0F; variable