Searched refs:static_dtree (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
252 static_d_desc.static_tree = static_dtree;
305 static_dtree[n].Len = 5;
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
976 (const ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
252 static_d_desc.static_tree = static_dtree;
305 static_dtree[n].Len = 5;
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
975 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c248 local ct_data near static_dtree[D_CODES]; variable
270 {dyn_dtree, static_dtree, extra_dbits, 0, D_CODES, MAX_BITS, 0};
490 if (static_dtree[0].Len != 0) return; /* ct_init already called */
548 static_dtree[n].Len = 5;
549 static_dtree[n].Code = (ush)bi_reverse(n, 5);
1101 compress_block((ct_data near *)static_ltree, (ct_data near *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c94 static ct_data static_dtree[D_CODES]; variable
126 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
286 static_dtree[n].Len = 5;
287 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
943 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c23 * 00000078 b static_dtree
890 ct_data static_dtree[D_CODES]; member in struct:globals2
1652 compress_block((ct_data *) G2.static_ltree, (ct_data *) G2.static_dtree);
1895 if (G2.static_dtree[0].Len != 0)
1962 G2.static_dtree[n].Len = 5;
1963 G2.static_dtree[n].Code = bi_reverse(n, 5);
2057 G2.d_desc.static_tree = G2.static_dtree;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1528 local ct_data static_dtree[D_CODES]; variable
1560 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
1728 static_dtree[n].Len = 5;
1729 static_dtree[n].Code = bi_reverse(n, 5);
1739 if (static_dtree[0].Len == 0) {
2377 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c1528 local ct_data static_dtree[D_CODES]; variable
1560 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
1728 static_dtree[n].Len = 5;
1729 static_dtree[n].Code = bi_reverse(n, 5);
1739 if (static_dtree[0].Len == 0) {
2377 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1924 local ct_data static_dtree[D_CODES]; variable
1956 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2128 static_dtree[n].Len = 5;
2129 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2769 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c1924 local ct_data static_dtree[D_CODES]; variable
1956 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2128 static_dtree[n].Len = 5;
2129 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2769 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);

Completed in 193 milliseconds