Home
last modified time | relevance | path

Searched refs:maxmaxcode (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/net/
Dbsd-comp.c93 u_int maxmaxcode; /* largest valid code */ member
239 if (db->max_ent >= db->maxmaxcode) {
311 u_int newlen, hsize, hshift, maxmaxcode; local
347 maxmaxcode = MAXCODE(bits);
357 MALLOC(db->lens, u_int16_t *, (maxmaxcode+1) * sizeof(db->lens[0]),
368 db->maxmaxcode = maxmaxcode;
612 if (max_ent < db->maxmaxcode) {
658 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)
761 if (max_ent < db->maxmaxcode) {
796 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)
[all …]