Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
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()
557 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches()
560 distances[offset + 1] = delta3 - 1; in Bt4_MatchFinder_GetMatches()
562 delta2 = delta3; 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()
604 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Hc4_MatchFinder_GetMatches()
607 distances[offset + 1] = delta3 - 1; in Hc4_MatchFinder_GetMatches()
609 delta2 = delta3; in Hc4_MatchFinder_GetMatches()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c663 hrtime_t ts1, ts2, diff, delta, delta2, delta3; in physmem_ent_gen() local
782 delta3 = delta2 - entsrc->last_delta2; in physmem_ent_gen()
783 if (delta3 < 0) in physmem_ent_gen()
784 delta3 = -delta3; in physmem_ent_gen()
791 if (delta > delta3) in physmem_ent_gen()
792 delta = delta3; in physmem_ent_gen()