Searched refs:MAXCODE (Results 1 – 3 of 3) sorted by relevance
95 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) macro247 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()419 MAXCODE(zs->zs_n_bits = INIT_BITS); in output()427 MAXCODE(zs->zs_n_bits); in output()511 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zread()615 zs->zs_maxcode = MAXCODE(zs->zs_n_bits); in getcode()618 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in getcode()
172 #define MAXCODE(b) ((1 << (b)) - 1) macro173 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)339 maxmaxcode = MAXCODE(bits); in bsd_alloc()594 if (max_ent >= MAXCODE(n_bits)) in bsd_compress()637 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) in bsd_compress()739 if (max_ent >= MAXCODE(n_bits)) in bsd_incomp()771 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) in bsd_incomp()1045 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_decompress()
95 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) macro246 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()421 MAXCODE(zs->zs_n_bits = INIT_BITS); in output()429 MAXCODE(zs->zs_n_bits); in output()