HomeSort by relevance Sort by last modified time
    Searched refs:_tr_tally (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.h 299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
314 /* Inline versions of _tr_tally for speed: */
342 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
344 flush = _tr_tally(s, distance, length)
mozzconf.h 108 #define _tr_tally MOZ_Z__tr_tally macro
zconf.h 29 # define _tr_tally z__tr_tally macro
trees.c 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
    [all...]

Completed in 262 milliseconds