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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
parse_options_args.exp 21 { opt1 defval1 }
29 gdb_assert { [string equal $opt1 "val1"] }
36 test1 { opt1 $v1 opt3 } "vala" "valb"
42 { opt1 defval1 }
51 gdb_assert { [string equal $opt1 "val1"] }
58 test2 -opt1 $v1 -opt3 "vala" "valb"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
parse_options_args.exp 21 { opt1 defval1 }
29 gdb_assert { [string equal $opt1 "val1"] }
36 test1 { opt1 $v1 opt3 } "vala" "valb"
42 { opt1 defval1 }
51 gdb_assert { [string equal $opt1 "val1"] }
58 test2 -opt1 $v1 -opt3 "vala" "valb"
  /src/external/apache2/llvm/dist/llvm/utils/
findoptdiff 62 opt1="${bc1}.opt"
70 opt1="$llvm1/Debug/bin/opt"
78 $opt1 $switches_to_use "$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
  /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
95 options_same (const struct cl_decoded_option *opt1,
98 return (opt1->opt_index == opt2->opt_index
99 && strings_same (opt1->arg, opt2->arg)
100 && strings_same (opt1->orig_option_with_args_text,
102 && strings_same (opt1->canonical_option[0],
104 && strings_same (opt1->canonical_option[1],
106 && strings_same (opt1->canonical_option[2],
108 && strings_same (opt1->canonical_option[3],
110 && (opt1->canonical_option_num_element
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortranspec.cc 91 /* Return whether decoded option structures OPT1 and OPT2 are the
95 options_same (const struct cl_decoded_option *opt1,
98 return (opt1->opt_index == opt2->opt_index
99 && strings_same (opt1->arg, opt2->arg)
100 && strings_same (opt1->orig_option_with_args_text,
102 && strings_same (opt1->canonical_option[0],
104 && strings_same (opt1->canonical_option[1],
106 && strings_same (opt1->canonical_option[2],
108 && strings_same (opt1->canonical_option[3],
110 && (opt1->canonical_option_num_element
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kdfs/
k5dfspag.c 153 static int krb5_dfs_pag_syscall(opt1,opt2)
154 int opt1;
172 pag = (*dpagaix)(opt1, opt2, 0, 0, 0, 0);
174 pag = syscall(AFS_SYSCALL, opt1, opt2, 0, 0, 0, 0);
  /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))
92 DEF_TARGET_INSN (sibcall, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
opts-common.cc 438 const char *opt1; member in struct:option_map
441 /* Whether at least one character is needed following opt1 or opt0
527 const char *opt1 = option_map[i].opt1; local
537 = concat (opt0 + 1, opt1 ? " " : "", opt1 ? opt1 : "",
587 const char *opt1 = option_map[i].opt1; local
591 size_t opt1_len = (opt1 == NULL ? 0 : strlen (opt1))
    [all...]
ipa-icf.cc 611 cl_optimization *opt1 = opts_for_fn (decl); local
614 if (opt1 != opt2 && !cl_optimization_option_eq (opt1, opt2))
619 cl_optimization_print_diff (dump_file, 2, opt1, opt2);
  /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))
92 DEF_TARGET_INSN (sibcall, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
opts-common.cc 438 const char *opt1; member in struct:option_map
441 /* Whether at least one character is needed following opt1 or opt0
505 const char *opt1 = option_map[i].opt1; local
515 = concat (opt0 + 1, opt1 ? " " : "", opt1 ? opt1 : "",
565 const char *opt1 = option_map[i].opt1; local
569 size_t opt1_len = (opt1 == NULL ? 0 : strlen (opt1))
    [all...]
ipa-icf.cc 608 cl_optimization *opt1 = opts_for_fn (decl); local
611 if (opt1 != opt2 && !cl_optimization_option_eq (opt1, opt2))
616 cl_optimization_print_diff (dump_file, 2, opt1, opt2);
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.y 469 gen_options(struct assignment *opt1, const char *name)
475 for(tmp = opt1;
496 struct assignment *opt1;
509 opt1 = find(as, "option");
517 if(opt1 != NULL) {
518 gen_options(opt1, n);
527 if(opt1 != NULL)
656 f, opt1 ? "&opt": "NULL");
slc-gram.c 1771 gen_options(struct assignment *opt1, const char *name)
1777 for(tmp = opt1;
1798 struct assignment *opt1; local
1811 opt1 = find(as, "option");
1819 if(opt1 != NULL) {
1820 gen_options(opt1, n);
1829 if(opt1 != NULL)
1958 f, opt1 ? "&opt": "NULL");
  /src/sys/dev/eisa/
ahbreg.h 174 uint16_t opt1; member in struct:ahb_ecb
ahb.c 861 ecb->opt1 = ECB_SES /*| ECB_DSB*/ | ECB_ARS;
929 ecb->opt1 |= ECB_S_G;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 472 char *opt1 local
476 sprintf (opt1, "-Wl,%s", target_descr_filename);
492 obstack_ptr_grow (&argv_obstack, opt1);
  /src/sys/dev/ic/
aac.c 505 u_int32_t opt1, opt2, opt3; local
508 opt1 = AAC_GET_MAILBOX(sc, 1);
511 if (!opt1 || !opt2 || !opt3) {
515 sc->sc_max_fib_size = le32toh(opt1) & 0xffff;
516 sc->sc_max_sectors = (le32toh(opt1) >> 16) << 1;
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha1-armv4-large.pl 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
126 $opt1 @ 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)=@_;
126 $opt1 @ 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)=@_;
124 $opt1 @ F_xx_xx
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 183 struct ns32k_option opt1[] = /* restore, exit. */
1040 optlist (argv[i], opt1, &iif.iifP[10].object);
182 struct ns32k_option opt1[] = \/* restore, exit. *\/ variable in typeref:struct:ns32k_option
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 183 struct ns32k_option opt1[] = /* restore, exit. */
1040 optlist (argv[i], opt1, &iif.iifP[10].object);
182 struct ns32k_option opt1[] = \/* restore, exit. *\/ variable in typeref:struct:ns32k_option
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 501 __be32 opt1; member in struct:cpl_pass_open_req

Completed in 85 milliseconds

1 2