Home | History | Annotate | Download | only in css

Lines Matching refs:iEnd

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;
261 iEnd = iMid - 1;
263 } while (iStart <= iEnd);
270 int32_t iEnd = sizeof(g_FDE_CSSColors) / sizeof(FDE_CSSCOLORTABLE) - 1;
274 iMid = (iStart + iEnd) / 2;
281 iEnd = iMid - 1;
283 } while (iStart <= iEnd);