Searched defs:aIdx (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1847 ** Arguments aIdx, aDistance and aSpare all point to arrays of size
1848 ** nIdx. The aIdx array contains the set of integers from 0 to
1850 ** in aIdx according to the indexed values in aDistance. For
1853 ** aIdx = { 0, 1, 2, 3 }
1856 ** this function sets the aIdx array to contain:
1858 ** aIdx = { 0, 1, 2, 3 }
1864 int *aIdx,
1875 int *aLeft = aIdx;
1876 int *aRight = &aIdx[nLeft];
1886 aIdx[iLef
1863 SortByDistance( int *aIdx, int nIdx, float *aDistance, int *aSpare ) argument
1929 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126322 SortByDistance( int *aIdx, int nIdx, float *aDistance, int *aSpare ) argument
126388 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c131981 SortByDistance( int *aIdx, int nIdx, float *aDistance, int *aSpare ) argument
132047 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132029 SortByDistance( int *aIdx, int nIdx, float *aDistance, int *aSpare ) argument
132095 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 538 milliseconds