Lines Matching refs:Low
17 R->Low = 0;
26 if ((UInt32)R->Low < (UInt32)0xFF000000 || (unsigned)(R->Low >> 32) != 0)
31 IByteOut_Write(R->Stream, (Byte)(temp + (Byte)(R->Low >> 32)));
35 R->Cache = (Byte)((UInt32)R->Low >> 24);
38 R->Low = (UInt32)((UInt32)R->Low << 8);
52 R->Low += start * R->Range; \
61 R->Low += start * R->Range;
186 R->Low += bound;