Home
last modified time | relevance | path

Searched refs:dataCount (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/ut/
Dut_CmdCache.cpp481 int dataCount = 0; in DumpCommon() local
492 if (dataCount <= 0) in DumpCommon()
496 dataCount = static_cast<int>(internal::GetBits(command[1], 20, 7)); in DumpCommon()
500 if (seq && dataCount > 0) in DumpCommon()
502 addressEnd = address + dataCount + 1; in DumpCommon()
526 dataCount -= 2; in DumpCommon()