Searched refs:maxmaxcode (Results 1 – 2 of 2) sorted by relevance
126 unsigned int maxmaxcode; /* largest valid code */ member215 if (db->max_ent >= db->maxmaxcode) in bsd_check()308 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local332 maxmaxcode = MAXCODE(bits); in bsd_alloc()357 db->lens = vmalloc((maxmaxcode + 1) * sizeof(db->lens[0])); in bsd_alloc()370 db->maxmaxcode = maxmaxcode; in bsd_alloc()430 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) { in lens_ptr()546 if (max_ent < db->maxmaxcode) { in bsd_compress()612 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()748 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()[all …]
146 unsigned int maxmaxcode; /* largest valid code */ member262 if (db->max_ent >= db->maxmaxcode) in bsd_check()355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local397 maxmaxcode = MAXCODE(bits); in bsd_alloc()428 db->lens = vmalloc((maxmaxcode + 1) * sizeof(db->lens[0])); in bsd_alloc()443 db->maxmaxcode = maxmaxcode; in bsd_alloc()529 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) in lens_ptr()698 if (max_ent < db->maxmaxcode) in bsd_compress()776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()[all …]