Searched refs:node_cmp (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | pcy_node.c | 17 static int node_cmp(const X509_POLICY_NODE *const *a, in node_cmp() function 25 return sk_X509_POLICY_NODE_new(node_cmp); in STACK_OF()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | pcy_node.c | 17 static int node_cmp(const X509_POLICY_NODE *const *a, in node_cmp() function 25 return sk_X509_POLICY_NODE_new(node_cmp); in STACK_OF()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-partition.c | 377 node_cmp (const void *pa, const void *pb) in node_cmp() function 392 next_nodes.qsort (node_cmp); in add_sorted_nodes() 513 noreorder.qsort (node_cmp); in lto_balanced_map() 531 varpool_order.qsort (node_cmp); in lto_balanced_map()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-partition.cc | 377 node_cmp (const void *pa, const void *pb) in node_cmp() function 392 next_nodes.qsort (node_cmp); in add_sorted_nodes() 513 noreorder.qsort (node_cmp); in lto_balanced_map() 531 varpool_order.qsort (node_cmp); in lto_balanced_map()
|
H A D | ChangeLog | 311 * lto-partition.c (node_cmp): Turn into simple order comparsions. 313 (add_sorted_nodes): Use node_cmp. 1753 * lto-partition.c (node_cmp): Update comment. 2250 (node_cmp): Likewise. 2899 lto_1_to_1_map, node_cmp, varpool_node_cmp, lto_balanced_map, 2972 * lto.c (node_cmp, varpool_node_cmp): New functions.
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | sssvlv.c | 168 static int node_cmp( const void* val1, const void* val2 ) in node_cmp() function 202 return node_cmp( val1, val2 ) < 0 ? -1 : 1; in node_insert() 540 cur_node = ldap_tavl_find3( so->so_tree, sn, node_cmp, &j ); in send_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2019 | 1471 * cgraphunit.c (node_cmp): Rename to ...
|
H A D | ChangeLog-2013 | 1779 * cgraphunit.c (node_cmp): New function.
|