Searched refs:zng_emit_dist (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | trees_emit.h | 120 static inline uint32_t zng_emit_dist(deflate_state *s, const ct_data *ltree, const ct_data *dtree, in zng_emit_dist() function 193 cmpr_bits_add(s, zng_emit_dist(s, ltree, dtree, lc, dist)); in zng_tr_emit_dist()
|
D | trees.c | 735 zng_emit_dist(s, ltree, dtree, lc, dist);
|