Searched refs:highPart (Results 1 – 2 of 2) sorted by relevance
221 UInt64 highPart = firstByte & (mask - 1); in ReadNumber() local222 value += (highPart << (i * 8)); in ReadNumber()
360 UInt64 highPart = firstByte & (mask - 1); in SzReadNumber() local361 *value += (highPart << (8 * i)); in SzReadNumber()