Home | History | Annotate | Download | only in libdex

Lines Matching defs:byte3

1933                 u1 byte3 = *(data++);
1934 if ((byte3 & 0xc0) != 0x80) {
1935 ALOGE("Illegal continuation byte %#x", byte3);
1939 | (byte3 & 0x3f);