Home
last modified time | relevance | path

Searched refs:match_bits (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dtrees_emit.h124 uint64_t match_bits; in zng_emit_dist() local
135 match_bits = ltree[c].Code; in zng_emit_dist()
140 match_bits |= ((uint64_t)lc << match_bits_len); in zng_emit_dist()
150 match_bits |= ((uint64_t)dtree[code].Code << match_bits_len); in zng_emit_dist()
155 match_bits |= ((uint64_t)dist << match_bits_len); in zng_emit_dist()
159 send_bits(s, match_bits, match_bits_len, bi_buf, bi_valid); in zng_emit_dist()