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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c41 changed BMAX to 16 for explode. Removed
1546 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
1547 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
1553 ZCONST unsigned *b; /* code lengths in bits (all assumed <= BMAX) */
1570 unsigned c[BMAX+1]; /* bit length count table */
1578 int lx[BMAX+1]; /* memory for l[-1..BMAX-1] */
1583 struct huft *u[BMAX]; /* table stack */
1586 unsigned x[BMAX+1]; /* bit offsets, then code stack */
1593 el = n > 256 ? b[256] : BMAX; /* se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon19717
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c313 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
314 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
322 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
352 unsigned c[BMAX+1]; /* bit length count table */
353 struct huft *u[BMAX]; /* table stack */
355 unsigned x[BMAX+1]; /* bit offsets, then code stack */
378 c[*p]++; /* assume all entries <= BMAX */
393 for (j = 1; j <= BMAX; j++)
399 for (i = BMAX; i; i--)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4180 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
4181 #define BMAX 15 /* maximum bit length of any code */ macro
4189 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
4205 uInt c[BMAX+1]; /* bit length count table */
4216 inflate_huft *u[BMAX]; /* table stack */
4219 uInt x[BMAX+1]; /* bit offsets, then code stack */
4230 C4 /* clear c[]--assume BMAX+1 is 16 */
4233 c[*p++]++; /* assume all entries <= BMAX */
4245 for (j = 1; j <= BMAX; j++)
4251 for (i = BMAX;
[all...]

Completed in 138 milliseconds