Searched refs:aIdx (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
H A D | rtree.c | 1847 ** 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/sqlite/dist/orig/ |
H A D | sqlite3.c | 141123 int *aIdx = 0; /* Array of remaining idx values */ local 146616 SortByDistance( int *aIdx, int nIdx, RtreeDValue *aDistance, int *aSpare ) argument 146682 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 141155 int *aIdx = 0; /* Array of remaining idx values */ local 146648 SortByDistance( int *aIdx, int nIdx, RtreeDValue *aDistance, int *aSpare ) argument 146714 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 126120 SortByDistance( int *aIdx, int nIdx, float *aDistance, int *aSpare ) argument 126186 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 D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 592 milliseconds