Lines Matching refs:Low
11 public UInt64 Low; 32 Low = 0; 56 Low += start * (Range /= total); 67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1) 72 Stream.WriteByte((byte)(temp + (Low >> 32))); 76 _cache = (byte)(((uint)Low) >> 24); 79 Low = ((uint)Low) << 8; 88 Low += Range; 104 Low += newBound;