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

Lines Matching full:longid

402       Byte longID[15];

403 ReadBytes(longID, idSize);
408 id |= (UInt64)longID[idSize - 1 - j] << (8 * j);