| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | target-insns.def | 42 DEF_TARGET_INSN (call, (rtx x0, rtx opt1, rtx opt2, rtx opt3)) 43 DEF_TARGET_INSN (call_pop, (rtx x0, rtx opt1, rtx opt2, rtx opt3)) 44 DEF_TARGET_INSN (call_value, (rtx x0, rtx x1, rtx opt2, rtx opt3, rtx opt4)) 45 DEF_TARGET_INSN (call_value_pop, (rtx x0, rtx x1, rtx opt2, rtx opt3, 92 DEF_TARGET_INSN (sibcall, (rtx x0, rtx opt1, rtx opt2, rtx opt3)) 94 DEF_TARGET_INSN (sibcall_value, (rtx x0, rtx x1, rtx opt2, rtx opt3,
|
| HD | opts.c | 567 int opt2; in default_options_optimization() local 645 opt2 = (opts->x_optimize >= 2); in default_options_optimization() 654 opt2 ? 100 : default_param_value (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE), in default_options_optimization() 660 opt2 ? default_param_value (PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP) in default_options_optimization() 668 opt2 ? default_param_value (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES) in default_options_optimization()
|
| HD | ipa-icf.c | 659 cl_optimization *opt2 = opts_for_fn (item->decl); in equals_wpa() local 661 if (opt1 != opt2 && memcmp (opt1, opt2, sizeof(cl_optimization))) in equals_wpa() 666 cl_optimization_print_diff (dump_file, 2, opt1, opt2); in equals_wpa()
|
| /dragonfly/bin/sh/ |
| HD | exec.c | 756 const char *opt2; in typecmd_impl() local 760 name = padvance(&path2, &opt2, argv[i]); in typecmd_impl()
|
| /dragonfly/contrib/dhcpcd/src/ |
| HD | dhcp6.c | 203 const struct dhcp_opt *opt, *opt2; in dhcp6_printoptions() local 209 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++) in dhcp6_printoptions() 210 if (opt2->option == opt->option) in dhcp6_printoptions() 648 const struct dhcp_opt *opt, *opt2; in dhcp6_makemessage() local 734 for (n = 0, opt2 = ifo->dhcp6_override; in dhcp6_makemessage() 736 n++, opt2++) in dhcp6_makemessage() 738 if (opt->option == opt2->option) in dhcp6_makemessage() 1071 for (n = 0, opt2 = ifo->dhcp6_override; in dhcp6_makemessage() 1073 n++, opt2++) in dhcp6_makemessage() 1075 if (opt->option == opt2->option) in dhcp6_makemessage()
|
| HD | ipv6nd.c | 197 const struct dhcp_opt *opt, *opt2; in ipv6nd_printoptions() local 203 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++) in ipv6nd_printoptions() 204 if (opt2->option == opt->option) in ipv6nd_printoptions()
|
| HD | dhcp.c | 144 const struct dhcp_opt *opt, *opt2; in dhcp_printoptions() local 151 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++) in dhcp_printoptions() 152 if (opt->option == opt2->option) in dhcp_printoptions()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | opts.c | 522 int opt2; in default_options_optimization() local 582 opt2 = (opts->x_optimize >= 2); in default_options_optimization() 587 opt2 ? 100 : default_param_value (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE), in default_options_optimization() 593 opt2 ? default_param_value (PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP) : 1000, in default_options_optimization()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | parse.y | 5807 struct node_state_opt *opt2 = calloc(1, sizeof(*opt2)); in parse_config() local 5814 opt2->type = PF_STATE_OPT_SLOPPY; in parse_config() 5815 opt2->next = NULL; in parse_config() 5816 opt2->tail = opt1; in parse_config() 5820 opt1->next = opt2; in parse_config() 5821 opt1->tail = opt2; in parse_config()
|
| /dragonfly/contrib/byacc/ |
| HD | CHANGES | 4486 * test/run_test.sh: use $opt2 in filenames of the generated files
|