Lines Matching defs:c
245 #define Tracec(c, x) {if (z_verbose > 0 && (c)) fprintf x; } argument
246 #define Tracecv(c, x) {if (z_verbose > 1 && (c)) fprintf x; } argument
256 #define Tracec(c, x) ((void)0) argument
257 #define Tracecv(c, x) ((void)0) argument
566 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } argument
605 #define _tr_tally_lit(s, c, flush) \ argument
623 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
798 #define UPDATE_HASH(s, h, c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
2376 #define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
2380 #define send_code(s, c, tree) \ argument
4293 inflate_blocks_reset(s, z, c) in inflate_blocks_reset() argument
4319 inflate_blocks_new(z, c, w) in inflate_blocks_new() argument
4511 uInt i, j, c; local
4554 inflate_codes_statef *c; local
4852 uInt c[BMAX+1]; /* bit length count table */ local
5066 inflate_trees_bits(c, bb, tb, hp, z) in inflate_trees_bits() argument
5091 inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z) in inflate_trees_dynamic() argument
5177 uIntf *c; /* length list for huft_build */ local
5308 inflate_codes_statef *c; local
5340 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */ local
5505 inflate_codes_free(c, z) in inflate_codes_free() argument
5664 uInt c; /* bytes to copy */ local