Home
last modified time | relevance | path

Searched refs:a_cmp (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dph.h56 assert(a_cmp(a_phn0, a_phn1) <= 0); \
71 else if (a_cmp(a_phn0, a_phn1) < 0) { \
73 a_cmp); \
77 a_cmp); \
125 a_cmp, phn0); \
152 a_cmp, phn0); \
185 ph_merge_siblings(a_type, a_field, lchild, a_cmp, \
222 ph_merge_aux(a_type, a_field, ph, a_cmp); \
260 ph_merge_aux(a_type, a_field, ph, a_cmp); \
279 ph_merge_aux(a_type, a_field, ph, a_cmp); \
[all …]
A Drb.h338 #define rb_gen(a_attr, a_prefix, a_rbt_type, a_type, a_field, a_cmp) \ argument
370 int cmp = (a_cmp)(node, tnode); \
395 int cmp = (a_cmp)(node, tnode); \
415 && (cmp = (a_cmp)(key, ret)) != 0) { \
430 int cmp = (a_cmp)(key, tnode); \
449 int cmp = (a_cmp)(key, tnode); \
472 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
542 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
891 int cmp = a_cmp(start, node); \
945 int cmp = a_cmp(start, node); \

Completed in 6 milliseconds