Home | History | Annotate | Download | only in util

Lines Matching refs:ahead

1112 		unsigned int ahead;
1143 ahead = 0;
1163 while (ahead < max_ahead && c->look > m_len)
1170 ahead++;
1174 assert(ii + lit + ahead == c->bp);
1181 if (l1 + (int)(ahead + c->m_len - m_len) * 5 > l2 +
1182 (int)(ahead) * 9)
1186 lit += ahead;
1192 assert(ii + lit + ahead == c->bp);
1201 r = find_match(c,swd,m_len,1+ahead);