Searched defs:byte3 (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java946 private static int byte3(int value) { method in class:InstructionCodec
/dalvik/libdex/
H A DDexSwapVerify.cpp1933 u1 byte3 = *(data++); local
1934 if ((byte3 & 0xc0) != 0x80) {
1935 ALOGE("Illegal continuation byte %#x", byte3);
1939 | (byte3 & 0x3f);

Completed in 62 milliseconds