Searched defs:aRight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1333 ** aLeft[] and aRight[] are arrays of indices. The sort key is
1334 ** aContent[aLeft[]] and aContent[aRight[]]. Upon entry, the following
1338 ** aContent[aRight[J]] < aContent[aRight[K]]
1340 ** This routine overwrites aRight[] with a new (probably longer) sequence
1341 ** of indices such that the aRight[] contains every index that appears in
1342 ** either aLeft[] or the old aRight[] and such that the second condition
1346 ** aContent[aRight[X]] values will be unique too. But there might be
1349 ** aLeft[X]!=aRight[Y] && aContent[aLeft[X]] == aContent[aRight[
1365 ht_slot *aRight = *paRight; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2492 char *aLeft, *aRight; local
2508 aRight = pList;
2513 aRight = pOut;
2519 pOut = aRight;
2521 mt, nDist, 0, pOut, &nOut, aLeft, nLeft, aRight, nRight, &nDoc
2556 char *aRight, /* As aLeft */
2571 aOut, pnOut, aLeft, nLeft, aRight, nRight, 0
2870 char *aRight; local
2880 if( 0==(rc = fts3EvalExpr(p, pExpr->pRight, &aRight, &nRight, isReqPos))
2901 pRight->pPhrase->nToken, aRight, nRigh
2549 fts3NearMerge( int mergetype, int nNear, int nTokenLeft, char *aLeft, int nLeft, int nTokenRight, char *aRight, int nRight, char **paOut, int *pnOut ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1876 int *aRight = &aIdx[nLeft]; local
1879 SortByDistance(aRight, nRight, aDistance, aSpare);
1886 aIdx[iLeft+iRight] = aRight[iRight];
1893 float fRight = aDistance[aRight[iRight]];
1898 aIdx[iLeft+iRight] = aRight[iRight];
1945 int *aRight = &aIdx[nLeft]; local
1948 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
1955 double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
1956 double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
1964 aIdx[iLeft+iRight] = aRight[iRigh
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44645 ht_slot *aRight = *paRight; local
115553 char *aLeft, *aRight; local
115610 fts3NearMerge( int mergetype, int nNear, int nTokenLeft, char *aLeft, int nLeft, int nTokenRight, char *aRight, int nRight, char **paOut, int *pnOut ) argument
115931 char *aRight; local
126144 int *aRight = &aIdx[nLeft]; local
126213 int *aRight = &aIdx[nLeft]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48882 ht_slot *aRight = *paRight; local
129327 fts3DoclistPhraseMerge( int bDescDoclist, int nDist, char *aLeft, int nLeft, char *aRight, int *pnRight ) argument
146629 int *aRight = &aIdx[nLeft]; local
146698 int *aRight = &aIdx[nLeft]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48902 ht_slot *aRight = *paRight; local
129347 fts3DoclistPhraseMerge( int bDescDoclist, int nDist, char *aLeft, int nLeft, char *aRight, int *pnRight ) argument
146661 int *aRight = &aIdx[nLeft]; local
146730 int *aRight = &aIdx[nLeft]; local
[all...]

Completed in 4400 milliseconds