• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:hashValue

468   UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
489 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
490 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_GetMatches()
500 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
501 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
514 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
517 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
548 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
595 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
599 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
640 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_GetMatches()
641 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
653 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_Skip()
654 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_Skip()
666 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_Skip()
667 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_Skip()
680 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
682 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
695 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
698 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
711 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
714 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
727 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_Skip()
728 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_Skip()