Searched refs:typestr (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp634 static std::string TypeString(const char mod, StringRef typestr) { argument
648 char type = ClassifyType(typestr, quad, poly, usgn);
728 static std::string BuiltinTypeString(const char mod, StringRef typestr, argument
743 char type = ClassifyType(typestr, quad, poly, usgn);
901 static char Insert_BHSD_Suffix(StringRef typestr){ argument
903 if(typestr[off++] == 'S'){
904 while(typestr[off] == 'Q' || typestr[off] == 'H'||
905 typestr[off] == 'P' || typestr[of
934 MangleName(const std::string &name, StringRef typestr, ClassKind ck) argument
1447 GenArgs(const std::string &proto, StringRef typestr, const std::string &name) argument
1479 GenMacroLocals(const std::string &proto, StringRef typestr, const std::string &name ) argument
1512 Extend(StringRef typestr, const std::string &a, bool h=0) argument
1521 GetHigh(const std::string &a, StringRef typestr) argument
1529 Gen2OpWith2High(StringRef typestr, const std::string &op, const std::string &a, const std::string &b) argument
1543 Gen3OpWith2High(StringRef typestr, const std::string &op, const std::string &a, const std::string &b, const std::string &c) argument
1557 GenCombine(std::string typestr, const std::string &a, const std::string &b) argument
1566 Duplicate(unsigned nElts, StringRef typestr, const std::string &a) argument
1599 GetNumElements(StringRef typestr, bool &quad) argument
1622 GenOpString(const std::string &name, OpKind op, const std::string &proto, StringRef typestr) argument
2249 GetNeonEnum(const std::string &proto, StringRef typestr) argument
2312 GenBuiltin(const std::string &name, const std::string &proto, StringRef typestr, ClassKind ck) argument
2435 GenBuiltinDef(const std::string &name, const std::string &proto, StringRef typestr, ClassKind ck) argument
2787 RangeFromType(const char mod, StringRef typestr) argument
2810 RangeScalarShiftImm(const char mod, StringRef typestr) argument
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dls.c52 static char typestr[] = "?fc?d?b? ?l?s?w"; variable
114 sprintf(lbuf, " %c %8d %s\n", typestr[d->d_type],
117 sprintf(lbuf, " %c %s\n", typestr[d->d_type], d->d_name);
H A Dmodule.c105 char *typestr; local
111 typestr = NULL;
122 typestr = optarg;
138 if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) {
143 fp = file_findfile(argv[1], typestr);
149 if (file_loadraw(argv[1], typestr, 1) != NULL)
153 if (strcmp("mfs_root", typestr) == 0)
187 char typestr[80]; local
216 sprintf(typestr, "
[all...]
/freebsd-10-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c122 dtfs_domount(struct puffs_usermount *pu, const char *typestr) argument
147 if (!typestr) {
151 if (strncmp(rtypes[i].tstr, typestr,
153 if (rtypes[i].pfunc(pu, typestr,
156 "\"%s\"\n", typestr);
163 fprintf(stderr, "no maching type for %s\n", typestr);
/freebsd-10-stable/sys/dev/fe/
H A Dif_fe_cbus.c331 sc->typestr = "RE1000";
345 fe_irq_failure(sc->typestr, sc->sc_unit, irq, "3/5/6/12");
375 sc->typestr = "RE1000Plus/ME1500";
549 sc->typestr = "C-NET(9N)C";
556 fe_irq_failure(sc->typestr, sc->sc_unit, NO_IRQ, NULL);
560 sc->typestr = "C-NET(9N)E";
566 fe_irq_failure(sc->typestr, sc->sc_unit, irq, "5");
635 sc->typestr = "C-NET(98)P2";
642 fe_irq_failure(sc->typestr, sc->sc_unit, irq,
705 sc->typestr
[all...]
H A Dif_fe_isa.c282 sc->typestr = type->str;
402 sc->typestr = "AT-1700T/RE2001";
407 sc->typestr = "AT-1700BT/RE2003";
411 sc->typestr = "AT-1700FT/RE2009";
415 sc->typestr = "AT-1700AT/RE2005";
419 sc->typestr = "unknown AT-1700/RE2000";
527 sc->typestr = "EtherTeam16i/COMBO";
531 sc->typestr = "EtherTeam16i/TP";
535 sc->typestr = "EtherTeam16i/ErgoPro";
539 sc->typestr
[all...]
H A Dif_fe_pccard.c260 sc->typestr = "MBH10302 (PCMCIA)";
343 sc->typestr = "Generic MB8696x/78Q837x Ethernet (PCMCIA)";
H A Dif_fevar.h83 char const * typestr; /* printable name of the interface. */ member in struct:fe_softc
H A Dif_fe.c832 device_printf(dev, "type %s%s\n", sc->typestr,
/freebsd-10-stable/sys/dev/snc/
H A Ddp83932subr.c405 u_int8_t *typestr; local
412 typestr = "NEC PC-9801-84";
414 typestr = "NEC PC-9801-83";
419 typestr = "NEC PC-9801-104";
421 typestr = "NEC PC-9801-103";
427 typestr = "NEC PC-9801N-J02R";
429 typestr = "NEC PC-9801N-J02";
432 typestr = "NEC unknown (PC-9801N-25?)";
437 typestr = "unknown (3rd vendor?)";
441 return typestr;
[all...]
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sysevent.c168 char typestr[128]; local
307 snprintf(typestr, sizeof(typestr), "misc.fs.zfs.%s", type + 8);
308 type = typestr;
/freebsd-10-stable/contrib/libpcap/
H A Dgencode.c4437 const char *typestr; local
4440 typestr = "net";
4442 typestr = "host";
4470 bpf_error("'tcp' modifier applied to %s", typestr);
4473 bpf_error("'sctp' modifier applied to %s", typestr);
4476 bpf_error("'udp' modifier applied to %s", typestr);
4479 bpf_error("'icmp' modifier applied to %s", typestr);
4482 bpf_error("'igmp' modifier applied to %s", typestr);
4485 bpf_error("'igrp' modifier applied to %s", typestr);
4488 bpf_error("'pim' modifier applied to %s", typestr);
4568 const char *typestr; local
[all...]
/freebsd-10-stable/sys/dev/fdt/
H A Dfdt_common.c270 fdt_is_type(phandle_t node, const char *typestr) argument
280 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0)
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ppp.c428 const char *typestr; local
436 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
437 printf("%s, ",typestr);
586 printf("[|%s]", typestr);
/freebsd-10-stable/sys/dev/sn/
H A Dif_sn_pccard.c69 char *typestr; member in struct:sn_sw
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c1577 const char *typestr; local
1582 typestr = "audio output";
1585 typestr = "audio input";
1588 typestr = "audio mixer";
1591 typestr = "audio selector";
1594 typestr = "pin";
1597 typestr = "power widget";
1600 typestr = "volume widget";
1603 typestr = "beep widget";
1606 typestr
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2422 const char *typestr; local
2510 typestr = us_type2str(type);
2511 typelen = strlen(gettext(typestr));
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15769 char *strtab, *typestr;
15932 typestr = strtab + probe->dofpr_nargv;
15940 typesz = strlen(typestr) + 1;
15947 typestr += typesz;
15951 typestr = strtab + probe->dofpr_xargv;
15965 typesz = strlen(typestr) + 1;
15973 typestr += typesz;

Completed in 393 milliseconds