Searched refs:typenames (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | show-parse.c | 240 } 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/ |
D | showptable.c | 78 static const char *typenames[] = in main() local 91 const char *p_type = typenames[phdr->p_type]; in main()
|
/third_party/skia/bench/ |
D | PathOpsBench.cpp | 157 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/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/ndk_musl_include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | ftp.h | 32 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
D | rubydomain.py | 69 typerolename='obj', typenames=('paramtype', 'type')), 72 typerolename='obj', typenames=('vartype',)),
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 994 * show-parse: remove string_ctype from typenames
|