Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_AddressSpaceManager.cpp52 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate() local
54 if( pNext != NULL ) in Allocate()
56 NN_MAX_TASSERT_(allocatedAddress + size + skipSize, pNext->GetAddress()); in Allocate()
58 m_BlockList.Insert(pNext, pBlock); in Allocate()
73 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate() local
75 if( pNext != NULL ) in Allocate()
78 const uptr nextBegin = pNext->GetAddress(); in Allocate()
86 m_BlockList.Insert(pNext, pBlock); in Allocate()
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_BuddyHeap.h98 m_pPages[i].pNext = NULL; in Initialize()
228 Page* pNext; member
259 m_pFirstPage = pPage->pNext; in PopFront()
260 pPage->pNext = NULL; in PopFront()
280 NN_ASSERT(!pPage->pNext); in PushBack()
291 m_pLastPage->pNext = pPage; in PushBack()
326 m_pFirstPage = page->pNext; in Remove()
333 m_pLastPage->pNext = NULL; in Remove()
339 pPrevPage->pNext = page->pNext; in Remove()
342 page->pNext = NULL; in Remove()
[all …]
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_BuddyHeap.h87 m_pPages[i].pNext = NULL; in Initialize()
186 Page* pNext; member
208 m_pFirstPage = pPage->pNext; in PopFront()
209 pPage->pNext = NULL; in PopFront()
221 NN_ASSERT(!pPage->pNext); in PushBack()
229 m_pLastPage->pNext = pPage; in PushBack()
251 m_pFirstPage = page->pNext; in Remove()
256 m_pLastPage->pNext = NULL; in Remove()
260 pPrevPage->pNext = page->pNext; in Remove()
263 page->pNext = NULL; in Remove()
[all …]
Dosl_Mbuf.h234 Mbuf* pNext = GetNext(); in Unlink() local
235 if (pNext) in Unlink()
238 pNext->SetPrevious(NULL); in Unlink()
239 return pNext; in Unlink()
374 void Link(Mbuf* pNext) in Link() argument
376 SetNext(pNext); in Link()
377 pNext->SetPrevious(this); in Link()
/CTR-SDK-0.14.4/include/nn/os/
Dos_LightBarrier.h208 void AwaitImpl(nn::os::WaitableCounter* pCur, nn::os::WaitableCounter* pNext, s32 relCount) in AwaitImpl() argument
219 **pNext = - relCount; in AwaitImpl()
/CTR-SDK-0.14.4/include/nn/font/
Dfont_ResourceFormat.h257 FontWidth* pNext; // 次の FontWidth へのポインタ member
278 FontCodeMap* pNext; // 次の FontCodeMap へのポインタ member