| /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 | 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/sys/dev/eisa/ |
| ahbreg.h | 174 uint16_t opt1; member in struct:ahb_ecb
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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/ |
| 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.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/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
|