Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_imelody.c144 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex);
209 if (IMY_ParseLine(buffer, &index) == TOKEN_BEGIN) in IMY_CheckFileType()
1485 token = IMY_ParseLine(pData->buffer, &pData->index); in IMY_ParseHeader()
1626 if (IMY_ParseLine(pData->buffer, &index) == TOKEN_END) in IMY_GetNextChar()
1726 static EAS_INT IMY_ParseLine (EAS_I8 *buffer, EAS_U8 *pIndex) in IMY_ParseLine() function