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

Lines Matching refs:highPart

241       UInt64 highPart = firstByte & (mask - 1);

242 value += (highPart << (i * 8));