Home
last modified time | relevance | path

Searched refs:iend (Results 1 – 6 of 6) sorted by relevance

/external/qemu/audio/
Drate_template.h34 struct st_sample *istart, *iend; in NAME() local
46 iend = ibuf + *isamp; in NAME()
65 if (ibuf >= iend) { in NAME()
75 if (ibuf >= iend) { in NAME()
/external/webkit/WebCore/platform/text/mac/
DShapeArabic.c355 int32_t i, iend; in shapeUnicode() local
378 iend = sourceLength; in shapeUnicode()
391 while (i != iend) { in shapeUnicode()
396 if(Nw == iend) { in shapeUnicode()
467 else if(i != iend) { in shapeUnicode()
/external/stlport/test/unit/
Dcodecvt_test.cpp64 char* ibegin, char* iend, char*& icur) const __NO_THROW { in do_in()
70 if (icur == iend) in do_in()
86 if (icur == iend) { in do_in()
157 char* ibegin, char* iend, char*& icur) const __NO_THROW { in do_in()
163 if (icur == iend) return ok; in do_in()
167 if (icur == iend) { in do_in()
180 if (icur == iend) in do_in()
193 if (icur == iend) { in do_in()
198 if (icur == iend) { in do_in()
206 if (icur == iend) { in do_in()
/external/icu4c/common/
Dushape.c1189 int32_t i, iend; in shapeUnicode() local
1222 iend = -1; in shapeUnicode()
1235 while (i != iend) { in shapeUnicode()
1240 if(Nw == iend) { in shapeUnicode()
1331 } else if(i != iend) { in shapeUnicode()
/external/chromium/third_party/icu/source/common/
Dushape.c1191 int32_t i, iend; in shapeUnicode() local
1224 iend = -1; in shapeUnicode()
1237 while (i != iend) { in shapeUnicode()
1242 if(Nw == iend) { in shapeUnicode()
1333 } else if(i != iend) { in shapeUnicode()
/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp2011 int* iend = iptr - resetCount/2 + 1; in jsRegExpExecute() local
2012 while (--iptr >= iend) in jsRegExpExecute()
2053 int* iend = iptr + resetCount; in jsRegExpExecute() local
2054 while (iptr < iend) in jsRegExpExecute()