Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Djet.c90 EAS_INLINE EAS_U8 JET_IncQueueIndex (EAS_U8 index, EAS_U8 queueSize) in JET_IncQueueIndex() function
108 temp = JET_IncQueueIndex(*pWriteIndex, queueSize); in JET_WriteQueue()
135 *pReadIndex = JET_IncQueueIndex(*pReadIndex, queueSize); in JET_ReadQueue()