Home | History | Annotate | Download | only in parser

Lines Matching refs:iMid

389     int32_t iMid = (iStart + iEnd) / 2;
390 const XFA_ExecEventParaInfo* eventParaInfo = &gs_eventParaInfos[iMid];
394 iEnd = iMid - 1;
396 iStart = iMid + 1;