Home | History | Annotate | Download | only in C

Lines Matching defs:firstByte

350   Byte firstByte;

353 RINOK(SzReadByte(sd, &firstByte));
358 if ((firstByte & mask) == 0)
360 UInt64 highPart = firstByte & (mask - 1);