Searched refs:delta3 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzFind.c | 536 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()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 663 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()
|