HomeSort by relevance Sort by last modified time
    Searched refs:iEnd (Results 1 - 25 of 43) sorted by null

1 2

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
Base64Coder.java 164 int iEnd = iOff + iLen;
166 while (ip < iEnd) {
168 int i1 = ip < iEnd ? in[ip++] & 0xff : 0;
169 int i2 = ip < iEnd ? in[ip++] & 0xff : 0;
274 int iEnd = iOff + iLen;
276 while (ip < iEnd) {
279 int i2 = ip < iEnd ? in[ip++] : 'A';
280 int i3 = ip < iEnd ? in[ip++] : 'A';
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 250 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1;
252 int32_t iMid = (iStart + iEnd) / 2;
257 iEnd = iMid - 1;
260 } while (iStart <= iEnd);
269 int32_t iStart = 0, iEnd = g_iXFANotsureCount - 1;
271 int32_t iMid = (iStart + iEnd) / 2;
316 iEnd = iMid - 1;
319 } while (iStart <= iEnd);
429 int32_t iEnd = g_iXFAAttributeCount - 1;
431 int32_t iMid = (iStart + iEnd) / 2
    [all...]
cxfa_dataexporter.cpp 225 int32_t iEnd = wsRawValue.Find(L'\n', iStart);
226 iEnd = (iEnd == -1) ? wsRawValue.GetLength() : iEnd;
227 while (iEnd >= iStart) {
228 wsSelTextArray.push_back(wsRawValue.Mid(iStart, iEnd - iStart));
229 iStart = iEnd + 1;
233 iEnd = wsRawValue.Find(L'\n', iStart);
cxfa_widgetdata.cpp 901 int32_t iEnd = wsValue.Find(L'\n', iStart);
902 iEnd = (iEnd == -1) ? iLength : iEnd;
903 while (iEnd >= iStart) {
904 wsSelTextArray.push_back(wsValue.Mid(iStart, iEnd - iStart));
905 iStart = iEnd + 1;
909 iEnd = wsValue.Find(L'\n', iStart);
910 if (iEnd < 0)
    [all...]
cxfa_scriptcontext.cpp 93 int32_t iEnd = iStart + icount - 1;
95 int32_t iMid = (iStart + iEnd) / 2;
100 iEnd = iMid - 1;
103 } while (iStart <= iEnd);
cxfa_simple_parser.cpp 240 int32_t iEnd = g_iXFAPacketCount - 1;
242 int32_t iMid = (iStart + iEnd) / 2;
247 iEnd = iMid - 1;
250 } while (iStart <= iEnd);
    [all...]
cxfa_node.cpp 387 int32_t iEnd = (sizeof(gs_eventParaInfos) / sizeof(gs_eventParaInfos[0])) - 1;
389 int32_t iMid = (iStart + iEnd) / 2;
394 iEnd = iMid - 1;
397 } while (iStart <= iEnd);
    [all...]
  /external/pdfium/xfa/fde/css/
fde_cssdatatable.cpp 203 int32_t iEnd = g_iCSSPropertyCount;
207 iMid = (iStart + iEnd) / 2;
214 iEnd = iMid - 1;
216 } while (iStart <= iEnd);
228 int32_t iEnd = g_iCSSPropertyValueCount;
232 iMid = (iStart + iEnd) / 2;
239 iEnd = iMid - 1;
241 } while (iStart <= iEnd);
249 int32_t iEnd =
254 iMid = (iStart + iEnd) / 2
    [all...]
  /external/pdfium/fpdfsdk/javascript/
util.cpp 241 int iEnd;
242 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) !=
244 cFormat.replace(iEnd, FXSYS_wcslen(TbConvertTable[i].lpszJSMark),
246 iStart = iEnd;
271 int iEnd;
272 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
273 if (iEnd > 0) {
274 if (cFormat[iEnd - 1] == L'%') {
275 iStart = iEnd + 1;
279 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
BitsStreamGenerator.java 67 final int iEnd = bytes.length - 3;
68 while (i < iEnd) {
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.cpp 274 int32_t iEnd = sizeof(g_FXCPHashTable) / sizeof(FX_STR2CPHASH) - 1;
275 ASSERT(iEnd >= 0);
277 int32_t iMid = (iStart + iEnd) / 2;
282 iEnd = iMid - 1;
286 } while (iStart <= iEnd);
293 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1;
294 ASSERT(iEnd >= 0);
297 iMid = (iStart + iEnd) / 2;
302 iEnd = iMid - 1;
306 } while (iStart <= iEnd);
    [all...]
fgas_stream.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 58 self.iEnd = 0
73 self.iEnd = step * iEndM
76 self.iEnd = self.iEnd + ((step / 4.0) * (self.EndMbt[1]-1))
81 self.iEnd = self.iEnd + ((pctTickOfBeat * (step / 4.0)))
83 self.iWidth = self.iEnd - self.iStart
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
244 if Marker.iStart <= Marker1.iStart and Marker.iEnd <= Marker1.iEnd and Marker.iEnd >= Marker1.iStart:
    [all...]
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 248 HashTableTy::iterator iter, iEnd = hashTable->end();
250 for (iter = hashTable->begin(); iter != iEnd; ++iter) {
272 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key * 37);
273 for (iter = hashTable->begin(key * 37); iter != iEnd; ++iter) {
304 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key);
305 for (iter = hashTable->begin(key); iter != iEnd; ++iter) {
  /external/pdfium/xfa/fgas/font/
fgas_fontutils.cpp 138 int32_t iEnd = sizeof(g_FXGdiFontUSBTable) / sizeof(FGAS_FONTUSB) - 1;
139 ASSERT(iEnd >= 0);
142 iMid = (iStart + iEnd) / 2;
145 iEnd = iMid - 1;
151 } while (iStart <= iEnd);
  /external/pdfium/core/fxcrt/
fx_basic.h 434 int32_t iEnd = m_DataLists.GetUpperBound();
436 while (iStart <= iEnd) {
437 iMid = (iStart + iEnd) / 2;
440 iEnd = iMid - 1;
457 int32_t iEnd = m_DataLists.GetUpperBound();
459 while (iStart <= iEnd) {
460 int32_t iMid = (iStart + iEnd) / 2;
463 iEnd = iMid - 1;
465 if (iMid == iEnd) {
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 27 FreeInfoSet::iterator info, iEnd = m_FreeInfoSet.end();
28 for (info = m_FreeInfoSet.begin(); info != iEnd; ++info) {
  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.cpp 102 int32_t iEnd = g_iXFABarcodeTypeCount - 1;
104 int32_t iMid = (iStart + iEnd) / 2;
109 iEnd = iMid - 1;
113 } while (iStart <= iEnd);
  /external/fio/tools/hist/
fiologparser_hist.py 194 def process_interval(ctx, samples, iStart, iEnd):
198 [iStart,iEnd].
211 idx = np.where(start_times < iEnd)
215 ws = hs * weights(s_ts, end_time, iStart, iEnd)
227 if ss_cnt > 0: print_all_stats(ctx, iEnd, mn_bin_val, ss_cnt, bin_vals, iHist, mx_bin_val)
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 519 int32_t iEnd = KEYWORD_END;
521 int32_t iMid = (iStart + iEnd) / 2;
526 iEnd = iMid - 1;
529 } while (iStart <= iEnd);
xfa_simpleexpression.cpp 520 iEnd = (sizeof(gs_FMSomMethods) / sizeof(gs_FMSomMethods[0])) - 1;
521 int32_t iMid = (iStart + iEnd) / 2;
523 iMid = (iStart + iEnd) / 2;
529 iEnd = iMid - 1;
533 } while (iStart <= iEnd);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp 213 iEnd = loopInstrs.end();
214 iItr != iEnd; ++iItr) {
246 iEnd = loopInstrs.end();
247 iItr != iEnd; ++iItr) {
352 for (MachineBasicBlock::iterator iItr = mbb->begin(), iEnd = mbb->end();
353 iItr != iEnd; ++iItr) {
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 213 int32_t iEnd = GetItemIndex(this, hEnd);
214 if (iStart > iEnd) {
216 iStart = iEnd;
217 iEnd = iTemp;
226 for (; iStart <= iEnd; iStart++) {
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 49 int32_t iEnd = FX_ArraySize(g_XMLNameChars) - 1;
50 while (iStart <= iEnd) {
51 int32_t iMid = (iStart + iEnd) / 2;
53 iEnd = iMid - 1;
67 int32_t iEnd = FX_ArraySize(g_XMLValidCharRange) - 1;
68 while (iStart <= iEnd) {
69 int32_t iMid = (iStart + iEnd) / 2;
71 iEnd = iMid - 1;
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 545 SkIntersections iEnd;
548 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd);
550 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist);
577 SkDPoint oppPt = iEnd.pt(closestEnd);
    [all...]

Completed in 727 milliseconds

1 2