Home
last modified time | relevance | path

Searched refs:highPart (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp221 UInt64 highPart = firstByte & (mask - 1); in ReadNumber() local
222 value += (highPart << (i * 8)); in ReadNumber()
/external/lzma/C/
D7zIn.c360 UInt64 highPart = firstByte & (mask - 1); in SzReadNumber() local
361 *value += (highPart << (8 * i)); in SzReadNumber()