Home
last modified time | relevance | path

Searched defs:highByte (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DMainThreadWebSocketChannel.cpp519 unsigned char highByte = code >> 8; in startClosingHandshake() local
685 unsigned char highByte = static_cast<unsigned char>(frame.payload[0]); in processFrame() local
/external/icu/icu4c/source/i18n/
Dcollationdata.cpp141 int32_t highByte; in makeReorderTable() local
/external/arduino/hardware/arduino/cores/arduino/
Dwiring.h94 #define highByte(w) ((uint8_t) ((w) >> 8)) macro
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java990 private static short codeUnit(int lowByte, int highByte) { in codeUnit()