| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | optional_test.cpp | 229 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 D | gfortranspec.c | 96 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 D | gfortranspec.cc | 96 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 D | findoptdiff | 63 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 D | k5dfspag.c | 153 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 D | 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,
|
| H A D | ipa-icf.c | 606 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 D | opts.c | 572 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 D | 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,
|
| H A D | ipa-icf.cc | 609 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 D | slip.hosts | 4 # login local-addr remote-addr mask opt1 opt2
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | intelmic-mkoffload.c | 441 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 D | intelmic-mkoffload.cc | 474 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 D | ahbreg.h | 181 uint16_t opt2; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha1-armv4-large.pl | 112 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 D | sha1-armv4-large.pl | 110 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_; 125 $opt2 @ F_xx_xx
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | 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()
|
| H A D | 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()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aac.c | 505 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 D | test_verification.csv | 1 … -ignore_keyusage, -unprotected_errors, -extracertsout,val,val2, -opt1,arg1, -opt2,arg2, -opt3,arg3
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | options.texi | 510 @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 D | options.texi | 551 @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 D | tc-ns32k.c | 194 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 D | cxgb_t3_cpl.h | 584 __be32 opt2; member 601 __be32 opt2; member
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-ns32k.c | 194 struct ns32k_option opt2[] = /* save, enter. */ variable 1038 optlist (argv[i], opt2, &iif.iifP[10].object); in encode_operand()
|