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

Lines Matching refs:mainByte

429       Byte mainByte = ReadByte();

430 if ((mainByte & 0xC0) != 0)
432 unsigned idSize = (mainByte & 0xF);
442 if ((mainByte & 0x10) != 0)
452 if ((mainByte & 0x20) != 0)
713 Byte mainByte = inByte->ReadByte();
714 if ((mainByte & 0xC0) != 0)
716 unsigned idSize = (mainByte & 0xF);
730 if ((mainByte & 0x10) != 0)
741 if ((mainByte & 0x20) != 0)