Home | History | Annotate | Download | only in parser

Lines Matching refs:iEnd

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;
436 iEnd = iMid - 1;
439 } while (iStart <= iEnd);
455 int32_t iEnd = g_iXFAEnumCount - 1;
457 int32_t iMid = (iStart + iEnd) / 2;
462 iEnd = iMid - 1;
465 } while (iStart <= iEnd);
474 int32_t iStart = 0, iEnd = g_iXFAPacketCount - 1;
476 int32_t iMid = (iStart + iEnd) / 2;
481 iEnd = iMid - 1;
484 } while (iStart <= iEnd);