Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/compatible/nlib/
Dnlib_queue.h33 struct NLIBQueue *next; /* Please see man pages for details */ member
40 #define NLIB_Queue_Init(queue) ((queue)->next = (queue)->prev = NULL)
45 #define NLIB_Queue_QueryHead(queue) ((queue)->next)
60 #define NLIB_Queue_QueryLinkNext(item, link) ((item)->link.next)
65 #define NLIB_Queue_IsEmpty(queue) ((queue)->next == NULL)
78 (item)->link.next = (previtem)->link.next; \
79 (previtem)->link.next = (NLIBQueue*) (item); \
80 if (NLIB_Queue_IsEnd(queue, (item)->link.next)) \
83 ((type) (item)->link.next)->link.prev = (NLIBQueue*) (item); \
92 (item)->link.next = (NLIBQueue*) (afteritem); \
[all …]
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_UnitHeap.cpp40 reinterpret_cast<Node*>(addr2)->next = freeNode; in Initialize()
67 pNode = pNode->next; in IsFreeNode()
113 pNode = pNode->next; in Dump()
/CTR-SDK-4.2.5/include/nn/enc/
Denc_Utility.h31 s32 CheckBreakType(u32 cur, u32 next);
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp367 NNSiFndExpHeapMBlockHead *const next = block->pMBHeadNext; in RemoveMBlock() local
372 prev->pMBHeadNext = next; in RemoveMBlock()
376 list->head = next; in RemoveMBlock()
380 if (next) in RemoveMBlock()
382 next->pMBHeadPrev = prev; in RemoveMBlock()
399 NNSiFndExpHeapMBlockHead* next; in InsertMBlock() local
405 next = prev->pMBHeadNext; in InsertMBlock()
410 next = list->head; in InsertMBlock()
415 target->pMBHeadNext = next; in InsertMBlock()
416 if (next) in InsertMBlock()
[all …]
/CTR-SDK-4.2.5/include/nn/font/
Dfont_PackedFont.h337 OrderNode& next = GetNode(node.nextIndex); in Unlink() local
339 next.prevIndex = node.prevIndex; in Unlink()
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_UnitHeap.h101 Node* next; member
138 this->m_FreeNode = m_FreeNode->next; in Allocate()
161 reinterpret_cast<Node*&>(p)->next = m_FreeNode; in Free()
/CTR-SDK-4.2.5/include/nn/snd/CTR/Common/
Dsnd_Types.h177 struct WaveBuffer * next; // member
/CTR-SDK-4.2.5/include/
Dzlib.h1655 unsigned char *next; member
1662 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
1665 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_Api.h59 nn::Result SwitchContext( CameraSelect select, Context next );
433 inline nn::Result SwitchContext( CameraSelect select, Context next ) in SwitchContext() argument
435 return detail::SwitchContext(select, next); in SwitchContext()
Dcamera_Camera.h133 …ic nn::Result SwitchContext( nn::camera::CTR::CameraSelect camera, nn::camera::CTR::Context next );
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_SecureUncompression.cpp404 goto next; in VerifyHuffmanTable()
422 next: in VerifyHuffmanTable()
847 goto next; in LHVerifyTable()
864 next: in LHVerifyTable()
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_User.autogen.h511 AddrInfo* next; // member
/CTR-SDK-4.2.5/build/omake/
Dtargetdefs.om1159 # Load options next