Searched defs:link (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.14.21/include/nn/net/compatible/nlib/ |
| D | nlib_queue.h | 55 #define NLIB_Queue_QueryLinkPrev(item, link) ((item)->link.prev) argument 60 #define NLIB_Queue_QueryLinkNext(item, link) ((item)->link.next) argument 75 #define NLIB_Queue_EnqueueAfter(type, queue, previtem, item, link) \ argument 89 #define NLIB_Queue_EnqueueBefore(type, queue, item, afteritem, link) \ argument 103 #define NLIB_Queue_EnqueueTail(type, queue, item, link) \ argument 120 #define NLIB_Queue_EnqueueHead(type, queue, item, link) \ argument 137 #define NLIB_Queue_DequeueItem(type, queue, item, link) \ argument 160 #define NLIB_Queue_DequeueHead(type, queue, item, link) \ argument 178 #define NLIB_Queue_DequeueTail(type, queue, item, link) \ argument 195 #define NLIB_Queue_IterateQueue(type, queue, item, next, link) \ argument [all …]
|
| /CTR-SDK-0.14.21/sources/libraries/fnd/detail/ |
| D | fnd_DetailList.cpp | 59 NNSFndLink* link; in SetFirstObject() local 96 NNSFndLink* link = OBJ_TO_LINK(list, object); in AppendListObject() local 130 NNSFndLink* link = OBJ_TO_LINK(list, object); in PrependListObject() local 173 NNSFndLink* link = OBJ_TO_LINK(list, object); in InsertListObject() local 198 NNSFndLink* link; in RemoveListObject() local
|
| /CTR-SDK-0.14.21/include/nn/fnd/detail/ |
| D | fnd_DetailHeapHead.h | 96 NNSFndLink link; member
|
| /CTR-SDK-0.14.21/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 831 NLIBLink link; member
|