Home | History | Annotate | Download | only in C

Lines Matching refs:highPart

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

228 *value |= (highPart << (8 * i));
275 UInt64 highPart = firstByte & (mask - 1);
276 value |= (highPart << (8 * i));