HomeSort by: relevance | last modified time | path
    Searched refs:opt2 (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
parse_options_args.exp 22 { opt2 $v2 }
30 gdb_assert { [string equal $opt2 "defval2"] }
43 { opt2 defval2 }
52 gdb_assert { [string equal $opt2 "defval2"] }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
parse_options_args.exp 22 { opt2 $v2 }
30 gdb_assert { [string equal $opt2 "defval2"] }
43 { opt2 defval2 }
52 gdb_assert { [string equal $opt2 "defval2"] }
  /src/external/apache2/llvm/dist/llvm/utils/
findoptdiff 63 opt2="${bc2}.opt"
71 opt2="$llvm2/Debug/bin/opt"
79 $opt2 $switches_to_use "$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
  /src/external/bsd/kyua-cli/dist/utils/
optional_test.cpp 229 optional< int > opt1, opt2; local
231 opt1 = none; opt2 = none;
232 ATF_REQUIRE( opt1 == opt2);
233 ATF_REQUIRE(!(opt1 != opt2));
235 opt1 = utils::make_optional(5); opt2 = none;
236 ATF_REQUIRE(!(opt1 == opt2));
237 ATF_REQUIRE( opt1 != opt2);
239 opt1 = none; opt2 = utils::make_optional(5);
240 ATF_REQUIRE(!(opt1 == opt2));
241 ATF_REQUIRE( opt1 != opt2);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortranspec.cc 91 /* Return whether decoded option structures OPT1 and OPT2 are the
96 const struct cl_decoded_option *opt2)
98 return (opt1->opt_index == opt2->opt_index
99 && strings_same (opt1->arg, opt2->arg)
101 opt2->orig_option_with_args_text)
103 opt2->canonical_option[0])
105 opt2->canonical_option[1])
107 opt2->canonical_option[2])
109 opt2->canonical_option[3])
111 == opt2->canonical_option_num_elements
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortranspec.cc 91 /* Return whether decoded option structures OPT1 and OPT2 are the
96 const struct cl_decoded_option *opt2)
98 return (opt1->opt_index == opt2->opt_index
99 && strings_same (opt1->arg, opt2->arg)
101 opt2->orig_option_with_args_text)
103 opt2->canonical_option[0])
105 opt2->canonical_option[1])
107 opt2->canonical_option[2])
109 opt2->canonical_option[3])
111 == opt2->canonical_option_num_elements
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
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,
  /src/external/gpl3/gcc.old/dist/gcc/
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,
  /src/crypto/external/bsd/heimdal/dist/lib/kdfs/
k5dfspag.c 153 static int krb5_dfs_pag_syscall(opt1,opt2)
155 int opt2;
172 pag = (*dpagaix)(opt1, opt2, 0, 0, 0, 0);
174 pag = syscall(AFS_SYSCALL, opt1, opt2, 0, 0, 0, 0);
  /src/usr.sbin/npf/npfctl/
npfctl.h 85 } opt2; typedef in typeref:struct:l2
90 opt2 opt2; member in union:filt_opts::__anon8540
npf_data.c 703 fopts.filt.opt2.from_mac = src_addr;
705 fopts.filt.opt2.to_mac = dst_addr;
707 fopts.filt.opt2.ether_type = eth_type;
npf_build.c 540 npfvar_t *ap_from = fopts->filt.opt2.from_mac;
541 npfvar_t *ap_to = fopts->filt.opt2.to_mac;
542 const uint16_t ether_type = fopts->filt.opt2.ether_type;
  /src/external/bsd/byacc/dist/test/
run_test.sh 218 OPT2=
247 OPT2="-s"
259 for opt2 in "" $OPT2
267 error=${ROOT}${opt2}.error
270 $YACC $OPTS $opt2 -v -d $output $prefix -b "$ROOT${opt2}" "$input" 2>"$error"
273 REF=${REF_DIR}/${root}${opt2}${type}
302 NEW="${ROOT}${opt2}${type}"
  /src/sys/dev/eisa/
ahbreg.h 181 uint16_t opt2; member in struct:ahb_ecb
  /src/external/bsd/ppp/dist/pppd/
ccp.c 1350 method_name(ccp_options *opt, ccp_options *opt2)
1383 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size)
1386 opt->deflate_size, opt2->deflate_size);
1393 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits)
1395 opt->bsd_bits, opt2->bsd_bits);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 474 char *opt2 local
477 sprintf (opt2, "-Wl,%s", target_offloadend_filename);
500 obstack_ptr_grow (&argv_obstack, opt2);
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 217 const struct dhcp_opt *opt, *opt2; local
223 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++)
224 if (opt2->option == opt->option)
735 const struct dhcp_opt *opt, *opt2; local
821 for (n = 0, opt2 = ifo->dhcp6_override;
823 n++, opt2++)
825 if (opt->option == opt2->option)
1157 for (n = 0, opt2 = ifo->dhcp6_override;
1159 n++, opt2++
    [all...]
ipv6nd.c 202 const struct dhcp_opt *opt, *opt2; local
208 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++)
209 if (opt2->option == opt->option)
  /src/sys/dev/ic/
aac.c 505 u_int32_t opt1, opt2, opt3; local
509 opt2 = AAC_GET_MAILBOX(sc, 2);
511 if (!opt1 || !opt2 || !opt3) {
517 tmpval = (le32toh(opt2) >> 16);
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha1-armv4-large.pl 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
127 $opt2 @ F_xx_xx
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha1-armv4-large.pl 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
127 $opt2 @ F_xx_xx
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha1-armv4-large.pl 110 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
125 $opt2 @ F_xx_xx
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 584 __be32 opt2; member in struct:cpl_pass_accept_rpl
601 __be32 opt2; member in struct:cpl_act_open_req
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 195 struct ns32k_option opt2[] = /* save, enter. */
1043 optlist (argv[i], opt2, &iif.iifP[10].object);
194 struct ns32k_option opt2[] = \/* save, enter. *\/ variable in typeref:struct:ns32k_option
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 195 struct ns32k_option opt2[] = /* save, enter. */
1043 optlist (argv[i], opt2, &iif.iifP[10].object);
194 struct ns32k_option opt2[] = \/* save, enter. *\/ variable in typeref:struct:ns32k_option

Completed in 30 milliseconds

1 2