/external/boringssl/src/crypto/x509v3/ |
pcy_node.c | 66 static int node_cmp(const X509_POLICY_NODE **a, const X509_POLICY_NODE **b) function 73 return sk_X509_POLICY_NODE_new(node_cmp);
|
/bionic/tests/ |
search_test.cpp | 57 static int node_cmp(const void* lhs, const void* rhs) { function 86 ASSERT_EQ(nullptr, tfind(&n1, &root, node_cmp)); 87 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); 88 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); 91 void* i1 = tsearch(&n1, &root, node_cmp); 95 ASSERT_EQ(i1, tfind(&n1, &root, node_cmp)); 96 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); 97 ASSERT_EQ(nullptr, tfind(&n3, &root, node_cmp)); 100 ASSERT_NE(nullptr, tsearch(&n2, &root, node_cmp)); 101 ASSERT_NE(nullptr, tsearch(&n3, &root, node_cmp)); [all...] |
/external/jemalloc/test/unit/ |
ph.c | 13 node_cmp(const node_t *a, const node_t *b) function 35 return (node_cmp(a, b)); 244 assert_d_ge(node_cmp(node, 258 assert_d_ge(node_cmp(node,
|
rb.c | 24 node_cmp(const node_t *a, const node_t *b) { function 43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
|
/external/fio/t/ |
genzipf.c | 176 static int node_cmp(const void *p1, const void *p2) function 339 qsort(nodes, j, sizeof(struct node), node_cmp);
|