Searched refs:cplext (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c771 # define cplext32 cplext
1159 if ((i = huft_build(__G__ l, 288, 257, G.cplens, G.cplext,
1162 if ((i = huft_build(__G__ l, 288, 257, cplens, cplext,
1327 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
1329 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
1463 G.cplext = cplext64;
1471 G.cplext = cplext32;
H A Dglobals.h341 ZCONST uch *cplext; /* inflate static */ member in struct:Globals
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dgzip_inflate.c177 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */ variable
708 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
871 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c179 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */ variable
792 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
977 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c198 static const unsigned char cplext[] ALIGN1 = {
747 i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl);
897 i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3638 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c3638 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4138 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ variable
4429 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4524 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4135 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ variable
4426 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4521 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);

Completed in 271 milliseconds