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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c145 ** on. It should be found on mem5.aiFreelist[iLogsize].
147 static void memsys5Unlink(int i, int iLogsize){ argument
150 assert( iLogsize>=0 && iLogsize<=LOGMAX );
151 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
156 mem5.aiFreelist[iLogsize] = next;
166 ** Link the chunk at mem5.aPool[i] so that is on the iLogsize
169 static void memsys5Link(int i, int iLogsize){ argument
173 assert( iLogsize>=0 && iLogsize<
216 memsys5UnlinkFirst(int iLogsize) argument
245 int iLogsize; /* Log2 of iFullSz/POW2_MIN */ local
304 u32 size, iLogsize; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15942 ** on. It should be found on mem5.aiFreelist[iLogsize].
15944 static void memsys5Unlink(int i, int iLogsize){ argument
15947 assert( iLogsize>=0 && iLogsize<=LOGMAX );
15948 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15953 mem5.aiFreelist[iLogsize] = next;
15963 ** Link the chunk at mem5.aPool[i] so that is on the iLogsize
15966 static void memsys5Link(int i, int iLogsize){ argument
15970 assert( iLogsize>=0 && iLogsize<
16013 memsys5UnlinkFirst(int iLogsize) argument
16042 int iLogsize; /* Log2 of iFullSz/POW2_MIN */ local
16101 u32 size, iLogsize; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17936 ** on. It should be found on mem5.aiFreelist[iLogsize].
17938 static void memsys5Unlink(int i, int iLogsize){ argument
17941 assert( iLogsize>=0 && iLogsize<=LOGMAX );
17942 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17947 mem5.aiFreelist[iLogsize] = next;
17957 ** Link the chunk at mem5.aPool[i] so that is on the iLogsize
17960 static void memsys5Link(int i, int iLogsize){ argument
17964 assert( iLogsize>=0 && iLogsize<
18017 int iLogsize; /* Log2 of iFullSz/POW2_MIN */ local
18083 u32 size, iLogsize; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17936 ** on. It should be found on mem5.aiFreelist[iLogsize].
17938 static void memsys5Unlink(int i, int iLogsize){ argument
17941 assert( iLogsize>=0 && iLogsize<=LOGMAX );
17942 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17947 mem5.aiFreelist[iLogsize] = next;
17957 ** Link the chunk at mem5.aPool[i] so that is on the iLogsize
17960 static void memsys5Link(int i, int iLogsize){ argument
17964 assert( iLogsize>=0 && iLogsize<
18017 int iLogsize; /* Log2 of iFullSz/POW2_MIN */ local
18083 u32 size, iLogsize; local
[all...]

Completed in 398 milliseconds