• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:delta2

508   UInt32 hash2Value, delta2, maxLen, offset;  in Bt3_MatchFinder_GetMatches()  local
513 delta2 = p->pos - p->hash[hash2Value]; in Bt3_MatchFinder_GetMatches()
522 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt3_MatchFinder_GetMatches()
525 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Bt3_MatchFinder_GetMatches()
528 distances[1] = delta2 - 1; in Bt3_MatchFinder_GetMatches()
541 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local
546 delta2 = p->pos - p->hash[ hash2Value]; in Bt4_MatchFinder_GetMatches()
556 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Bt4_MatchFinder_GetMatches()
559 distances[1] = delta2 - 1; in Bt4_MatchFinder_GetMatches()
562 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Bt4_MatchFinder_GetMatches()
567 delta2 = delta3; in Bt4_MatchFinder_GetMatches()
572 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Bt4_MatchFinder_GetMatches()
588 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local
593 delta2 = p->pos - p->hash[ hash2Value]; in Hc4_MatchFinder_GetMatches()
603 if (delta2 < p->cyclicBufferSize && *(cur - delta2) == *cur) in Hc4_MatchFinder_GetMatches()
606 distances[1] = delta2 - 1; in Hc4_MatchFinder_GetMatches()
609 if (delta2 != delta3 && delta3 < p->cyclicBufferSize && *(cur - delta3) == *cur) in Hc4_MatchFinder_GetMatches()
614 delta2 = delta3; in Hc4_MatchFinder_GetMatches()
619 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Hc4_MatchFinder_GetMatches()