Lines Matching refs:EAS_U8
144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
192 EAS_U8 index;
481 pData->octave = (EAS_U8) ((c - '0' + 1) * 12);
876 EAS_U8 velocity;
888 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier);
889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
1273 pData->volume = (EAS_U8) temp;
1524 pData->style = (EAS_U8) (c - '0');
1585 EAS_U8 index;
1710 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex)
1726 *pIndex = (EAS_U8) j;