Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Doptional_test.cpp229 optional< int > opt1, opt2; in ATF_TEST_CASE_BODY() local
231 opt1 = none; opt2 = none; in ATF_TEST_CASE_BODY()
232 ATF_REQUIRE( opt1 == opt2); in ATF_TEST_CASE_BODY()
233 ATF_REQUIRE(!(opt1 != opt2)); in ATF_TEST_CASE_BODY()
235 opt1 = utils::make_optional(5); opt2 = none; in ATF_TEST_CASE_BODY()
236 ATF_REQUIRE(!(opt1 == opt2)); in ATF_TEST_CASE_BODY()
237 ATF_REQUIRE( opt1 != opt2); in ATF_TEST_CASE_BODY()
239 opt1 = none; opt2 = utils::make_optional(5); in ATF_TEST_CASE_BODY()
240 ATF_REQUIRE(!(opt1 == opt2)); in ATF_TEST_CASE_BODY()
241 ATF_REQUIRE( opt1 != opt2); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortranspec.c96 const struct cl_decoded_option *opt2) in options_same() argument
98 return (opt1->opt_index == opt2->opt_index in options_same()
99 && strings_same (opt1->arg, opt2->arg) in options_same()
101 opt2->orig_option_with_args_text) in options_same()
103 opt2->canonical_option[0]) in options_same()
105 opt2->canonical_option[1]) in options_same()
107 opt2->canonical_option[2]) in options_same()
109 opt2->canonical_option[3]) in options_same()
111 == opt2->canonical_option_num_elements) in options_same()
112 && opt1->value == opt2->value in options_same()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortranspec.cc96 const struct cl_decoded_option *opt2) in options_same() argument
98 return (opt1->opt_index == opt2->opt_index in options_same()
99 && strings_same (opt1->arg, opt2->arg) in options_same()
101 opt2->orig_option_with_args_text) in options_same()
103 opt2->canonical_option[0]) in options_same()
105 opt2->canonical_option[1]) in options_same()
107 opt2->canonical_option[2]) in options_same()
109 opt2->canonical_option[3]) in options_same()
111 == opt2->canonical_option_num_elements) in options_same()
112 && opt1->value == opt2->value in options_same()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dfindoptdiff63 opt2="${bc2}.opt"
71 opt2="$llvm2/Debug/bin/opt"
79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kdfs/
H A Dk5dfspag.c153 static int krb5_dfs_pag_syscall(opt1,opt2) in krb5_dfs_pag_syscall() argument
155 int opt2;
172 pag = (*dpagaix)(opt1, opt2, 0, 0, 0, 0);
174 pag = syscall(AFS_SYSCALL, opt1, opt2, 0, 0, 0, 0);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget-insns.def42 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,
H A Dipa-icf.c606 cl_optimization *opt2 = opts_for_fn (item->decl); in equals_wpa() local
608 if (opt1 != opt2 && !cl_optimization_option_eq (opt1, opt2)) in equals_wpa()
613 cl_optimization_print_diff (dump_file, 2, opt1, opt2); in equals_wpa()
H A Dopts.c572 int opt2; in default_options_optimization() local
650 opt2 = (opts->x_optimize >= 2); in default_options_optimization()
656 if (opt2) in default_options_optimization()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtarget-insns.def42 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,
H A Dipa-icf.cc609 cl_optimization *opt2 = opts_for_fn (item->decl); in equals_wpa() local
611 if (opt1 != opt2 && !cl_optimization_option_eq (opt1, opt2)) in equals_wpa()
616 cl_optimization_print_diff (dump_file, 2, opt1, opt2); in equals_wpa()
/netbsd-src/usr.sbin/sliplogin/
H A Dslip.hosts4 # login local-addr remote-addr mask opt1 opt2
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dintelmic-mkoffload.c441 char *opt2 in prepare_target_image() local
444 sprintf (opt2, "-Wl,%s", target_offloadend_filename); in prepare_target_image()
466 obstack_ptr_grow (&argv_obstack, opt2); in prepare_target_image()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dintelmic-mkoffload.cc474 char *opt2 in prepare_target_image() local
477 sprintf (opt2, "-Wl,%s", target_offloadend_filename); in prepare_target_image()
500 obstack_ptr_grow (&argv_obstack, opt2); in prepare_target_image()
/netbsd-src/sys/dev/eisa/
H A Dahbreg.h181 uint16_t opt2; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-armv4-large.pl112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
127 $opt2 @ F_xx_xx
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-armv4-large.pl110 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
125 $opt2 @ F_xx_xx
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c203 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()
H A Dipv6nd.c197 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()
/netbsd-src/sys/dev/ic/
H A Daac.c505 u_int32_t opt1, opt2, opt3; in aac_check_firmware() local
509 opt2 = AAC_GET_MAILBOX(sc, 2); in aac_check_firmware()
511 if (!opt1 || !opt2 || !opt3) { in aac_check_firmware()
517 tmpval = (le32toh(opt2) >> 16); in aac_check_firmware()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv1 … -ignore_keyusage, -unprotected_errors, -extracertsout,val,val2, -opt1,arg1, -opt2,arg2, -opt3,arg3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Doptions.texi510 @itemx EnabledBy(@var{opt} || @var{opt2})
511 @itemx EnabledBy(@var{opt} && @var{opt2})
515 only set if both @var{opt} and @var{opt2} are set. The options @var{opt}
516 and @var{opt2} must have the @code{Common} property; otherwise, use
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Doptions.texi551 @itemx EnabledBy(@var{opt} || @var{opt2})
552 @itemx EnabledBy(@var{opt} && @var{opt2})
556 only set if both @var{opt} and @var{opt2} are set. The options @var{opt}
557 and @var{opt2} must have the @code{Common} property; otherwise, use
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ns32k.c194 struct ns32k_option opt2[] = /* save, enter. */ variable
1038 optlist (argv[i], opt2, &iif.iifP[10].object); in encode_operand()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h584 __be32 opt2; member
601 __be32 opt2; member
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ns32k.c194 struct ns32k_option opt2[] = /* save, enter. */ variable
1038 optlist (argv[i], opt2, &iif.iifP[10].object); in encode_operand()

12