Searched refs:zlib_tr_tally (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/lib/zlib_deflate/ |
D | deflate.c | 957 bflush = zlib_tr_tally(s, s->strstart - s->match_start, in deflate_fast() 991 bflush = zlib_tr_tally (s, 0, s->window[s->strstart]); in deflate_fast() 1071 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow() 1098 if (zlib_tr_tally (s, 0, s->window[s->strstart-1])) { in deflate_slow() 1116 zlib_tr_tally (s, 0, s->window[s->strstart-1]); in deflate_slow()
|
D | defutil.h | 277 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
|
D | deftree.c | 969 int zlib_tr_tally( function
|