HomeSort by: relevance | last modified time | path
    Searched defs:opt2 (Results 1 - 15 of 15) sorted by relevancy

  /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.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/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/usr.sbin/npf/npfctl/
npfctl.h 85 } opt2; typedef in typeref:struct:l2
90 opt2 opt2; member in union:filt_opts::__anon8540
  /src/sys/dev/eisa/
ahbreg.h 181 uint16_t opt2; member in struct:ahb_ecb
  /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
  /src/external/gpl3/gcc/dist/gcc/
opts.cc 721 int opt2; local
808 opt2 = (opts->x_optimize >= 2);
814 if (opt2)
ipa-icf.cc 612 cl_optimization *opt2 = opts_for_fn (item->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/
opts.cc 711 int opt2; local
798 opt2 = (opts->x_optimize >= 2);
804 if (opt2)
ipa-icf.cc 609 cl_optimization *opt2 = opts_for_fn (item->decl); local
611 if (opt1 != opt2 && !cl_optimization_option_eq (opt1, opt2))
616 cl_optimization_print_diff (dump_file, 2, opt1, opt2);
  /src/external/bsd/dhcpcd/dist/src/
dhcp.c 147 const struct dhcp_opt *opt, *opt2; local
154 for (j = 0, opt2 = opts; j < opts_len; j++, opt2++)
155 if (opt->option == opt2->option)
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)
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...]
  /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

Completed in 45 milliseconds