Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_CmdCache.h56 bool showMnemonic = false
61 (void)showMnemonic;
71 bool showMnemonic = false
78 (void)showMnemonic;
89 bool showMnemonic
/NW4C-2.0.3/sources/libraries/ut/
Dut_CmdCache.cpp479 bool showMnemonic ) in DumpCommon() argument
490 if (showMnemonic) in DumpCommon()
550 bool showMnemonic in Dump()
554 DumpCommon(m_CmdBuffer, m_CmdBuffer + m_CmdBufferSize, asF32, showMnemonic); in Dump()
565 bool showMnemonic ) in Dump() argument
568 DumpCommon(from, to, asF32, showMnemonic); in Dump()