Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/net/compatible/nlib/
Dnlib_queue.h70 #define NLIB_Queue_IsEnd(queue, item) ((item) == NULL) macro
80 if (NLIB_Queue_IsEnd(queue, (item)->link.next)) \
94 if (NLIB_Queue_IsEnd(queue, (item)->link.prev)) \
108 if (NLIB_Queue_IsEnd(queue, ___prev)) \
125 if (NLIB_Queue_IsEnd(queue, ___next)) \
145 if (NLIB_Queue_IsEnd(queue, ___next)) \
150 if (NLIB_Queue_IsEnd(queue, ___prev)) \
167 if (NLIB_Queue_IsEnd(queue, ___next)) \
185 if (NLIB_Queue_IsEnd(queue, ___prev)) \
197 … (next) = NLIB_Queue_IsEnd(queue, item) ? NULL : (type) NLIB_Queue_QueryLinkNext(item, link); \
[all …]