Searched refs:max_code (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
495 int max_code = desc->max_code; local
521 if (n > max_code) continue; /* not a leaf node */
557 if (m > max_code) continue;
577 local void gen_codes (tree, max_code, bl_count)
579 int max_code; /* largest code with non zero frequency */
598 Tracev((stderr,"\ngen_codes: max_code
627 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
H A Ddeflate.h82 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
495 int max_code = desc->max_code; local
521 if (n > max_code) continue; /* not a leaf node */
557 if (m > max_code) continue;
577 local void gen_codes (tree, max_code, bl_count)
579 int max_code; /* largest code with non zero frequency */
598 Tracev((stderr,"\ngen_codes: max_code
627 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
H A Ddeflate.h82 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c139 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
141 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
142 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
413 int max_code = desc->max_code; local
439 if (n > max_code) continue; /* not a leaf node */
475 if (m > max_code) continue;
497 int max_code, /* largest code with non zero frequency */
517 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
495 gen_codes( ct_data *tree, int max_code, ush *bl_count ) argument
547 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
H A Ddefutil.h60 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c866 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc
962 static void gen_codes(ct_data * tree, int max_code);
964 static void scan_tree(ct_data * tree, int max_code);
965 static void send_tree(ct_data * tree, int max_code);
1067 int max_code = desc->max_code; local
1095 if (n > max_code)
1137 if (m > max_code)
1158 static void gen_codes(ct_data * tree, int max_code) argument
1176 Tracev((stderr, "\ngen_codes: max_code
1222 int max_code = -1; /* largest code with non zero frequency */ local
1308 scan_tree(ct_data * tree, int max_code) argument
1361 send_tree(ct_data * tree, int max_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c204 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
1573 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1575 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
1576 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
1853 int max_code = desc->max_code; local
1879 if (n > max_code) continue; /* not a leaf node */
1915 if (m > max_code) continue;
1935 local void gen_codes (tree, max_code, bl_count)
1937 int max_code; /* larges
1985 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c329 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
1969 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1971 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
1972 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
2251 int max_code = desc->max_code; local
2277 if (n > max_code) continue; /* not a leaf node */
2313 if (m > max_code) continue;
2333 local void gen_codes (tree, max_code, bl_count)
2335 int max_code; /* larges
2383 int max_code = -1; /* largest code with non zero frequency */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c1265 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, argument
1269 return (type == test_type && code >= min_code && code <= max_code)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c2106 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, argument
2110 return ((test_type == 0xFF) || (type == test_type && code >= min_code && code <= max_code))

Completed in 204 milliseconds