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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2]; variable
130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
253 static_l_desc.static_tree = static_ltree;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2]; variable
130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
253 static_l_desc.static_tree = static_ltree;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c87 static ct_data static_ltree[L_CODES+2]; variable
123 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
274 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
275 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
276 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
277 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
282 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
525 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
834 send_code(s, END_BLOCK, static_ltree);
844 send_code(s, END_BLOCK, static_ltree);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c31 * 00000480 b static_ltree
882 ct_data static_ltree[L_CODES + 2]; member in struct:globals2
1186 Tracec(tree != G2.static_ltree,
1652 compress_block((ct_data *) G2.static_ltree, (ct_data *) G2.static_dtree);
1939 G2.static_ltree[n++].Len = 8;
1943 G2.static_ltree[n++].Len = 9;
1947 G2.static_ltree[n++].Len = 7;
1951 G2.static_ltree[n++].Len = 8;
1958 gen_codes((ct_data *) G2.static_ltree, L_CODES + 1);
2049 G2.l_desc.static_tree = G2.static_ltree;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1521 local ct_data static_ltree[L_CODES+2]; variable
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1716 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
1717 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
1718 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
1719 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
1724 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
1964 Tracec(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
2260 send_code(s, END_BLOCK, static_ltree);
2269 send_code(s, END_BLOCK, static_ltree);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1917 local ct_data static_ltree[L_CODES+2]; variable
1953 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2116 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
2117 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
2118 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
2119 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
2124 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2362 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
2661 send_code(s, END_BLOCK, static_ltree);
2671 send_code(s, END_BLOCK, static_ltree);
[all...]

Completed in 85 milliseconds