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