Searched defs:highByte (Results 1 – 4 of 4) sorted by relevance
519 unsigned char highByte = code >> 8; in startClosingHandshake() local685 unsigned char highByte = static_cast<unsigned char>(frame.payload[0]); in processFrame() local
141 int32_t highByte; in makeReorderTable() local
94 #define highByte(w) ((uint8_t) ((w) >> 8)) macro
990 private static short codeUnit(int lowByte, int highByte) { in codeUnit()