Searched defs:aSpare (Results 1 - 4 of 4) 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
1860 ** The aSpare array is used as temporary working space by the
1867 int *aSpare
1878 SortByDistance(aLeft, nLeft, aDistance, aSpare);
1879 SortByDistance(aRight, nRight, aDistance, aSpare);
1881 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
1882 aLeft = aSpare;
1919 ** Arguments aIdx, aCell and aSpare all point to arrays of size
1926 ** The aSpare array is used as temporary working space by the
1935 int *aSpare
1999 int *aSpare; local
2454 int *aSpare; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126267 int *aSpare; local
126722 int *aSpare; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146751 int *aSpare; local
147151 int *aSpare; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146783 int *aSpare; local
147183 int *aSpare; local
[all...]

Completed in 1287 milliseconds