Searched refs:pNext (Results 1 – 5 of 5) sorted by relevance
53 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate() local55 if( pNext != NULL ) in Allocate()57 NN_MAX_TASSERT_(allocatedAddress + size + skipSize, pNext->GetAddress()); in Allocate()59 m_BlockList.Insert(pNext, pBlock); in Allocate()74 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate() local76 if( pNext != NULL ) in Allocate()79 const uptr nextBegin = pNext->GetAddress(); in Allocate()87 m_BlockList.Insert(pNext, pBlock); in Allocate()
98 m_pPages[i].pNext = NULL; in Initialize()228 Page* pNext; member259 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 …]
234 Mbuf* pNext = GetNext(); in Unlink() local235 if (pNext) in Unlink()238 pNext->SetPrevious(NULL); in Unlink()239 return pNext; in Unlink()374 void Link(Mbuf* pNext) in Link() argument376 SetNext(pNext); in Link()377 pNext->SetPrevious(this); in Link()
211 void AwaitImpl(nn::os::WaitableCounter* pCur, nn::os::WaitableCounter* pNext, s32 relCount) in AwaitImpl() argument222 **pNext = - relCount; in AwaitImpl()
257 FontWidth* pNext; // Pointer to the next FontWidth member278 FontCodeMap* pNext; // Pointer to the next FontCodeMap member