Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_BufferManager.h82 static const size_t MAX_CACHE = MaxCache; variable
84 Entry m_Entries[MAX_CACHE];
91 for (s32 i = 0; i < MAX_CACHE; ++i) in FindEntry()
103 for (s32 i = 0; i < MAX_CACHE; ++i) in FindEmptyEntry()