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

/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c196 lz_rd_decode_bit(struct lz_range_decoder *rd, int *bm) function
226 symbol = (symbol << 1) | lz_rd_decode_bit(rd, &bm[symbol]);
252 const unsigned bit = lz_rd_decode_bit(rd,
258 lz_rd_decode_bit(rd, &bm[symbol]);
270 if (lz_rd_decode_bit(rd, &lm->choice1) == 0)
273 if (lz_rd_decode_bit(rd, &lm->choice2) == 0) {
442 if (lz_rd_decode_bit(rd, &bm_match[state][pos_state]) == 0) {
458 if (lz_rd_decode_bit(rd, &bm_rep[0][state]) != 0) {
460 if (lz_rd_decode_bit(rd, &bm_rep[1][state]) == 0) {
462 if (lz_rd_decode_bit(r
[all...]

Completed in 108 milliseconds