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

/freebsd-current/usr.bin/gzip/
H A Dunlz.c194 lz_rd_decode_bit(struct lz_range_decoder *rd, int *bm) function
224 symbol = (symbol << 1) | lz_rd_decode_bit(rd, &bm[symbol]);
250 const unsigned bit = lz_rd_decode_bit(rd,
256 lz_rd_decode_bit(rd, &bm[symbol]);
268 if (lz_rd_decode_bit(rd, &lm->choice1) == 0)
271 if (lz_rd_decode_bit(rd, &lm->choice2) == 0) {
440 if (lz_rd_decode_bit(rd, &bm_match[state][pos_state]) == 0) {
456 if (lz_rd_decode_bit(rd, &bm_rep[0][state]) != 0) {
458 if (lz_rd_decode_bit(rd, &bm_rep[1][state]) == 0) {
460 if (lz_rd_decode_bit(r
[all...]

Completed in 59 milliseconds