Home
last modified time | relevance | path

Searched refs:goto_set (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java51 private BitSet goto_set; field in CodeHTML
387 goto_set = new BitSet(bytes.available()); in findGotos()
395 goto_set.set(cex.getStartPC()); in findGotos()
396 goto_set.set(cex.getEndPC()); in findGotos()
397 goto_set.set(cex.getHandlerPC()); in findGotos()
408 goto_set.set(start); in findGotos()
409 goto_set.set(end); in findGotos()
437 goto_set.set(default_offset); in findGotos()
440 goto_set.set(index); in findGotos()
446 goto_set.set(default_offset); in findGotos()
[all …]
/external/iptables/iptables/
Dnft.h104 int add_action(struct nftnl_rule *r, struct iptables_command_state *cs, bool goto_set);
165 int xlate_action(const struct iptables_command_state *cs, bool goto_set,
Dxtables-translate.c54 int xlate_action(const struct iptables_command_state *cs, bool goto_set, in xlate_action() argument
81 if (goto_set) in xlate_action()
Dnft-shared.h198 bool goto_set; member
Dnft-ipv6.c335 if (args->goto_set) in nft_ipv6_post_parse()
Dnft-ipv4.c389 if (args->goto_set) in nft_ipv4_post_parse()
Dnft.c969 bool goto_set) in add_action() argument
986 if (goto_set) in add_action()
Dxtables.c917 args->goto_set = true; in do_parse()