Home | History | Annotate | Download | only in Compress

Lines Matching refs:Low

21   UInt64 Low;

30 Low = 0;
38 // Low += 1;
49 Low += start * (Range /= total);
60 if ((UInt32)Low < (UInt32)0xFF000000 || (int)(Low >> 32) != 0)
65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32)));
69 _cache = (Byte)((UInt32)Low >> 24);
72 Low = (UInt32)Low << 8;
80 Low += Range & (0 - ((value >> numBits) & 1));
96 Low += newBound;