HomeSort by relevance Sort by last modified time
    Searched refs:typestr (Results 1 - 9 of 9) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 206 static std::string TypeString(const char mod, StringRef typestr) {
220 char type = ClassifyType(typestr, quad, poly, usgn);
294 static std::string BuiltinTypeString(const char mod, StringRef typestr,
309 char type = ClassifyType(typestr, quad, poly, usgn);
389 static std::string MangleName(const std::string &name, StringRef typestr,
397 char type = ClassifyType(typestr, quad, poly, usgn);
493 static std::string GenArgs(const std::string &proto, StringRef typestr) {
508 s += TypeString(proto[i], typestr) + " __";
521 static std::string GenMacroLocals(const std::string &proto, StringRef typestr) {
539 s += TypeString(proto[i], typestr) + " __"
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 54 const char *typestr = ""; local
77 typestr = ",@progbits";
79 typestr = ",@nobits";
84 printf ("\t.section \"%s\"%s%s\n", result->name, flagstr, typestr);
  /external/iptables/extensions/
libip6t_dst.c 32 parse_opts_num(const char *idstr, const char *typestr)
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
50 "dst: error parsing %s `%s'", typestr, idstr);
libip6t_hbh.c 34 parse_opts_num(const char *idstr, const char *typestr)
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/
dict.c 43 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)
  /system/media/mca/
structgen.py 222 typestr = linecomps[1]
223 if typestr == "int":
225 elif typestr == "float":
228 raise ParseError(lineno, "Unknown field type '%s'!" % typestr)
  /external/libpcap/
gencode.c 3398 const char *typestr; local
3528 const char *typestr; local
    [all...]
  /external/dnsmasq/src/
cache.c 34 } typestr[] = { variable in typeref:struct:__anon5518
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);
    [all...]
  /external/tcpdump/
print-ppp.c 426 const char *typestr; local
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
435 printf("%s, ",typestr);
584 printf("[|%s]", typestr);
    [all...]

Completed in 173 milliseconds