Home
last modified time | relevance | path

Searched refs:tem (Results 1 – 25 of 130) sorted by relevance

123456

/external/valgrind/none/tests/amd64/
Dbmi.c10 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/
Dcplus-dem.c654 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/
DDiffMyers.java572 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/
Dgetopt.c310 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/
Dxmlparse.c3965 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/
Dgetopt.c149 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/
Daz_Cyrl.txt339 tem{"тимне"}
Dbe.txt377 tem{"тэмнэ"}
Dky.txt351 tem{"тимнече"}
Dsi.txt359 tem{"ටිම්නෙ"}
Dmn.txt355 tem{"тимн"}
Dkm.txt346 tem{"ធីមនី"}
Dchr.txt351 tem{"ᏘᎹᏁ"}
Dkk.txt346 tem{"темне тілі"}
Dor.txt382 tem{"ତିମନେ"}
Dpa.txt359 tem{"ਟਿਮਨੇ"}
Dks.txt385 tem{"ٹِمنیے"}
Dhy.txt397 tem{"տեմնե"}
Dmy.txt372 tem{"တင်မ်နဲ"}
Dbrx.txt379 tem{"तीमने"}
Dur.txt373 tem{"ٹمنے"}
Dbs_Cyrl.txt391 tem{"тимне"}
Dam.txt429 tem{"ቲምኔ"}
Dka.txt432 tem{"ტინმე"}
/external/toolchain-utils/cros_utils/
Dstats.py1510 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