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

/freebsd-current/usr.bin/gzip/
H A Dunlz.c411 int bm_rep[4][LZ_STATES]; local
419 LZ_BM_INIT2(bm_rep);
456 if (lz_rd_decode_bit(rd, &bm_rep[0][state]) != 0) {
458 if (lz_rd_decode_bit(rd, &bm_rep[1][state]) == 0) {
470 if (lz_rd_decode_bit(rd, &bm_rep[2][state])
476 &bm_rep[3][state]) == 0)

Completed in 174 milliseconds