Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MmlParser.cpp323 u32 cmdex = ReadByte( &trackParam.currentAddr ); in Parse() local
325 switch ( cmdex & 0xf0 ) in Parse()
340 (cmd << 8) + cmdex, in Parse()
361 (cmd << 8) + cmdex, in Parse()
753 u32 cmdex = command & 0xff; in CommandProc() local
760 if ( (( cmdex & 0xf0 ) == 0x80 ) || in CommandProc()
761 (( cmdex & 0xf0 ) == 0x90 ) in CommandProc()
769 switch ( cmdex ) in CommandProc()