HomeSort by relevance Sort by last modified time
    Searched refs:nRight (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
csection.cpp 109 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1;
110 int32_t nMid = (nLeft + nRight) / 2;
111 while (nLeft <= nRight) {
114 nRight = nMid - 1;
115 nMid = (nLeft + nRight) / 2;
118 nMid = (nLeft + nRight) / 2;
132 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1;
134 while (nLeft <= nRight) {
144 nRight = nMid - 1;
145 nMid = (nLeft + nRight) / 2
    [all...]
cpdf_variabletext.cpp 433 int32_t nRight = pdfium::CollectionSize<int32_t>(m_SectionArray) - 1;
437 while (nLeft <= nRight) {
446 nRight = nMid - 1;
447 nMid = (nLeft + nRight) / 2;
452 nMid = (nLeft + nRight) / 2;
854 int32_t nRight = nTotal - 1;
856 while (nLeft <= nRight) {
858 nRight = nMid - 1;
861 nMid = (nLeft + nRight) / 2;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 477 milliseconds