Searched refs:highPart (Results 1 – 2 of 2) sorted by relevance
241 UInt64 highPart = firstByte & (mask - 1); in ReadNumberSpec() local242 value += (highPart << (i * 8)); in ReadNumberSpec()
227 UInt64 highPart = firstByte & (mask - 1); in ReadNumber() local228 *value |= (highPart << (8 * i)); in ReadNumber()