Searched refs:hash2Value (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzHash.h | 19 hash2Value = temp & (kHash2Size - 1); \ 24 hash2Value = temp & (kHash2Size - 1); \ 30 hash2Value = temp & (kHash2Size - 1); \ 41 hash2Value = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1); 45 hash2Value = temp & (kHash2Size - 1); \ 50 hash2Value = temp & (kHash2Size - 1); \
|
H A D | LzFind.c | 503 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local 508 delta2 = p->pos - p->hash[hash2Value]; in Bt3_MatchFinder_GetMatches() 511 p->hash[hash2Value] = in Bt3_MatchFinder_GetMatches() 536 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 541 delta2 = p->pos - p->hash[ hash2Value]; in Bt4_MatchFinder_GetMatches() 545 p->hash[ hash2Value] = in Bt4_MatchFinder_GetMatches() 583 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 588 delta2 = p->pos - p->hash[ hash2Value]; in Hc4_MatchFinder_GetMatches() 592 p->hash[ hash2Value] = in Hc4_MatchFinder_GetMatches() 672 UInt32 hash2Value; in Bt3_MatchFinder_Skip() local [all …]
|