Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_CmdCache.h54 bool showMnemonic = false
59 (void)showMnemonic;
69 bool showMnemonic = false
76 (void)showMnemonic;
87 bool showMnemonic
/NW4C-1.2.23/sources/libraries/ut/
Dut_CmdCache.cpp477 bool showMnemonic ) in DumpCommon() argument
488 if (showMnemonic) in DumpCommon()
548 bool showMnemonic in Dump()
552 DumpCommon(m_CmdBuffer, m_CmdBuffer + m_CmdBufferSize, asF32, showMnemonic); in Dump()
563 bool showMnemonic ) in Dump() argument
566 DumpCommon(from, to, asF32, showMnemonic); in Dump()