Searched defs:hash3Value (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c536 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
542 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
546 p->hash[kFix3HashSize + hash3Value] =
583 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
589 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
593 p->hash[kFix3HashSize + hash3Value] =
687 UInt32 hash2Value, hash3Value; local
692 p->hash[kFix3HashSize + hash3Value] = p->pos;
703 UInt32 hash2Value, hash3Value; local
708 p->hash[kFix3HashSize + hash3Value]
[all...]

Completed in 61 milliseconds