Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/ut/
Dut_CmdCache.cpp479 int dataCount = 0; in DumpCommon() local
490 if (dataCount <= 0) in DumpCommon()
494 dataCount = static_cast<int>(internal::GetBits(command[1], 20, 7)); in DumpCommon()
498 if (seq && dataCount > 0) in DumpCommon()
500 addressEnd = address + dataCount + 1; in DumpCommon()
524 dataCount -= 2; in DumpCommon()