Home | History | Annotate | Download | only in 7z

Lines Matching refs:firstByte

221   Byte firstByte = *p++;

223 if ((firstByte & 0x80) == 0)
226 return firstByte;
239 if ((firstByte & mask) == 0)
241 UInt64 highPart = firstByte & (mask - 1);