Searched refs:lastIndex (Results 1 – 2 of 2) 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()
199 u16 lastIndex; /* 最後に取得したインデックス */ member