Searched refs:nextByte (Results 1 – 11 of 11) sorted by relevance
135 int nextByte = value & 0x7f | (marker << 7); in writeUleb128() local136 writeByte(nextByte); in writeUleb128()169 int nextByte = value & 0x7f | (marker << 7); in writeLargestUleb128() local170 writeByte(nextByte); in writeLargestUleb128()244 int nextByte = value & 0x7f | (marker << 7); in writeSleb128() local245 writeByte(nextByte); in writeSleb128()
482 byte nextByte = mWspData[startIndex];485 if ((nextByte & 0x80) == 0x00 && nextByte > 31) { // untyped
META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
1397 Ldalvik/system/EmulatedStackFrame$StackFrameReader;->nextByte()B
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
48763 method public byte nextByte();48764 method public byte nextByte(int);