Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommandManager.h90 …u32 commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_Command… in AllocCommand() local
92 Command* command = reinterpret_cast<Command*>( AllocMemory( commandAreaCount ) ); in AllocCommand()