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