Home
last modified time | relevance | path

Searched refs:m_mru_next_new (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_cache.cpp93 m_mru_idx = m_mru_next_new; in readBytesFromCache()
119 m_mru_next_new++; in readBytesFromCache()
120 if (m_mru_next_new == MEM_ACC_CACHE_MRU_SIZE) in readBytesFromCache()
121 m_mru_next_new = 0; in readBytesFromCache()
/external/OpenCSD/decoder/include/mem_acc/
Dtrc_mem_acc_cache.h86 int m_mru_next_new = 0; // next new page at this index. variable
144 m_mru_next_new = 0; in invalidateAll()