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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc628 uint64_t colShift = uintLog2(BC * burstLength) + local
640 uint64_t colShift = (uintLog2(BC * burstLength) + ((BI > 1) ? uintLog2(BI) : 0)); local

Completed in 16 milliseconds