HomeSort by: relevance | last modified time | path
    Searched defs:ql_empty (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ql.h 59 #define ql_empty(a_head) (ql_first(a_head) == NULL) macro
71 (ql_empty(a_head) ? NULL : qr_prev(ql_first(a_head), a_field))
98 if (!ql_empty(a_head)) { \
106 if (!ql_empty(a_head)) { \
117 if (ql_empty(a_head_a)) { \
119 } else if (!ql_empty(a_head_b)) { \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ql.h 59 #define ql_empty(a_head) (ql_first(a_head) == NULL) macro
71 (ql_empty(a_head) ? NULL : qr_prev(ql_first(a_head), a_field))
98 if (!ql_empty(a_head)) { \
106 if (!ql_empty(a_head)) { \
117 if (ql_empty(a_head_a)) { \
119 } else if (!ql_empty(a_head_b)) { \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ql.h 63 #define ql_empty(a_head) (ql_first(a_head) == NULL) macro
75 (ql_empty(a_head) ? NULL : qr_prev(ql_first(a_head), a_field))
103 if (!ql_empty(a_head)) { \
112 if (!ql_empty(a_head)) { \
124 if (ql_empty(a_head_a)) { \
126 } else if (!ql_empty(a_head_b)) { \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ql.h 63 #define ql_empty(a_head) (ql_first(a_head) == NULL) macro
75 (ql_empty(a_head) ? NULL : qr_prev(ql_first(a_head), a_field))
103 if (!ql_empty(a_head)) { \
112 if (!ql_empty(a_head)) { \
124 if (ql_empty(a_head_a)) { \
126 } else if (!ql_empty(a_head_b)) { \

Completed in 14 milliseconds