Searched refs:multi (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile5 index.c insertion.c lang.c macro.c makeinfo.c multi.c \
/freebsd-10.0-release/usr.bin/finger/
H A Dnet.c64 int error, multi; local
86 multi = (ai0->ai_next) != 0;
95 if (multi)
/freebsd-10.0-release/contrib/gcc/
H A Drecog.h247 const char *const *multi; member in union:insn_data::__anon1087
253 const char *const *multi; member in struct:insn_data::__anon1088
H A Dmklibgcc.in232 os_multilib_dir=`$GCC_FOR_TARGET $flags --print-multi-os-directory`
898 os_multilib_dir=`$GCC_FOR_TARGET $flags --print-multi-os-directory`
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c172 massage_type(const char* t, int reverse, int* multi) argument
185 *multi = 1;
409 int multi = 0; /* no type, so do A, AAAA, MX */ local
412 int t = massage_type(qt, reverse, &multi);
416 if(multi) {
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c357 int multi; local
365 multi = 0;
378 multi = 1;
396 multi = 1;
422 if (bcast || multi)
439 if (multi || bcast) {
454 if (multi) {
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-zephyr.c56 int multi; member in struct:z_packet
183 PARSE_FIELD_INT(z.multi);
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_hash.c172 uint32_t multi = 0x6D22F5; local
183 h0 = h2 + (h1 ^ (val * multi));
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c192 /* Note: ISO9660 stores each multi-byte integer twice, once in
298 /* Set 1 if this file is multi extent. */
957 struct file_info *multi; local
1001 multi = NULL;
1029 (child->multi_extent || multi != NULL)) {
1032 if (multi == NULL) {
1033 multi = child;
1034 multi->contents.first = NULL;
1035 multi->contents.last =
1036 &(multi
[all...]
/freebsd-10.0-release/usr.sbin/ifmcstat/
H A Difmcstat.c516 struct in6_multi multi; local
518 KREAD(mc, &multi, struct in6_multi);
519 printf("\t\tgroup %s", inet6_n2a(&multi.in6m_addr, 0));
520 printf(" refcnt %u\n", multi.in6m_refcount);
522 return (multi.in6m_entry.le_next);
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c57 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
570 drv->multi = 1;
613 if (drv->multi &&
H A Ddriver_ndis.c2369 TCHAR multi[100]; local
2385 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2386 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2390 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2395 (u8 *) multi, len * sizeof(TCHAR));
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh143 # multi-arch is not enabled. This ensures that the
144 # default value, when multi-arch is the same as the
145 # default value when not multi-arch. POSTDEFAULT is
239 # m -> multi-arch function
240 # hiding a multi-arch function (parameterised with the architecture)
241 # M -> multi-arch function + predicate
242 # hiding a multi-arch function + predicate to test function validity
302 # default for the non- multi-arch target.
324 # non- multi-arch target (regardless of the value of
803 echo "Error: predicate function ${macro} can not have a non- multi
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dspeed.c239 static int do_multi(int multi);
630 int multi=0; local
755 else if ((argc > 0) && (strcmp(*argv,"-multi") == 0))
761 BIO_printf(bio_err,"no multi count given\n");
764 multi=atoi(argv[0]);
765 if(multi <= 0)
767 BIO_printf(bio_err,"bad multi count\n");
1147 BIO_printf(bio_err,"-multi n run n benchmarks in parallel.\n");
1157 if(multi && do_multi(multi))
2650 do_multi(int multi) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp388 // FIXME: This won't work for multi-character comment indicators like "//".
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_ciph.c1114 int j, multi, found, rule, retval, ok, buflen; local
1188 /* check for multi-part specification */
1191 multi=1;
1195 multi=0;
1315 if (!multi) break;
1333 * We do not support any "multi" options
/freebsd-10.0-release/contrib/binutils/libiberty/
H A DMakefile.in109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
360 MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
376 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
383 @$(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
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A DMakefile.in109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
343 MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
359 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
366 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
437 @$(MULTICLEAN) multi-clean DO=mostlyclean
442 @$(MULTICLEAN) multi-clean DO=clean
445 @$(MULTICLEAN) multi-clean DO=distclean
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc275 // else multi-threading problems will ensue.
/freebsd-10.0-release/contrib/binutils/gas/
H A Dcgen.c696 /* Queue many fixups, recursively. If the field is a multi-ifield,
698 assume here multi-fields represent a left-to-right, MSB0-LSB0
715 & (field->val.multi[i]), signed_p, i);
/freebsd-10.0-release/contrib/binutils/include/opcode/
H A Dcgen.h634 /* A tree of these structs represents the multi-ifield
646 const struct cgen_maybe_multi_ifield * multi;
680 /* The (possibly-multi) ifield used as an index for this operand, if it
1135 This is useful in multi-insn macros that build a constant in a register.
636 const struct cgen_maybe_multi_ifield * multi; member in union:cgen_maybe_multi_ifield::__anon577
/freebsd-10.0-release/sys/sys/
H A Data.h92 /*059*/ u_int16_t multi; member in struct:ata_params
348 #define ATA_READ_MUL48 0x29 /* read multi 48bit LBA */
356 #define ATA_WRITE_MUL48 0x39 /* write multi 48bit LBA */
373 #define ATA_READ_MUL 0xc4 /* read multi */
374 #define ATA_WRITE_MUL 0xc5 /* write multi */
375 #define ATA_SET_MULTI 0xc6 /* set multi size */
/freebsd-10.0-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt228 * 08-11-10 02.00.16 Removed IO Unit Page 1 device path (multi-pathing)
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c1394 /* The value of a multi-character character constant, or a
1421 cpp_error (pfile, CPP_DL_WARNING, "multi-character character constant");
1432 For multi-character constants, the value is INT_PRECISION bits wide. */
1477 character exactly fills a wchar_t, so a multi-character wide
/freebsd-10.0-release/contrib/bmake/mk/
H A Dlib.mk181 # Linux uses GNU ld, which is a multi-pass linker

Completed in 221 milliseconds

12