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

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 596 int nRight; /* Tokens to the right of last highlight */
600 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
601 nDesired = (nLeft-nRight)/2;
    [all...]
fts3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
wal.c     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 166 FX_INT32 nRight = m_LineArray.GetSize() - 1;
167 FX_INT32 nMid = (nLeft + nRight) / 2;
168 while (nLeft <= nRight) {
171 nRight = nMid - 1;
172 nMid = (nLeft + nRight) / 2;
175 nMid = (nLeft + nRight) / 2;
192 FX_INT32 nRight = m_LineArray.GetSize() - 1;
196 while (nLeft <= nRight) {
207 nRight = nMid - 1;
208 nMid = (nLeft + nRight) / 2;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 187 milliseconds