Searched defs:lastIndex (Results 1 – 3 of 3) sorted by relevance
111 s32 lastIndex = (m_firstIndex + m_usedCount) % m_size; in TryEnqueue() local131 s32 lastIndex = (m_firstIndex + m_usedCount) % m_size; in ForceEnqueue() local
219 u16 lastIndex; //!< 最後に取得したインデックス値 member