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