Home
last modified time | relevance | path

Searched refs:_tr_tally (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
339 flush = _tr_tally(s, distance, length)
H A Dtrees.c1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() function