HomeSort by relevance Sort by last modified time
    Searched refs:node_cmp (Results 1 - 6 of 6) sorted by null

  /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/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);
  /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);
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.c 54 int node_cmp(struct ffsb_file *a, struct ffsb_file *b)

Completed in 1317 milliseconds