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

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

Completed in 126 milliseconds