Home
last modified time | relevance | path

Searched refs:node_cmp (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/test/unit/
Dph.c15 node_cmp(const node_t *a, const node_t *b) { in node_cmp() function
36 return node_cmp(a, b); in node_cmp_magic()
255 assert_d_ge(node_cmp(node, in TEST_BEGIN()
269 assert_d_ge(node_cmp(node, in TEST_BEGIN()
Drb.c26 node_cmp(const node_t *a, const node_t *b) { in node_cmp() function
45 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
/external/boringssl/src/crypto/x509v3/
Dpcy_node.c66 static int node_cmp(const X509_POLICY_NODE **a, const X509_POLICY_NODE **b) in node_cmp() function
73 return sk_X509_POLICY_NODE_new(node_cmp); in STACK_OF()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_node.c66 static int node_cmp(const X509_POLICY_NODE **a, const X509_POLICY_NODE **b) in node_cmp() function
73 return sk_X509_POLICY_NODE_new(node_cmp); in STACK_OF()