Searched refs:lastIndex (Results 1 – 2 of 2) sorted by relevance
112 s32 lastIndex = (m_firstIndex + m_usedCount) % m_size; in TryEnqueue() local113 m_ppBuffer[lastIndex] = data; in TryEnqueue()132 s32 lastIndex = (m_firstIndex + m_usedCount) % m_size; in ForceEnqueue() local142 *pOut = m_ppBuffer[lastIndex]; in ForceEnqueue()148 m_ppBuffer[lastIndex] = data; in ForceEnqueue()
219 u16 lastIndex; //!< 最後に取得したインデックス値 member