OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tr_tally
(Results
1 - 6
of
6
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
308
int ZLIB_INTERNAL
_tr_tally
(deflate_state *s, unsigned dist, unsigned lc);
324
/* Inline versions of
_tr_tally
for speed: */
374
# define _tr_tally_lit(s, c, flush) flush =
_tr_tally
(s, 0, c)
376
flush =
_tr_tally
(s, distance, length)
zconf.h
32
# define
_tr_tally
z__tr_tally
macro
zconf.h.in
28
# define
_tr_tally
z__tr_tally
macro
zconf.h.cmakein
30
# define
_tr_tally
z__tr_tally
trees.c
1095
int ZLIB_INTERNAL
_tr_tally
(deflate_state *s, unsigned dist, unsigned lc) {
function in typeref:typename:int ZLIB_INTERNAL
1113
(ush)d_code(dist) < (ush)D_CODES, "
_tr_tally
: bad match");
/src/sys/net/
zlib.c
556
int
_tr_tally
(deflate_state *s, unsigned dist, unsigned lc);
572
/* Inline versions of
_tr_tally
for speed: */
600
# define _tr_tally_lit(s, c, flush) flush =
_tr_tally
(s, 0, c)
602
flush =
_tr_tally
(s, distance, length)
3117
int
_tr_tally
(deflate_state *s,
3132
(ush)d_code(dist) < (ush)D_CODES, "
_tr_tally
: bad match");
Completed in 156 milliseconds
Indexes created Fri Oct 31 04:09:52 GMT 2025