Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dshow-parse.c240 } typenames[] = { variable
277 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_typename()
278 if (typenames[i].sym == sym) in builtin_typename()
279 return typenames[i].name; in builtin_typename()
287 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_type_suffix()
288 if (typenames[i].sym == sym) in builtin_type_suffix()
289 return typenames[i].suffix; in builtin_type_suffix()
297 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_ctypename()
298 if (&typenames[i].sym->ctype == ctype) in builtin_ctypename()
299 return typenames[i].name; in builtin_ctypename()
/third_party/elfutils/tests/
Dshowptable.c78 static const char *typenames[] = in main() local
91 const char *p_type = typenames[phdr->p_type]; in main()
/third_party/skia/bench/
DPathOpsBench.cpp157 const char* typenames[] = { "path", "snapshot", "detach", "arrays" }; in PathBuilderBench() local
159 fName.printf("makepath_%s_%s", typenames[(int)mt], reserve ? "reserve" : "noreserve"); in PathBuilderBench()
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/ndk_musl_include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dftp.h32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/third_party/nghttp2/doc/_exts/rubydomain/
Drubydomain.py69 typerolename='obj', typenames=('paramtype', 'type')),
72 typerolename='obj', typenames=('vartype',)),
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst994 * show-parse: remove string_ctype from typenames