Searched refs:iErrPosMax (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fxjs/
H A Dcfxjse_value.cpp36 int32_t iErrPosMin = 1, iErrPosMax = 38; local
38 int32_t iMid = (iErrPosMin + iErrPosMax) / 2;
43 iErrPosMax = iMid;
45 } while (iErrPosMin < iErrPosMax);
46 iErrPos = iErrPosMax;

Completed in 113 milliseconds