Lines Matching refs:EAS_U8
144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
192 EAS_U8 index; in IMY_CheckFileType()
490 pData->octave = (EAS_U8) ((c - '0' + 1) * 12); in IMY_Event()
885 EAS_U8 velocity; in IMY_PlayNote()
897 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); in IMY_PlayNote()
898 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0); in IMY_PlayNote()
1282 pData->volume = (EAS_U8) temp; in IMY_GetVolume()
1533 pData->style = (EAS_U8) (c - '0'); in IMY_ParseHeader()
1594 EAS_U8 index; in IMY_GetNextChar()
1719 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex) in IMY_ParseLine()
1735 *pIndex = (EAS_U8) j; in IMY_ParseLine()