Lines Matching refs:hash

153   p->hash = 0;
168 alloc->Free(alloc, p->hash);
169 p->hash = 0;
247 if (p->hash != 0 && prevSize == newSize)
250 p->hash = AllocRefs(newSize, alloc);
251 if (p->hash != 0)
253 p->son = p->hash + p->hashSizeSum;
291 p->hash[i] = kEmptyHashValue;
323 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
505 curMatch = p->hash[hashValue];
506 p->hash[hashValue] = p->pos;
516 curMatch = p->hash[hashValue];
517 p->hash[hashValue] = p->pos;
529 delta2 = p->pos - p->hash[hash2Value];
530 curMatch = p->hash[kFix3HashSize + hashValue];
532 p->hash[hash2Value] =
533 p->hash[kFix3HashSize + hashValue] = p->pos;
562 delta2 = p->pos - p->hash[ hash2Value];
563 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
564 curMatch = p->hash[kFix4HashSize + hashValue];
566 p->hash[ hash2Value] =
567 p->hash[kFix3HashSize + hash3Value] =
568 p->hash[kFix4HashSize + hashValue] = p->pos;
609 delta2 = p->pos - p->hash[ hash2Value];
610 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
611 curMatch = p->hash[kFix4HashSize + hashValue];
613 p->hash[ hash2Value] =
614 p->hash[kFix3HashSize + hash3Value] =
615 p->hash[kFix4HashSize + hashValue] = p->pos;
656 curMatch = p->hash[hashValue];
657 p->hash[hashValue] = p->pos;
669 curMatch = p->hash[hashValue];
670 p->hash[hashValue] = p->pos;
682 curMatch = p->hash[hashValue];
683 p->hash[hashValue] = p->pos;
696 curMatch = p->hash[kFix3HashSize + hashValue];
697 p->hash[hash2Value] =
698 p->hash[kFix3HashSize + hashValue] = p->pos;
711 curMatch = p->hash[kFix4HashSize + hashValue];
712 p->hash[ hash2Value] =
713 p->hash[kFix3HashSize + hash3Value] = p->pos;
714 p->hash[kFix4HashSize + hashValue] = p->pos;
727 curMatch = p->hash[kFix4HashSize + hashValue];
728 p->hash[ hash2Value] =
729 p->hash[kFix3HashSize + hash3Value] =
730 p->hash[kFix4HashSize + hashValue] = p->pos;
743 curMatch = p->hash[hashValue];
744 p->hash[hashValue] = p->pos;