Searched refs:node_cmp (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dpcy_node.c17 static int node_cmp(const X509_POLICY_NODE *const *a, function
25 return sk_X509_POLICY_NODE_new(node_cmp);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dpcy_node.c17 static int node_cmp(const X509_POLICY_NODE *const *a, function
25 return sk_X509_POLICY_NODE_new(node_cmp);
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dph.c15 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,
H A Drb.c26 node_cmp(const node_t *a, const node_t *b) { function
45 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c377 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);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc377 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);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c168 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 164 milliseconds