Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp241 UInt64 highPart = firstByte & (mask - 1); in ReadNumberSpec() local
242 value += (highPart << (i * 8)); in ReadNumberSpec()
/external/lzma/C/
D7zArcIn.c227 UInt64 highPart = firstByte & (mask - 1); in ReadNumber() local
228 *value |= (highPart << (8 * i)); in ReadNumber()