Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dwitness_inlines.h121 } else if (w->rank == witness->rank && (w->comp == NULL || w->comp != in witness_lock()
122 witness->comp || w->comp(w, w->opaque, witness, witness->opaque) > in witness_lock()
A Dwitness_structs.h19 witness_comp_t *comp; member
A Dwitness_externs.h7 witness_comp_t *comp, void *opaque);
/third_party/ulib/jemalloc/src/
A Dwitness.c6 witness_comp_t *comp, void *opaque) in witness_init() argument
10 witness->comp = comp; in witness_init()
/third_party/ulib/uboringssl/include/openssl/
A Dstack.h121 stack_cmp_func comp; member
134 OPENSSL_EXPORT _STACK *sk_new(stack_cmp_func comp);
225 OPENSSL_EXPORT stack_cmp_func sk_set_cmp_func(_STACK *sk, stack_cmp_func comp);
304 sk_##name##_new(stack_##name##_cmp_func comp) { \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
386 STACK_OF(name) *sk, stack_##name##_cmp_func comp) { \
388 (stack_cmp_func)comp); \

Completed in 7 milliseconds