• Home
  • Raw
  • Download

Lines Matching refs:hv

503   UInt32 lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
531 curMatch = p->hash[hv]; in Bt2_MatchFinder_GetMatches()
532 p->hash[hv] = p->pos; in Bt2_MatchFinder_GetMatches()
542 curMatch = p->hash[hv]; in Bt3Zip_MatchFinder_GetMatches()
543 p->hash[hv] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
561 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_GetMatches()
564 hash[kFix3HashSize + hv] = pos; in Bt3_MatchFinder_GetMatches()
599 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_GetMatches()
603 hash[kFix4HashSize + hv] = pos; in Bt4_MatchFinder_GetMatches()
731 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_GetMatches()
735 hash[kFix4HashSize + hv] = pos; in Hc4_MatchFinder_GetMatches()
858 curMatch = p->hash[hv]; in Hc3Zip_MatchFinder_GetMatches()
859 p->hash[hv] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
871 curMatch = p->hash[hv]; in Bt2_MatchFinder_Skip()
872 p->hash[hv] = p->pos; in Bt2_MatchFinder_Skip()
884 curMatch = p->hash[hv]; in Bt3Zip_MatchFinder_Skip()
885 p->hash[hv] = p->pos; in Bt3Zip_MatchFinder_Skip()
900 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_Skip()
902 hash[kFix3HashSize + hv] = p->pos; in Bt3_MatchFinder_Skip()
917 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_Skip()
920 hash[kFix4HashSize + hv] = p->pos; in Bt4_MatchFinder_Skip()
956 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_Skip()
959 hash[kFix4HashSize + hv] = p->pos; in Hc4_MatchFinder_Skip()
994 curMatch = p->hash[hv]; in Hc3Zip_MatchFinder_Skip()
995 p->hash[hv] = p->pos; in Hc3Zip_MatchFinder_Skip()