Lines Matching refs:_repDistances
55 int[] _repDistances = new int[Base.kNumRepDistances];
62 _repDistances[i] = 0;
575 reps[i] = _repDistances[i];
596 byte matchByte = _matchFinder.GetIndexByte(0 - _repDistances[0] - 1 - 1);
1120 byte matchByte = _matchFinder.GetIndexByte((int)(0 - _repDistances[0] - 1 - _additionalOffset));
1160 int distance = _repDistances[pos];
1164 _repDistances[i] = _repDistances[i - 1];
1165 _repDistances[0] = distance;
1196 _repDistances[i] = _repDistances[i - 1];
1197 _repDistances[0] = distance;