• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:curMatch

324 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL…  in Hc_GetMatchesSpec()  argument
328 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
331 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
336curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
364 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
394 *ptr1 = curMatch; in GetMatchesSpec1()
396 curMatch = *ptr1; in GetMatchesSpec1()
401 *ptr0 = curMatch; in GetMatchesSpec1()
403 curMatch = *ptr0; in GetMatchesSpec1()
410 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec() argument
418 UInt32 delta = pos - curMatch; in SkipMatchesSpec()
444 *ptr1 = curMatch; in SkipMatchesSpec()
446 curMatch = *ptr1; in SkipMatchesSpec()
451 *ptr0 = curMatch; in SkipMatchesSpec()
453 curMatch = *ptr0; in SkipMatchesSpec()
470 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
480 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
484 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); MOVE_POS;
491 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
502 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
516 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
534 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt3_MatchFinder_GetMatches()
550 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
579 SkipMatchesSpec(lenLimit, curMatch, MF_PARAMS(p)); in Bt4_MatchFinder_GetMatches()
597 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
626 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
632 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc4_MatchFinder_GetMatches()
642 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_GetMatches()
644 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p), in Hc3Zip_MatchFinder_GetMatches()
655 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_Skip()
668 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_Skip()
682 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
697 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
713 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
717 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
729 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_Skip()
731 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()