Searched defs: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.c15880 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
15948 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15971 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
16004 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16114 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17874 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
17942 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17965 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17998 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
18096 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17874 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
17942 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17965 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
17998 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
18096 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]

Completed in 470 milliseconds