Searched refs:_tr_tally (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadNone.c36 extern int _tr_tally ();
110 { "_tr_tally", _tr_tally },
/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 /* Inline versions of _tr_tally for speed: */
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
328 flush = _tr_tally(s, distance, length)
H A Dtrees.c1022 int _tr_tally (s, dist, lc) function
1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
313 /* Inline versions of _tr_tally for speed: */
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
343 flush = _tr_tally(s, distance, length)
H A Dzconf.h.in35 # define _tr_tally z__tr_tally
H A Dtrees.c1008 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1024 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h310 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
325 /* Inline versions of _tr_tally for speed: */
353 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
355 flush = _tr_tally(s, distance, length)
H A Dtrees.c1049 int _tr_tally (s, dist, lc) function
1065 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
309 /* Inline versions of _tr_tally for speed: */
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
339 flush = _tr_tally(s, distance, length)
H A Dzconf.h26 # define _tr_tally z__tr_tally macro
H A Dzconf.h.cmakein28 # define _tr_tally z__tr_tally
H A Dzconf.h.in26 # define _tr_tally z__tr_tally
H A Dtrees.c1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) function
1042 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1493 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
1508 /* Inline versions of _tr_tally for speed: */
1536 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
1538 flush = _tr_tally(s, distance, length)

Completed in 298 milliseconds