Lines Matching refs:FALSE
65 return (ch & 0x80) ? TRUE : FALSE; in isStatusByte()
71 return isStatusByte(ch) ? FALSE : TRUE; in isDataByte()
87 return FALSE; in isSupportedMidiMessage()
119 return FALSE; // Not found in isSupportedMidiControl()
126 return ((ch & 0xf0)==0x90) ? TRUE : FALSE; in isNoteOnMessage()
132 return ((ch & 0xf0)==0x80) ? TRUE : FALSE; in isNoteOffMessage()
138 return ((ch & 0xf0)==0xb0) ? TRUE : FALSE; in isControlChangeMessage()
144 return ((ch & 0xf0)==0xc0) ? TRUE : FALSE; in isProgramChangeMessage()
150 return ((ch & 0xf0)==0xe0) ? TRUE : FALSE; in isPitchbendChangeMessage()
156 return (ch==0xf0) ? TRUE : FALSE; in isExclusiveMessage()
162 return (ch==0xf7) ? TRUE : FALSE; in isEndOfExclusiveMessage()
168 return (ch==0xfe) ? TRUE : FALSE; in isActiveSensingMessage()
174 return ((ch & 0xf0) == 0xf0) ? TRUE : FALSE; in isSystemMessage()
346 BOOL ret = FALSE; in front()
368 ret = FALSE; in front()
379 BOOL ret = FALSE; in isReady()
384 ret = FALSE; in isReady()
395 ret = FALSE; in isReady()
420 return FALSE; in isSupportedCommand()
426 return FALSE; in isSupportedCommand()