Searched refs:multi (Results 176 - 200 of 337) sorted by relevance

1234567891011>>

/netbsd-current/sys/dev/ata/
H A Data_wdc.c284 if (drvp->multi == 1)
287 drvp->multi, 0);
366 * When starting a multi-sector transfer, or doing single-sector
516 ata_bio->nblks = uimin(nblks, drvp->multi);
H A Datavar.h340 uint8_t multi; /* # of blocks to transfer in multi-mode */ member in struct:ata_drive_datas
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c111 static int do_multi(int multi, int size_num);
224 "Enable (tls1>=1) multi-block mode on EVP-named cipher"},
227 {"multi", OPT_MULTI, 'p', "Run benchmarks in parallel"},
1382 int multi = 0; local
1569 multi = atoi(opt_arg());
1570 if ((size_t)multi >= SIZE_MAX / sizeof(int)) {
1571 BIO_printf(bio_err, "%s: multi argument too large\n", prog);
1606 "%s: -mb specified but multi-block support is disabled\n",
1760 BIO_printf(bio_err, "-mb can be used only with a multi-block"
1765 BIO_printf(bio_err, "%s is not a multi
3446 do_multi(int multi, int size_num) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips-elf.exp453 # Test multi-got link. We only do this on GNU/Linux because it requires
456 run_dump_test_o32 "multi-got-1"
457 run_dump_test_o32 "multi-got-no-shared"
458 run_dump_test_o32 "multi-got-hidden-1"
459 run_dump_test_o32 "multi-got-hidden-2"
965 "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
966 {{readelf {-d -r} tls-multi-got-1.r}
967 {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d}
968 {objdump -Rsj.got tls-multi
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c197 static int do_multi(int multi, int size_num);
316 "Enable (tls1>=1) multi-block mode on EVP-named cipher"},
319 {"multi", OPT_MULTI, 'p', "Run benchmarks in parallel"},
1404 int multi = 0; local
1592 multi = atoi(opt_arg());
1593 if (multi >= INT_MAX / (int)sizeof(int)) {
1594 BIO_printf(bio_err, "%s: multi argument too large\n", prog);
1630 "%s: -mb specified but multi-block support is disabled\n",
1757 BIO_printf(bio_err,"-mb can be used only with a multi-block"
1762 BIO_printf(bio_err, "%s is not a multi
3469 do_multi(int multi, int size_num) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dtexi2html504 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
631 if ($tag =~ /^(|f|v|multi)table$/) {
703 if (/^\@(|f|v|multi)table\s+\@(\w+)/) {
706 if ($table_type eq "multi") {
837 } elsif ($end_tag =~ /^(|f|v|multi)table$/) {
847 if ($table_type eq "multi") {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dtexi2html504 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
631 if ($tag =~ /^(|f|v|multi)table$/) {
703 if (/^\@(|f|v|multi)table\s+\@(\w+)/) {
706 if ($table_type eq "multi") {
837 } elsif ($end_tag =~ /^(|f|v|multi)table$/) {
847 if ($table_type eq "multi") {
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dhostapd.c767 int *multi)
774 *multi = 0;
932 *multi = 1;
957 int multi; local
962 sta = hostapd_das_find_sta(hapd, attr, &multi);
964 if (multi) {
996 int multi; local
1001 sta = hostapd_das_find_sta(hapd, attr, &multi);
1003 if (multi) {
765 hostapd_das_find_sta(struct hostapd_data *hapd, struct radius_das_attrs *attr, int *multi) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh34 # -mono | -multi
37 # - -multi wip
149 -multi) type=multi ;;
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c965 int j, multi, found, rule, retval, ok, buflen; local
1037 /* check for multi-part specification */
1039 multi = 1;
1042 multi = 0;
1170 if (!multi)
1196 * We do not support any "multi" options
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh34 # -mono | -multi
37 # - -multi wip
150 -multi) type=multi ;;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c1003 int j, multi, found, rule, retval, ok, buflen; local
1075 /* check for multi-part specification */
1077 multi = 1;
1080 multi = 0;
1208 if (!multi)
1233 * We do not support any "multi" options
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A DMakefile.in84 macro.$(OBJEXT) makeinfo.$(OBJEXT) multi.$(OBJEXT) \
235 macro.c macro.h makeinfo.c makeinfo.h multi.c multi.h node.c node.h \
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d71 // multi-pattern regex
72 auto multi = regex([`\d+,\d+`,`(a-z]+):(\d+)`]);
73 auto m = "abc:43 12,34".matchAll(multi);
407 // multi-pattern regex example
408 auto multi = regex([`([a-z]+):(\d+)`, `(\d+),\d+`]); // multi regex
409 auto m = "abc:43 12,34".matchAll(multi);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DMakefile.in276 gdb.base/multi-forks.exp
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d72 // multi-pattern regex
73 auto multi = regex([`\d+,\d+`, `([a-z]+):(\d+)`]);
74 auto m = "abc:43 12,34".matchAll(multi);
421 // multi-pattern regex example
423 auto multi = regex(arr); // multi regex
425 auto m = str.matchAll(multi);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A DMakefile.in306 gdb.base/multi-forks.exp
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A DMakefile.in105 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
388 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
404 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
411 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
474 @$(MULTICLEAN) multi-clean DO=mostlyclean
479 @$(MULTICLEAN) multi-clean DO=clean
482 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A DMakefile.in104 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
369 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
385 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
392 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
453 @$(MULTICLEAN) multi-clean DO=mostlyclean
458 @$(MULTICLEAN) multi-clean DO=clean
461 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A DMakefile.in104 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
370 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
386 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
393 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
454 @$(MULTICLEAN) multi-clean DO=mostlyclean
459 @$(MULTICLEAN) multi-clean DO=clean
462 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A DMakefile.in105 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
388 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
404 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
411 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
474 @$(MULTICLEAN) multi-clean DO=mostlyclean
479 @$(MULTICLEAN) multi-clean DO=clean
482 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A DMakefile.in105 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
388 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
404 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
411 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
474 @$(MULTICLEAN) multi-clean DO=mostlyclean
479 @$(MULTICLEAN) multi-clean DO=clean
482 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A DMakefile.in105 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
388 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
404 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
411 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
474 @$(MULTICLEAN) multi-clean DO=mostlyclean
479 @$(MULTICLEAN) multi-clean DO=clean
482 @$(MULTICLEAN) multi-clean DO=distclean
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_ndis.c2352 TCHAR multi[100]; local
2368 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2369 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2373 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2378 (u8 *) multi, len * sizeof(TCHAR));
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h643 /* A tree of these structs represents the multi-ifield
655 const struct cgen_maybe_multi_ifield * multi;
689 /* The (possibly-multi) ifield used as an index for this operand, if it
1144 This is useful in multi-insn macros that build a constant in a register.
645 const struct cgen_maybe_multi_ifield * multi; member in union:cgen_maybe_multi_ifield::__anon891

Completed in 417 milliseconds

1234567891011>>