HomeSort by relevance Sort by last modified time
    Searched refs:qr_next (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/jemalloc/chromium/
ql.h 59 ? qr_next((a_elm), a_field) : NULL)
86 ql_first(a_head) = qr_next((a_elm), a_field); \
91 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \
qr.h 45 #define qr_next(a_qr, a_field) ((a_qr)->a_field.qre_next) macro
  /external/chromium_org/third_party/jemalloc/vendor/
ql.h 59 ? qr_next((a_elm), a_field) : NULL)
86 ql_first(a_head) = qr_next((a_elm), a_field); \
91 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \
qr.h 45 #define qr_next(a_qr, a_field) ((a_qr)->a_field.qre_next) macro

Completed in 1958 milliseconds