Lines Matching refs:_repDistances
55 UInt32[] _repDistances = new UInt32[Base.kNumRepDistances];
62 _repDistances[i] = 0;
575 reps[i] = _repDistances[i];
596 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - 1));
1122 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - _additionalOffset));
1162 UInt32 distance = _repDistances[pos];
1166 _repDistances[i] = _repDistances[i - 1];
1167 _repDistances[0] = distance;
1198 _repDistances[i] = _repDistances[i - 1];
1199 _repDistances[0] = distance;