Searched defs:nodeHash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c399 static int nodeHash(i64 iNode){ function
412 for(p=pRtree->aHash[nodeHash(iNode)]; p && p->iNode!=iNode; p=p->pNext);
422 iHash = nodeHash(pNode->iNode);
433 pp = &pRtree->aHash[nodeHash(pNode->iNode)];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124667 static int nodeHash(i64 iNode){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c145092 static int nodeHash(i64 iNode){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c145124 static int nodeHash(i64 iNode){ function
[all...]

Completed in 849 milliseconds