Searched defs:STAILQ_EMPTY (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h196 if (!STAILQ_EMPTY((head2))) { \
203 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
242 (STAILQ_EMPTY((head)) ? \
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h187 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
220 (STAILQ_EMPTY(head) ? \
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h249 if (!STAILQ_EMPTY((head2))) { \
256 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
295 (STAILQ_EMPTY((head)) ? \
335 if (STAILQ_EMPTY(head1)) \
337 if (STAILQ_EMPTY(head2)) \

Completed in 135 milliseconds