Searched refs:zlib_tr_tally (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | deflate.c | 961 bflush = zlib_tr_tally(s, s->strstart - s->match_start, in deflate_fast() 995 bflush = zlib_tr_tally (s, 0, s->window[s->strstart]); in deflate_fast() 1075 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow() 1102 if (zlib_tr_tally (s, 0, s->window[s->strstart-1])) { in deflate_slow() 1120 zlib_tr_tally (s, 0, s->window[s->strstart-1]); in deflate_slow()
|
H A D | defutil.h | 275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
|
H A D | deftree.c | 915 int zlib_tr_tally( function 932 (ush)d_code(dist) < (ush)D_CODES, "zlib_tr_tally: bad match");
|
/kernel/linux/linux-6.6/lib/zlib_deflate/ |
H A D | deflate.c | 968 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()
|
H A D | defutil.h | 275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
|
H A D | deftree.c | 915 int zlib_tr_tally( function 932 (ush)d_code(dist) < (ush)D_CODES, "zlib_tr_tally: bad match");
|
Completed in 8 milliseconds