• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/

Lines Matching defs:curMatch

312 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,

316 son[_cyclicBufferPos] = curMatch;
319 UInt32 delta = pos - curMatch;
324 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
343 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
352 UInt32 delta = pos - curMatch;
382 *ptr1 = curMatch;
384 curMatch = *ptr1;
389 *ptr0 = curMatch;
391 curMatch = *ptr0;
398 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
406 UInt32 delta = pos - curMatch;
432 *ptr1 = curMatch;
434 curMatch = *ptr1;
439 *ptr0 = curMatch;
441 curMatch = *ptr0;
458 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
468 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
472 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); MOVE_POS;
479 curMatch = p->hash[hashValue];
490 curMatch = p->hash[hashValue];
504 curMatch = p->hash[kFix3HashSize + hashValue];
522 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p));
538 curMatch = p->hash[kFix4HashSize + hashValue];
567 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p));
585 curMatch = p->hash[kFix4HashSize + hashValue];
614 p->son[p->cyclicBufferPos] = curMatch;
620 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),
630 curMatch = p->hash[hashValue];
632 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),
643 curMatch = p->hash[hashValue];
656 curMatch = p->hash[hashValue];
670 curMatch = p->hash[kFix3HashSize + hashValue];
685 curMatch = p->hash[kFix4HashSize + hashValue];
701 curMatch = p->hash[kFix4HashSize + hashValue];
705 p->son[p->cyclicBufferPos] = curMatch;
717 curMatch = p->hash[hashValue];
719 p->son[p->cyclicBufferPos] = curMatch;