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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c83 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
151 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
174 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
207 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
317 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15895 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
15963 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15986 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16019 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16129 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16759 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
16827 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16850 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16883 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16993 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16759 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
16827 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16850 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16883 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16993 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]

Completed in 511 milliseconds