• Home
  • Raw
  • Download

Lines Matching refs:hv

582   unsigned lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
610 curMatch = p->hash[hv]; in Bt2_MatchFinder_GetMatches()
611 p->hash[hv] = p->pos; in Bt2_MatchFinder_GetMatches()
621 curMatch = p->hash[hv]; in Bt3Zip_MatchFinder_GetMatches()
622 p->hash[hv] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
641 curMatch = (hash + kFix3HashSize)[hv]; in Bt3_MatchFinder_GetMatches()
644 (hash + kFix3HashSize)[hv] = pos; in Bt3_MatchFinder_GetMatches()
680 curMatch = (hash + kFix4HashSize)[hv]; in Bt4_MatchFinder_GetMatches()
684 (hash + kFix4HashSize)[hv] = pos; in Bt4_MatchFinder_GetMatches()
813 curMatch = (hash + kFix4HashSize)[hv]; in Hc4_MatchFinder_GetMatches()
817 (hash + kFix4HashSize)[hv] = pos; in Hc4_MatchFinder_GetMatches()
941 curMatch = p->hash[hv]; in Hc3Zip_MatchFinder_GetMatches()
942 p->hash[hv] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
954 curMatch = p->hash[hv]; in Bt2_MatchFinder_Skip()
955 p->hash[hv] = p->pos; in Bt2_MatchFinder_Skip()
967 curMatch = p->hash[hv]; in Bt3Zip_MatchFinder_Skip()
968 p->hash[hv] = p->pos; in Bt3Zip_MatchFinder_Skip()
983 curMatch = (hash + kFix3HashSize)[hv]; in Bt3_MatchFinder_Skip()
985 (hash + kFix3HashSize)[hv] = p->pos; in Bt3_MatchFinder_Skip()
1000 curMatch = (hash + kFix4HashSize)[hv]; in Bt4_MatchFinder_Skip()
1003 (hash + kFix4HashSize)[hv] = p->pos; in Bt4_MatchFinder_Skip()
1039 curMatch = (hash + kFix4HashSize)[hv]; in Hc4_MatchFinder_Skip()
1042 (hash + kFix4HashSize)[hv] = p->pos; in Hc4_MatchFinder_Skip()
1077 curMatch = p->hash[hv]; in Hc3Zip_MatchFinder_Skip()
1078 p->hash[hv] = p->pos; in Hc3Zip_MatchFinder_Skip()