Searched refs:NLIB_Queue_IsEnd (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nlib/ |
| D | nlib_queue.h | 70 #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 …]
|