Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MmlParser.cpp325 u32 cmdex = ReadByte( &trackParam.currentAddr ); in Parse() local
327 switch ( cmdex & 0xf0 ) in Parse()
342 (cmd << 8) + cmdex, in Parse()
363 (cmd << 8) + cmdex, in Parse()
755 u32 cmdex = command & 0xff; in CommandProc() local
762 if ( (( cmdex & 0xf0 ) == 0x80 ) || in CommandProc()
763 (( cmdex & 0xf0 ) == 0x90 ) in CommandProc()
771 switch ( cmdex ) in CommandProc()