Searched refs:MAXCODE (Results 1 – 2 of 2) sorted by relevance
156 #define MAXCODE(b) ((1 << (b)) - 1) macro157 #define BADCODEM1 MAXCODE(MAX_BSD_BITS)331 maxmaxcode = MAXCODE(bits); in bsd_alloc()498 mxcode = MAXCODE(n_bits); in bsd_compress()553 mxcode = MAXCODE(n_bits); in bsd_compress()872 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_decompress()
203 #define MAXCODE(b) ((1 << (b)) - 1) macro204 #define BADCODEM1 MAXCODE(MAX_BSD_BITS)397 maxmaxcode = MAXCODE(bits); in bsd_alloc()627 mxcode = MAXCODE (n_bits); in bsd_compress()708 mxcode = MAXCODE (n_bits); in bsd_compress()1103 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) in bsd_decompress()