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

Lines Matching refs:highPart

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

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