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

/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c413 int bm_rep[4][LZ_STATES]; local
421 LZ_BM_INIT2(bm_rep);
458 if (lz_rd_decode_bit(rd, &bm_rep[0][state]) != 0) {
460 if (lz_rd_decode_bit(rd, &bm_rep[1][state]) == 0) {
472 if (lz_rd_decode_bit(rd, &bm_rep[2][state])
478 &bm_rep[3][state]) == 0)

Completed in 231 milliseconds