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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ql.h 25 #define ql_last(a_head, a_field) \ macro
30 ((ql_last(a_head, a_field) != (a_elm)) \
78 a_type *t = ql_last(a_head, a_field); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ql.h 25 #define ql_last(a_head, a_field) \ macro
30 ((ql_last(a_head, a_field) != (a_elm)) \
78 a_type *t = ql_last(a_head, a_field); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ql.h 70 #define ql_last(a_head, a_field) \ macro
78 ((ql_last(a_head, a_field) != (a_elm)) \
146 a_type *t = ql_last(a_head, a_field); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ql.h 70 #define ql_last(a_head, a_field) \ macro
78 ((ql_last(a_head, a_field) != (a_elm)) \
146 a_type *t = ql_last(a_head, a_field); \

Completed in 25 milliseconds