Searched refs:queueSize (Results 1 – 1 of 1) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 90 EAS_INLINE EAS_U8 JET_IncQueueIndex (EAS_U8 index, EAS_U8 queueSize) in JET_IncQueueIndex() argument 92 if (++index == queueSize) in JET_IncQueueIndex() 103 …ueue (EAS_U32 *pEventQueue, EAS_U8 *pWriteIndex, EAS_U8 readIndex, EAS_U8 queueSize, EAS_U32 event) in JET_WriteQueue() argument 108 temp = JET_IncQueueIndex(*pWriteIndex, queueSize); in JET_WriteQueue() 126 …ue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS_U8 queueSize, EAS_U32 *pEvent) in JET_ReadQueue() argument 135 *pReadIndex = JET_IncQueueIndex(*pReadIndex, queueSize); in JET_ReadQueue()
|