Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MidiStreamParser.cpp90 } while( IsDataByte( b ) ); in ParseBuffer()
107 if ( IsDataByte( status ) ) { in ParseBuffer()
162 if ( ! IsDataByte( data1 ) || ! IsDataByte( data2 )) { in ParseBuffer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiStreamParser.h55 static bool IsDataByte( u8 b ) { return ( b & 0x80 ) ? false : true; } in IsDataByte() function