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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c126 unsigned int maxmaxcode; /* largest valid code */ member in struct:bsd_db
215 if (db->max_ent >= db->maxmaxcode)
308 unsigned int hsize, hshift, maxmaxcode; local
332 maxmaxcode = MAXCODE(bits);
357 db->lens = (unsigned short *) vmalloc ((maxmaxcode + 1) *
371 db->maxmaxcode = maxmaxcode;
431 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) {
547 if (max_ent < db->maxmaxcode) {
613 if (max_ent >= mxcode && max_ent < db->maxmaxcode)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c146 unsigned int maxmaxcode; /* largest valid code */ member in struct:bsd_db
262 if (db->max_ent >= db->maxmaxcode)
355 unsigned int hsize, hshift, maxmaxcode; local
397 maxmaxcode = MAXCODE(bits);
430 db->lens = (unsigned short *) vmalloc ((maxmaxcode + 1) *
446 db->maxmaxcode = maxmaxcode;
532 if ((unsigned int) idx > (unsigned int) db->maxmaxcode)
701 if (max_ent < db->maxmaxcode)
779 if (max_ent >= mxcode && max_ent < db->maxmaxcode)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c90 u_int maxmaxcode; /* largest valid code */ member in struct:bsd_db
218 if (db->max_ent >= db->maxmaxcode) {
290 u_int newlen, hsize, hshift, maxmaxcode; local
326 maxmaxcode = MAXCODE(bits);
336 db->lens = (u_short *) malloc((maxmaxcode+1) * sizeof(db->lens[0]));
346 db->maxmaxcode = maxmaxcode;
491 if (max_ent < db->maxmaxcode) {
525 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)
618 if (incode > max_ent + 2 || incode > db->maxmaxcode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c114 u_int maxmaxcode; /* largest valid code */ member in struct:bsd_db
254 if (db->max_ent >= db->maxmaxcode) {
326 u_int newlen, hsize, hshift, maxmaxcode; local
362 maxmaxcode = MAXCODE(bits);
377 db->lens = (u_short *) ALLOC_SLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
379 db->lens = (u_short *) ALLOC_NOSLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
390 db->maxmaxcode = maxmaxcode;
403 FREE(db->lens, (db->maxmaxcode+1) * sizeof(db->lens[0]));
646 if (max_ent < db->maxmaxcode) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c90 long maxmaxcode; local
120 maxmaxcode = MAXCODE(maxbits);
179 maxcode = maxmaxcode;
280 if (code < maxmaxcode) {

Completed in 60 milliseconds