Home | History | Annotate | Download | only in dist

Lines Matching refs:CTRL_LOGSIZE

15640 #define CTRL_LOGSIZE  0x1f    /* Log2 Size of this block */
15708 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15731 assert( (mem5.aCtrl[i] & CTRL_LOGSIZE)==iLogsize );
15764 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15874 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE;