Home
last modified time | relevance | path

Searched refs:delta2 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzFind.c503 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local
508 delta2 = p->pos - p->hash[hash2Value]; in Bt3_MatchFinder_GetMatches()
517 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt3_MatchFinder_GetMatches()
520 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Bt3_MatchFinder_GetMatches()
523 distances[1] = delta2 - 1; 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()
551 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt4_MatchFinder_GetMatches()
554 distances[1] = delta2 - 1; in Bt4_MatchFinder_GetMatches()
557 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches()
[all …]
/titanic_41/usr/src/uts/common/crypto/io/
H A Dswrand.c663 hrtime_t ts1, ts2, diff, delta, delta2, delta3; in physmem_ent_gen() local
779 delta2 = delta - entsrc->last_delta; in physmem_ent_gen()
780 if (delta2 < 0) in physmem_ent_gen()
781 delta2 = -delta2; in physmem_ent_gen()
782 delta3 = delta2 - entsrc->last_delta2; in physmem_ent_gen()
787 entsrc->last_delta2 = delta2; in physmem_ent_gen()
789 if (delta > delta2) in physmem_ent_gen()
790 delta = delta2; in physmem_ent_gen()
793 delta2 = 0; in physmem_ent_gen()
795 delta2++; in physmem_ent_gen()
[all …]
/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c55 int *delta2; member
1233 b->delta2 = (int *)egmalloc(m * sizeof (int)); in delta_2()
1246 b->delta2[j] = k + m - j - 1; in delta_2()
1277 j = b->delta2[k]; in re_bmexec()