Lines Matching refs:hash

132   p->hash = 0;  in MatchFinder_Construct()
147 alloc->Free(alloc, p->hash, 0); in MatchFinder_FreeThisClassMemory()
148 p->hash = 0; in MatchFinder_FreeThisClassMemory()
226 if (p->hash != 0 && prevSize == newSize) in MatchFinder_Create()
229 p->hash = AllocRefs(newSize, alloc); in MatchFinder_Create()
230 if (p->hash != 0) in MatchFinder_Create()
232 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
270 p->hash[i] = kEmptyHashValue; in MatchFinder_Init()
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
484 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
485 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_GetMatches()
495 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
496 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
508 delta2 = p->pos - p->hash[hash2Value]; in Bt3_MatchFinder_GetMatches()
509 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
511 p->hash[hash2Value] = in Bt3_MatchFinder_GetMatches()
512 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
541 delta2 = p->pos - p->hash[ hash2Value]; in Bt4_MatchFinder_GetMatches()
542 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
543 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
545 p->hash[ hash2Value] = in Bt4_MatchFinder_GetMatches()
546 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
547 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
588 delta2 = p->pos - p->hash[ hash2Value]; in Hc4_MatchFinder_GetMatches()
589 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
590 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
592 p->hash[ hash2Value] = in Hc4_MatchFinder_GetMatches()
593 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
594 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
635 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_GetMatches()
636 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
648 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_Skip()
649 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_Skip()
661 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_Skip()
662 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_Skip()
675 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
676 p->hash[hash2Value] = in Bt3_MatchFinder_Skip()
677 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
690 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
691 p->hash[ hash2Value] = in Bt4_MatchFinder_Skip()
692 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
693 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
706 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
707 p->hash[ hash2Value] = in Hc4_MatchFinder_Skip()
708 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
709 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
722 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_Skip()
723 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_Skip()