Home
last modified time | relevance | path

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

1234567

/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/python/cpython3/Modules/expat/
Dxmlparse.c4467 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog() local
4471 if (!tem) in doProlog()
4473 normalizePublicId(tem); in doProlog()
4474 parser->m_declEntity->publicId = tem; in doProlog()
4918 XML_Char *tem = poolStoreString(&parser->m_tempPool, in doProlog() local
4922 if (!tem) in doProlog()
4924 normalizePublicId(tem); in doProlog()
4925 parser->m_declNotationPublicId = tem; in doProlog()
5922 const char *tem; in reportProcessingInstruction() local
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
[all …]
/external/expat/lib/
Dxmlparse.c4467 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog() local
4471 if (!tem) in doProlog()
4473 normalizePublicId(tem); in doProlog()
4474 parser->m_declEntity->publicId = tem; in doProlog()
4918 XML_Char *tem = poolStoreString(&parser->m_tempPool, in doProlog() local
4922 if (!tem) in doProlog()
4924 normalizePublicId(tem); in doProlog()
4925 parser->m_declNotationPublicId = tem; in doProlog()
5922 const char *tem; in reportProcessingInstruction() local
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c4467 XML_Char *tem = poolStoreString(&dtd->pool, in doProlog() local
4471 if (!tem) in doProlog()
4473 normalizePublicId(tem); in doProlog()
4474 parser->m_declEntity->publicId = tem; in doProlog()
4918 XML_Char *tem = poolStoreString(&parser->m_tempPool, in doProlog() local
4922 if (!tem) in doProlog()
4924 normalizePublicId(tem); in doProlog()
4925 parser->m_declNotationPublicId = tem; in doProlog()
5922 const char *tem; in reportProcessingInstruction() local
5929 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
[all …]
/external/icu/icu4c/source/data/lang/
Daz_Cyrl.txt339 tem{"тимне"}
Dckb.txt333 tem{"تیمنێ"}
Dce.txt348 tem{"темне"}
Das.txt349 tem{"টিম্নে"}
Dsi.txt360 tem{"ටිම්නෙ"}
Dsd.txt348 tem{"تمني"}
Dchr.txt352 tem{"ᏘᎹᏁ"}
Dkm.txt347 tem{"ធីមនី"}
Dmn.txt355 tem{"тимн"}
Dkk.txt358 tem{"темне тілі"}
Dkok.txt353 tem{"तिम्ने"}
Dky.txt352 tem{"тимнече"}
Dbe.txt364 tem{"тэмнэ"}
Dhy.txt404 tem{"տեմնե"}
Dbrx.txt379 tem{"तीमने"}
Dps.txt347 tem{"تیمني"}
Dks.txt385 tem{"ٹِمنیے"}
Dmy.txt372 tem{"တင်မ်နဲ"}
Dpa.txt366 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))

1234567