Searched defs:node_cmp (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drblist.h25 int (*node_cmp)(struct rb_node *rbn, const void *entry); member in struct:rblist
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_node.c66 static int node_cmp(const X509_POLICY_NODE **a, function
74 return sk_X509_POLICY_NODE_new(node_cmp);
/external/openssl/crypto/x509v3/
H A Dpcy_node.c65 static int node_cmp(const X509_POLICY_NODE * const *a, function
73 return sk_X509_POLICY_NODE_new(node_cmp);
/external/fio/t/
H A Dgenzipf.c163 static int node_cmp(const void *p1, const void *p2) function
227 qsort(nodes, j, sizeof(struct node), node_cmp);
/external/jemalloc/test/unit/
H A Drb.c24 node_cmp(node_t *a, node_t *b) { function
43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);

Completed in 246 milliseconds