Searched refs:tem (Results 1 – 25 of 130) sorted by relevance
123456
/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/libusb/examples/getopt/ |
D | getopt.c | 310 char *tem; local 350 tem = argv[bottom + i]; 352 argv[top - (middle - bottom) + i] = tem; 367 tem = argv[bottom + i]; 369 argv[middle + i] = tem;
|
/external/expat/lib/ |
D | xmlparse.c | 3965 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog() local 3969 if (!tem) in doProlog() 3971 normalizePublicId(tem); in doProlog() 3972 declEntity->publicId = tem; in doProlog() 4404 XML_Char *tem = poolStoreString(&tempPool, in doProlog() local 4408 if (!tem) in doProlog() 4410 normalizePublicId(tem); in doProlog() 4411 declNotationPublicId = tem; in doProlog() 5334 const char *tem; in reportProcessingInstruction() local 5341 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 | az_Cyrl.txt | 339 tem{"тимне"}
|
D | be.txt | 377 tem{"тэмнэ"}
|
D | ky.txt | 351 tem{"тимнече"}
|
D | si.txt | 359 tem{"ටිම්නෙ"}
|
D | mn.txt | 355 tem{"тимн"}
|
D | km.txt | 346 tem{"ធីមនី"}
|
D | chr.txt | 351 tem{"ᏘᎹᏁ"}
|
D | kk.txt | 346 tem{"темне тілі"}
|
D | or.txt | 382 tem{"ତିମନେ"}
|
D | pa.txt | 359 tem{"ਟਿਮਨੇ"}
|
D | ks.txt | 385 tem{"ٹِمنیے"}
|
D | hy.txt | 397 tem{"տեմնե"}
|
D | my.txt | 372 tem{"တင်မ်နဲ"}
|
D | brx.txt | 379 tem{"तीमने"}
|
D | ur.txt | 373 tem{"ٹمنے"}
|
D | bs_Cyrl.txt | 391 tem{"тимне"}
|
D | am.txt | 429 tem{"ቲምኔ"}
|
D | ka.txt | 432 tem{"ტინმე"}
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1510 tem = em + em 1511 d = em * (b - em) * x / ((qam + tem) * (a + tem)) 1514 d = -(a + em) * (qab + em) * x / ((qap + tem) * (a + tem)) 3948 tem = em + em 3949 d = em * (b - em) * x / ((qam + tem) * (a + tem)) 3952 d = -(a + em) * (qab + em) * x / ((qap + tem) * (a + tem))
|
123456