Searched refs:n_bits (Results 1 – 3 of 3) sorted by relevance
85 u_char n_bits; /* current bits/code */ member184 db->n_bits = BSD_INIT_BITS;437 u_int n_bits = db->n_bits; local490 bitno += n_bits;496 if (max_ent >= MAXCODE(n_bits))497 db->n_bits = ++n_bits;514 bitno += n_bits; /* output (count) the last code */527 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)528 db->n_bits++;558 u_int n_bits = db->n_bits; local[all …]
135 static int n_bits; /* number of bits/code */ variable140 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) argument935 (void) fprintf(stderr, "n_bits = %d\n", n_bits); in cinterr()1006 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()1123 free_ent - 1, n_bits); in compress()1162 int r_off = offset, bits = n_bits; in output()1200 offset += n_bits; in output()1201 if (offset == (n_bits << 3)) { in output()1203 bits = n_bits; in output()1226 if (fwrite(buf, 1, n_bits, outp) != n_bits) { in output()[all …]
100 uchar_t n_bits; /* current bits/code */ member220 db->n_bits = BSD_INIT_BITS; in bsd_clear()558 uint_t n_bits = db->n_bits; in bsd_compress() local601 bitno -= n_bits; \ in bsd_compress()802 if (max_ent >= MAXCODE(n_bits)) { in bsd_compress()803 db->n_bits = ++n_bits; in bsd_compress()852 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_compress()853 db->n_bits++; in bsd_compress()903 uint_t n_bits = db->n_bits; in bsd_incomp() local1012 bitno += n_bits; in bsd_incomp()[all …]