Lines Matching refs:hash

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