Searched refs:tem (Results 1 – 25 of 94) sorted by relevance
1234
/external/valgrind/none/tests/amd64/ |
D | bmi.c | 10 ULong tem, flag; in do_andn64() local 16 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc" in do_andn64() 18 *res = tem; in do_andn64() 25 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc" in do_andn64() 27 if (*res != tem || *flags != (flag & 0x8d5)) in do_andn64() 34 ULong tem, flag; in do_andn32() local 40 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc" in do_andn32() 42 *res = tem; in do_andn32() 49 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc" in do_andn32() 51 if (*res != tem || *flags != (flag & 0x8d5)) in do_andn32() [all …]
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 654 const char *tem; in cplus_demangle_opname() local 667 tem = opname + 4; in cplus_demangle_opname() 668 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 761 tem = opname + 5; in cplus_demangle_opname() 762 if (do_type (work, &tem, &type)) in cplus_demangle_opname() 4254 char *tem; in remember_type() local 4273 tem = XNEWVEC (char, len + 1); in remember_type() 4274 memcpy (tem, start, len); in remember_type() 4275 tem[len] = '\0'; in remember_type() 4276 work -> typevec[work -> ntypes++] = tem; in remember_type() [all …]
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 572 int tem = end / 64; in discardable() local 576 while ((tem = tem >> 2) > 0) in discardable() 643 int tem = length / 4; in filterDiscards() local 649 while ((tem = tem >> 2) > 0) in filterDiscards()
|
/external/expat/lib/ |
D | xmlparse.c | 3961 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog() local 3965 if (!tem) in doProlog() 3967 normalizePublicId(tem); in doProlog() 3968 declEntity->publicId = tem; in doProlog() 4400 XML_Char *tem = poolStoreString(&tempPool, in doProlog() local 4404 if (!tem) in doProlog() 4406 normalizePublicId(tem); in doProlog() 4407 declNotationPublicId = tem; in doProlog() 5330 const char *tem; in reportProcessingInstruction() local 5337 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction() [all …]
|
/external/bison/lib/ |
D | getopt.c | 149 char *tem; in exchange() local 189 tem = argv[bottom + i]; in exchange() 191 argv[top - (middle - bottom) + i] = tem; in exchange() 206 tem = argv[bottom + i]; in exchange() 208 argv[middle + i] = tem; in exchange()
|
/external/icu/icu4c/source/data/lang/ |
D | hy.txt | 291 tem{"տիմնե"}
|
D | or.txt | 388 tem{"ତିମନେ"}
|
D | brx.txt | 385 tem{"तीमने"}
|
D | ks.txt | 391 tem{"ٹِمنیے"}
|
D | bs_Cyrl.txt | 397 tem{"тимне"}
|
D | he.txt | 476 tem{"טימנה"}
|
D | gu.txt | 469 tem{"ટિમ્ને"}
|
D | bn.txt | 454 tem{"টাইম্নে"}
|
D | mr.txt | 458 tem{"टिम्ने"}
|
D | fa.txt | 473 tem{"تمنهای"}
|
D | bg.txt | 446 tem{"темне"}
|
D | hi.txt | 457 tem{"टिम्ने"}
|
D | kn.txt | 454 tem{"ಟಿಮ್ನೆ"}
|
D | sr.txt | 446 tem{"Тимне"}
|
D | ar.txt | 476 tem{"التيمن"}
|
D | ml.txt | 479 tem{"ടിംനേ"}
|
D | ta.txt | 462 tem{"டிம்னே"}
|
D | te.txt | 458 tem{"టింనే"}
|
D | mk.txt | 533 tem{"тимне"}
|
D | ko.txt | 481 tem{"팀니어"}
|
1234