Lines Matching refs:GetIndexByte
595 byte currentByte = _matchFinder.GetIndexByte(0 - 1);
596 byte matchByte = _matchFinder.GetIndexByte(0 - _repDistances[0] - 1 - 1);
802 currentByte = _matchFinder.GetIndexByte(0 - 1);
803 matchByte = _matchFinder.GetIndexByte(0 - reps[0] - 1 - 1);
809 _literalEncoder.GetSubCoder(position, _matchFinder.GetIndexByte(0 - 2)).
921 _matchFinder.GetIndexByte(lenTest - 1 - 1)).GetPrice(true,
922 _matchFinder.GetIndexByte(lenTest - 1 - (reps[repIndex] + 1)),
923 _matchFinder.GetIndexByte(lenTest - 1));
995 _matchFinder.GetIndexByte(lenTest - 1 - 1)).
997 _matchFinder.GetIndexByte(lenTest - (curBack + 1) - 1),
998 _matchFinder.GetIndexByte(lenTest - 1));
1095 byte curByte = _matchFinder.GetIndexByte(0 - _additionalOffset);
1116 byte curByte = _matchFinder.GetIndexByte((int)(0 - _additionalOffset));
1120 byte matchByte = _matchFinder.GetIndexByte((int)(0 - _repDistances[0] - 1 - _additionalOffset));
1200 _previousByte = _matchFinder.GetIndexByte(len - 1 - _additionalOffset);