Searched refs:pNext (Results 1 – 6 of 6) sorted by relevance
52 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate() local54 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() local75 if( pNext != NULL ) in Allocate()78 const uptr nextBegin = pNext->GetAddress(); in Allocate()86 m_BlockList.Insert(pNext, pBlock); in Allocate()
87 m_pPages[i].pNext = NULL; in Initialize()186 Page* pNext; member208 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 …]
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()
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 …]
208 void AwaitImpl(nn::os::WaitableCounter* pCur, nn::os::WaitableCounter* pNext, s32 relCount) in AwaitImpl() argument219 **pNext = - relCount; in AwaitImpl()
257 FontWidth* pNext; // 次の FontWidth へのポインタ member278 FontCodeMap* pNext; // 次の FontCodeMap へのポインタ member