Home
last modified time | relevance | path

Searched refs:out_i (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DDebug.cpp43 uint32_t out_i = 0; in toUtf8() local
49 U8_APPEND(output, out_i, output.size(), ch, isError); in toUtf8()
55 output.resize(out_i); in toUtf8()
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp192 cie_iterator out_i = cie_begin(); in merge() local
193 for (cie_iterator out_e = cie_end(); out_i != out_e; ++out_i) { in merge()
194 CIE& output_cie = **out_i; in merge()
202 if (out_i == cie_end()) { in merge()