Lines Matching refs:hash
138 p->hash = 0;
153 alloc->Free(alloc, p->hash);
154 p->hash = 0;
231 if (p->hash != 0 && prevSize == newSize)
234 p->hash = AllocRefs(newSize, alloc);
235 if (p->hash != 0)
237 p->son = p->hash + p->hashSizeSum;
275 p->hash[i] = kEmptyHashValue;
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
489 curMatch = p->hash[hashValue];
490 p->hash[hashValue] = p->pos;
500 curMatch = p->hash[hashValue];
501 p->hash[hashValue] = p->pos;
513 delta2 = p->pos - p->hash[hash2Value];
514 curMatch = p->hash[kFix3HashSize + hashValue];
516 p->hash[hash2Value] =
517 p->hash[kFix3HashSize + hashValue] = p->pos;
546 delta2 = p->pos - p->hash[ hash2Value];
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
548 curMatch = p->hash[kFix4HashSize + hashValue];
550 p->hash[ hash2Value] =
551 p->hash[kFix3HashSize + hash3Value] =
552 p->hash[kFix4HashSize + hashValue] = p->pos;
593 delta2 = p->pos - p->hash[ hash2Value];
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
595 curMatch = p->hash[kFix4HashSize + hashValue];
597 p->hash[ hash2Value] =
598 p->hash[kFix3HashSize + hash3Value] =
599 p->hash[kFix4HashSize + hashValue] = p->pos;
640 curMatch = p->hash[hashValue];
641 p->hash[hashValue] = p->pos;
653 curMatch = p->hash[hashValue];
654 p->hash[hashValue] = p->pos;
666 curMatch = p->hash[hashValue];
667 p->hash[hashValue] = p->pos;
680 curMatch = p->hash[kFix3HashSize + hashValue];
681 p->hash[hash2Value] =
682 p->hash[kFix3HashSize + hashValue] = p->pos;
695 curMatch = p->hash[kFix4HashSize + hashValue];
696 p->hash[ hash2Value] =
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
698 p->hash[kFix4HashSize + hashValue] = p->pos;
711 curMatch = p->hash[kFix4HashSize + hashValue];
712 p->hash[ hash2Value] =
713 p->hash[kFix3HashSize + hash3Value] =
714 p->hash[kFix4HashSize + hashValue] = p->pos;
727 curMatch = p->hash[hashValue];
728 p->hash[hashValue] = p->pos;