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

Lines Matching defs:firstByte

214   Byte firstByte = _buffer[_pos++];

219 if ((firstByte & mask) == 0)
221 UInt64 highPart = firstByte & (mask - 1);