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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c15266 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
15334 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15357 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15390 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15500 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c15266 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
15334 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15357 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15390 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15500 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c15266 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */ macro
15334 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15357 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15390 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15500 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;
[all...]

Completed in 994 milliseconds