Searched defs:max_code (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 359 int max_code = desc->max_code; in gen_bitlen() local 443 int max_code, /* largest code with non zero frequency */ in gen_codes() 493 int max_code = -1; /* largest code with non zero frequency */ in build_tree() local 575 int max_code /* and its largest code of non zero frequency */ in scan_tree() 621 int max_code /* and its largest code of non zero frequency */ in send_tree()
|
| H A D | defutil.h | 62 int max_code; /* largest code with non zero frequency */ member
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | trees.c | 499 int max_code = desc->max_code; local 581 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument 631 int max_code = -1; /* largest code with non zero frequency */ local 711 local void scan_tree (s, tree, max_code) in scan_tree() argument 756 local void send_tree (s, tree, max_code) in send_tree() argument
|
| H A D | deflate.h | 82 int max_code; /* largest code with non zero frequency */ member
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | twl6040-vibra.c | 123 int vpk, max_code; in twl6040_vibra_code() local
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-lm3692x.c | 368 u32 max_code; in lm3692x_max_brightness() local
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 1783 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1794 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match()
|