Searched refs:maxmaxcode (Results 1 – 3 of 3) sorted by relevance
92 u_int maxmaxcode; /* largest valid code */ member220 if (db->max_ent >= db->maxmaxcode) {292 u_int newlen, hsize, hshift, maxmaxcode; local328 maxmaxcode = MAXCODE(bits);338 db->lens = (u_short *) malloc((maxmaxcode+1) * sizeof(db->lens[0]));348 db->maxmaxcode = maxmaxcode;493 if (max_ent < db->maxmaxcode) {527 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)620 if (incode > max_ent + 2 || incode > db->maxmaxcode691 if (oldcode != CLEAR && max_ent < db->maxmaxcode) {[all …]
108 uint_t maxmaxcode; /* largest valid code */ member261 if (db->max_ent >= db->maxmaxcode) { in bsd_check()353 uint_t maxmaxcode; in bsd_alloc() local411 maxmaxcode = MAXCODE(bits); in bsd_alloc()414 newlen += (maxmaxcode+1) * sizeof (db->lens[0]); in bsd_alloc()431 db->maxmaxcode = maxmaxcode; in bsd_alloc()798 if (max_ent < db->maxmaxcode) { in bsd_compress()854 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_compress()1019 if (max_ent < db->maxmaxcode) { in bsd_incomp()1067 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_incomp()[all …]
137 static code_int maxmaxcode = 1 << BITS; variable523 maxmaxcode = 1 << maxbits; in main()631 maxmaxcode = 1 << maxbits; in main()1071 if (free_ent < maxmaxcode) { in compress()1237 maxcode = maxmaxcode; in output()1359 if ((code = free_ent) < maxmaxcode) { in decompress()1403 maxcode = maxmaxcode; in getcode()1467 } else if (free_ent < maxmaxcode) in printcodes()