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

/dalvik/libdex/
H A DDexSwapVerify.c1860 u1 byte3 = *(data++); local
1861 if ((byte3 & 0xc0) != 0x80) {
1862 LOGE("Illegal continuation byte 0x%x\n", byte3);
1866 | (byte3 & 0x3f);

Completed in 61 milliseconds