Home | History | Annotate | Download | only in lz

Lines Matching defs:currentMatch

82         int currentMatch = hash.getHash4Pos();
120 skip(niceLenLimit, currentMatch);
138 int delta = lzPos - currentMatch;
174 tree[ptr1] = currentMatch;
176 currentMatch = tree[ptr1];
179 tree[ptr0] = currentMatch;
181 currentMatch = tree[ptr0];
187 private void skip(int niceLenLimit, int currentMatch) {
196 int delta = lzPos - currentMatch;
223 tree[ptr1] = currentMatch;
225 currentMatch = tree[ptr1];
228 tree[ptr0] = currentMatch;
230 currentMatch = tree[ptr0];
249 int currentMatch = hash.getHash4Pos();
252 skip(niceLenLimit, currentMatch);