| /external/iptables/extensions/ |
| libip6t_icmp6.c | 16 uint8_t code_min, code_max; member in struct:icmpv6_names 70 && (icmpv6_codes[i].code_max 71 == icmpv6_codes[i-1].code_max)) 121 code[1] = icmpv6_codes[match].code_max; 168 uint8_t code_min, uint8_t code_max, 178 && icmpv6_codes[i].code_max == code_max) 193 if (code_min == code_max) 195 else if (code_min != 0 || code_max != 0xFF) 196 printf(" codes %u-%u", code_min, code_max); [all...] |
| libipt_icmp.c | 23 uint8_t code_min, code_max; member in struct:icmp_names 90 && (icmp_codes[i].code_max 91 == icmp_codes[i-1].code_max)) 141 code[1] = icmp_codes[match].code_max; 189 uint8_t code_min, uint8_t code_max, 199 && icmp_codes[i].code_max == code_max) 214 if (code_min == code_max) 216 else if (code_min != 0 || code_max != 0xFF) 217 printf(" codes %u-%u", code_min, code_max); [all...] |
| /external/pdfium/third_party/libtiff/ |
| tif_lzw.c | 76 #define CODE_MAX MAXCODE(BITS_MAX) 984 if (free_ent == CODE_MAX-1) { 1073 if (free_ent == CODE_MAX-1) { [all...] |