Searched refs:szLeft (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c6092 int szLeft = szNew[i-1]; /* Size of sibling on the left */ local
6100 while( szRight==0 || szRight+szCell[d]+2<=szLeft-(szCell[r]+2) ){
6102 szLeft -= szCell[r] + 2;
6108 szNew[i-1] = szLeft;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c53211 int szLeft = szNew[i-1]; /* Size of sibling on the left */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57931 int szLeft = szNew[i-1]; /* Size of sibling on the left */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57951 int szLeft = szNew[i-1]; /* Size of sibling on the left */ local
[all...]

Completed in 446 milliseconds