HomeSort by relevance Sort by last modified time
    Searched refs:mainByte (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
7zIn.c 553 Byte mainByte;
558 RINOK(SzReadByte(sd, &mainByte));
559 idSize = (unsigned)(mainByte & 0xF);
567 if ((mainByte & 0x10) != 0)
580 if ((mainByte & 0x20) != 0)
589 while ((mainByte & 0x80) != 0)
591 RINOK(SzReadByte(sd, &mainByte));
592 RINOK(SzSkeepDataSize(sd, (mainByte & 0xF)));
593 if ((mainByte & 0x10) != 0)
599 if ((mainByte & 0x20) != 0)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 400 Byte mainByte = ReadByte();
401 int idSize = (mainByte & 0xF);
411 if ((mainByte & 0x10) != 0)
421 if ((mainByte & 0x20) != 0)
427 if ((mainByte & 0x80) != 0)
    [all...]

Completed in 97 milliseconds