Home
last modified time | relevance | path

Searched refs:hash3Value (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzHash.h25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
31 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
46 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
51 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
H A DLzFind.c536 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local
542 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()
546 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()
583 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local
589 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()
593 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()
687 UInt32 hash2Value, hash3Value; in Bt4_MatchFinder_Skip() local
692 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()
703 UInt32 hash2Value, hash3Value; in Hc4_MatchFinder_Skip() local
708 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()