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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp394 static std::string TypeString(const char mod, StringRef typestr) { argument
408 char type = ClassifyType(typestr, quad, poly, usgn);
481 static std::string BuiltinTypeString(const char mod, StringRef typestr, argument
496 char type = ClassifyType(typestr, quad, poly, usgn);
576 static std::string MangleName(const std::string &name, StringRef typestr, argument
584 char type = ClassifyType(typestr, quad, poly, usgn);
679 static std::string GenArgs(const std::string &proto, StringRef typestr) { argument
694 s += TypeString(proto[i], typestr) + " __";
707 static std::string GenMacroLocals(const std::string &proto, StringRef typestr) { argument
719 s += TypeString(proto[i], typestr)
732 Extend(StringRef typestr, const std::string &a) argument
739 Duplicate(unsigned nElts, StringRef typestr, const std::string &a) argument
763 GetNumElements(StringRef typestr, bool &quad) argument
783 GenOpString(OpKind op, const std::string &proto, StringRef typestr) argument
1012 GetNeonEnum(const std::string &proto, StringRef typestr) argument
1059 GenBuiltin(const std::string &name, const std::string &proto, StringRef typestr, ClassKind ck) argument
1175 GenBuiltinDef(const std::string &name, const std::string &proto, StringRef typestr, ClassKind ck) argument
1408 RangeFromType(const char mod, StringRef typestr) argument
[all...]
/external/elfutils/libasm/
H A Dasm_newscn.c66 const char *typestr = ""; local
89 typestr = ",@progbits";
91 typestr = ",@nobits";
97 result->name, flagstr, typestr);
/external/iptables/extensions/
H A Dlibip6t_dst.c32 parse_opts_num(const char *idstr, const char *typestr) argument
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
50 "dst: error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_hbh.c34 parse_opts_num(const char *idstr, const char *typestr) argument
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
52 "hbh: error parsing %s `%s'", typestr, idstr);
/external/ppp/pppd/plugins/radius/
H A Ddict.c43 char typestr[AUTH_ID_LEN]; local
108 n = sscanf(buffer, "%s%s%s%s%s", dummystr, namestr, valstr, typestr, vendorstr);
145 if (strcmp (typestr, "string") == 0)
149 else if (strcmp (typestr, "integer") == 0)
153 else if (strcmp (typestr, "ipaddr") == 0)
157 else if (strcmp (typestr, "date") == 0)
/external/v8/tools/
H A Dgen-postmortem-metadata.py179 typestr = '';
206 typestr += line;
220 entries = typestr.split(',');
/external/libpcap/
H A Dgencode.c3398 const char *typestr; local
3401 typestr = "net";
3403 typestr = "host";
3431 bpf_error("'tcp' modifier applied to %s", typestr);
3434 bpf_error("'sctp' modifier applied to %s", typestr);
3437 bpf_error("'udp' modifier applied to %s", typestr);
3440 bpf_error("'icmp' modifier applied to %s", typestr);
3443 bpf_error("'igmp' modifier applied to %s", typestr);
3446 bpf_error("'igrp' modifier applied to %s", typestr);
3449 bpf_error("'pim' modifier applied to %s", typestr);
3528 const char *typestr; local
[all...]
/external/dnsmasq/src/
H A Dcache.c34 } typestr[] = { variable in typeref:struct:__anon5068
140 const unsigned char *mix_tab = (const unsigned char*)typestr;
1232 for (i = 0; i < (sizeof(typestr)/sizeof(typestr[0])); i++)
1233 if (typestr[i].type == type)
1234 sprintf(str,"query[%s]", typestr[i].name);
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c176 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
180 if (!ConvertDomainNameToCString(&type, typestr)) return;
186 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
192 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
H A Duds_daemon.c410 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
416 ConvertDomainNameToCString(&type, typestr);
424 len += (int) (strlen(typestr) + 1);
436 put_string(typestr, &data);
449 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
459 // 2. Put second label and "local" into typestr
460 mDNS_snprintf(typestr, sizeof(typestr), "%#s.local.", SecondLabel(servicename));
467 len += (int) (strlen(typestr) + 1);
479 put_string(typestr,
[all...]
/external/tcpdump/
H A Dprint-ppp.c426 const char *typestr; local
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
435 printf("%s, ",typestr);
584 printf("[|%s]", typestr);

Completed in 196 milliseconds