Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zlib_deflate/
A Ddeflate.c968 bflush = zlib_tr_tally(s, s->strstart - s->match_start, in deflate_fast()
1002 bflush = zlib_tr_tally (s, 0, s->window[s->strstart]); in deflate_fast()
1082 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()
1109 if (zlib_tr_tally (s, 0, s->window[s->strstart-1])) { in deflate_slow()
1127 zlib_tr_tally (s, 0, s->window[s->strstart-1]); in deflate_slow()
A Ddefutil.h275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
A Ddeftree.c915 int zlib_tr_tally( function

Completed in 8 milliseconds