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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c271 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
272 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
280 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
310 unsigned c[BMAX+1]; /* bit length count table */
311 struct huft *u[BMAX]; /* table stack */
313 unsigned x[BMAX+1]; /* bit offsets, then code stack */
336 c[*p]++; /* assume all entries <= BMAX */
351 for (j = 1; j <= BMAX; j++)
357 for (i = BMAX; i; i--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c272 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
273 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
281 unsigned *b; /* code lengths in bits (all assumed <= BMAX) */
295 unsigned c[BMAX+1]; /* bit length count table */
306 struct huft *u[BMAX]; /* table stack */
309 unsigned x[BMAX+1]; /* bit offsets, then code stack */
322 c[*p]++; /* assume all entries <= BMAX */
336 for (j = 1; j <= BMAX; j++)
342 for (i = BMAX; i; i--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c52 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
53 BMAX = 16, /* maximum bit length of any code (16 for explode) */ enumerator in enum:__anon11173
266 * b: code lengths in bits (all assumed <= BMAX)
279 unsigned c[BMAX + 1]; /* bit length count table */
290 huft_t *u[BMAX]; /* table stack */
292 int ws[BMAX+1]; /* bits decoded stack */
294 unsigned x[BMAX + 1]; /* bit offsets, then code stack */
300 eob_len = n > 256 ? b[256] : BMAX;
307 c[*p]++; /* assume all entries <= BMAX */
317 for (j = 1; (c[j] == 0) && (j <= BMAX);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3683 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
3684 #define BMAX 15 /* maximum bit length of any code */ macro
3692 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
3708 uInt c[BMAX+1]; /* bit length count table */
3719 inflate_huft *u[BMAX]; /* table stack */
3722 uInt x[BMAX+1]; /* bit offsets, then code stack */
3733 C4 /* clear c[]--assume BMAX+1 is 16 */
3736 c[*p++]++; /* assume all entries <= BMAX */
3748 for (j = 1; j <= BMAX; j++)
3754 for (i = BMAX;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4183 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
4184 #define BMAX 15 /* maximum bit length of any code */ macro
4192 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
4208 uInt c[BMAX+1]; /* bit length count table */
4219 inflate_huft *u[BMAX]; /* table stack */
4222 uInt x[BMAX+1]; /* bit offsets, then code stack */
4233 C4 /* clear c[]--assume BMAX+1 is 16 */
4236 c[*p++]++; /* assume all entries <= BMAX */
4248 for (j = 1; j <= BMAX; j++)
4254 for (i = BMAX;
[all...]

Completed in 71 milliseconds