Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dph.h56 assert(a_cmp(a_phn0, a_phn1) <= 0); \
72 } else if (a_cmp(a_phn0, a_phn1) < 0) { \
74 a_cmp); \
78 a_cmp); \
127 a_cmp, phn0); \
154 a_cmp, phn0); \
188 ph_merge_siblings(a_type, a_field, lchild, a_cmp, \
225 ph_merge_aux(a_type, a_field, ph, a_cmp); \
273 ph_merge_aux(a_type, a_field, ph, a_cmp); \
328 ph_merge_aux(a_type, a_field, ph, a_cmp); \
[all …]
H A Drb.h342 #define rb_gen(a_attr, a_prefix, a_rbt_type, a_type, a_field, a_cmp) \ argument
374 int cmp = (a_cmp)(node, tnode); \
399 int cmp = (a_cmp)(node, tnode); \
419 && (cmp = (a_cmp)(key, ret)) != 0) { \
434 int cmp = (a_cmp)(key, tnode); \
453 int cmp = (a_cmp)(key, tnode); \
476 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
546 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
894 int cmp = a_cmp(start, node); \
948 int cmp = a_cmp(start, node); \