/external/iptables/extensions/ |
libip6t_icmp6.c | 15 uint8_t code_min, code_max; member in struct:icmpv6_names 66 && (icmpv6_codes[i].code_max 67 == icmpv6_codes[i-1].code_max)) 117 code[1] = icmpv6_codes[match].code_max; 164 uint8_t code_min, uint8_t code_max, 174 && icmpv6_codes[i].code_max == code_max) 189 if (code_min == code_max) 191 else if (code_min != 0 || code_max != 0xFF) 192 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/opencv3/3rdparty/libtiff/ |
tif_lzw.c | 76 #define CODE_MAX MAXCODE(BITS_MAX) 959 if (free_ent == CODE_MAX-1) { [all...] |
/external/pdfium/third_party/libtiff/ |
tif_lzw.c | 76 #define CODE_MAX MAXCODE(BITS_MAX) 969 if (free_ent == CODE_MAX-1) {
|