HomeSort by: relevance | last modified time | path
    Searched defs:node_cmp (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
pcy_node.c 17 static int node_cmp(const X509_POLICY_NODE *const *a, function
25 return sk_X509_POLICY_NODE_new(node_cmp);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
pcy_node.c 17 static int node_cmp(const X509_POLICY_NODE *const *a, function
25 return sk_X509_POLICY_NODE_new(node_cmp);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
pcy_node.c 17 static int node_cmp(const X509_POLICY_NODE *const *a, function
25 return sk_X509_POLICY_NODE_new(node_cmp);
  /src/external/bsd/jemalloc/dist/test/unit/
ph.c 16 node_cmp(const node_t *a, const node_t *b) { function
37 return node_cmp(a, b);
267 expect_d_ge(node_cmp(node,
281 expect_d_ge(node_cmp(node,
rb.c 62 node_cmp(const node_t *a, const node_t *b) { function
112 rb_summarized_gen(static, tree_, tree_t, node_t, link, node_cmp,
601 expect_d_lt(node_cmp(ctx->last_node, node), 0,
604 expect_d_gt(node_cmp(ctx->last_node, node), 0,
619 return node_cmp(a, b);
637 || node_cmp(&nodes[i], real_first) < 0) {
641 || node_cmp(&nodes[i], real_last) > 0) {
668 if (node_cmp(&nodes[j], &nodes[i]) < 0
670 || node_cmp(&nodes[j], real_prev_filtered) > 0)) {
673 if (node_cmp(&nodes[j], &nodes[i]) >
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
ph.c 15 node_cmp(const node_t *a, const node_t *b) { function
36 return node_cmp(a, b);
255 assert_d_ge(node_cmp(node,
269 assert_d_ge(node_cmp(node,
rb.c 26 node_cmp(const node_t *a, const node_t *b) { function
45 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-partition.cc 377 node_cmp (const void *pa, const void *pb) function
392 next_nodes.qsort (node_cmp);
513 noreorder.qsort (node_cmp);
531 varpool_order.qsort (node_cmp);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-partition.cc 377 node_cmp (const void *pa, const void *pb) function
392 next_nodes.qsort (node_cmp);
513 noreorder.qsort (node_cmp);
531 varpool_order.qsort (node_cmp);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
sssvlv.c 168 static int node_cmp( const void* val1, const void* val2 ) function
202 return node_cmp( val1, val2 ) < 0 ? -1 : 1;
540 cur_node = ldap_tavl_find3( so->so_tree, sn, node_cmp, &j );

Completed in 23 milliseconds