Searched defs:lowByte (Results 1 – 5 of 5) sorted by relevance
520 unsigned char lowByte = code; in startClosingHandshake() local686 unsigned char lowByte = static_cast<unsigned char>(frame.payload[1]); in processFrame() local
135 int32_t lowByte; in makeReorderTable() local
93 #define lowByte(w) ((uint8_t) ((w) & 0xff)) macro
360 int lowByte = opcode & 0xff; in isValidShape() local399 int lowByte = opcodeUnit & 0xff; in extractOpcodeFromUnit() local
990 private static short codeUnit(int lowByte, int highByte) { in codeUnit()