Searched defs:JET_IncQueueIndex (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c85 * JET_IncQueueIndex
90 EAS_INLINE EAS_U8 JET_IncQueueIndex (EAS_U8 index, EAS_U8 queueSize) function
108 temp = JET_IncQueueIndex(*pWriteIndex, queueSize);
135 *pReadIndex = JET_IncQueueIndex(*pReadIndex, queueSize);

Completed in 119 milliseconds