Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nlib/
Dnlib_queue.h60 #define NLIB_Queue_QueryLinkNext(item, link) ((item)->link.next) macro
197 … (next) = NLIB_Queue_IsEnd(queue, item) ? NULL : (type) NLIB_Queue_QueryLinkNext(item, link); \
200 … (next) = NLIB_Queue_IsEnd(queue, item) ? NULL : (type) NLIB_Queue_QueryLinkNext(item, link))