Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_LinkedList.h159 T* GetPrevious(T* p) const;
219 T* GetPrevious() const { return static_cast<T*>(m_PreviousLink); } in GetPrevious() function
329 inline T* IntrusiveLinkedList<T, Tag>::GetPrevious(T* p) const in GetPrevious() function
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_Mbuf.h209 Mbuf* GetPrevious(void) in GetPrevious() function
214 const Mbuf* GetPrevious(void) const in GetPrevious() function
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_AddressSpaceManager.cpp153 pItem = m_BlockList.GetPrevious(pItem); in FindSpace()