Searched refs:p_out (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
| D | split_join_fn_imps.hpp | 61 node_pointer p_out = base_type::prune(pred); in split() local 62 while (p_out != 0) in split() 68 node_pointer p_next = p_out->m_p_next_sibling; in split() 69 p_out->m_p_l_child = p_out->m_p_prev_or_parent = 0; in split() 70 p_out->m_metadata = 0; in split() 72 p_out->m_p_next_sibling = other.m_p_root; in split() 74 other.m_p_root->m_p_prev_or_parent = p_out; in split() 76 other.m_p_root = p_out; in split() 78 p_out = p_next; in split()
|
| D | erase_fn_imps.hpp | 133 node_pointer p_out = base_type::prune(pred); in erase_if() local 135 while (p_out != 0) in erase_if() 138 node_pointer p_next = p_out->m_p_next_sibling; in erase_if() 139 base_type::actual_erase_node(p_out); in erase_if() 140 p_out = p_next; in erase_if()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
| D | split_join_fn_imps.hpp | 62 node_pointer p_out = base_type::prune(pred); in split() local 63 while (p_out != 0) in split() 68 node_pointer p_next = p_out->m_p_next_sibling; in split() 69 p_out->m_p_l_child = p_out->m_p_next_sibling = p_out->m_p_prev_or_parent = 0; in split() 71 other.push_imp(p_out); in split() 72 p_out = p_next; in split()
|
| D | erase_fn_imps.hpp | 212 node_pointer p_out = base_type::prune(pred); in erase_if() local 214 while (p_out != 0) in erase_if() 217 node_pointer p_next = p_out->m_p_next_sibling; in erase_if() 218 base_type::actual_erase_node(p_out); in erase_if() 219 p_out = p_next; in erase_if()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| D | erase_fn_imps.hpp | 117 node_pointer p_out = 0; in prune() local 123 p_cur->m_p_next_sibling = p_out; in prune() 124 if (p_out != 0) in prune() 125 p_out->m_p_prev_or_parent = p_cur; in prune() 126 p_out = p_cur; in prune() 137 return p_out; in prune()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/ |
| D | split_join_fn_imps.hpp | 61 node_pointer p_out = base_type::prune(pred); in split() local 63 while (p_out != 0) in split() 68 node_pointer p_next = p_out->m_p_next_sibling; in split() 69 other.make_root_and_link(p_out); in split() 70 p_out = p_next; in split()
|
| D | erase_fn_imps.hpp | 219 node_pointer p_out = base_type::prune(pred); in erase_if() local 221 while (p_out != 0) in erase_if() 224 node_pointer p_next = p_out->m_p_next_sibling; in erase_if() 225 base_type::actual_erase_node(p_out); in erase_if() 226 p_out = p_next; in erase_if()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | dsatest.c | 155 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; in dsa_keygen_test() local 267 if (!TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_P, &p_out)) in dsa_keygen_test() 268 || !TEST_BN_eq(p_in, p_out) in dsa_keygen_test() 297 BN_free(p_out); in dsa_keygen_test()
|
| D | evp_pkey_provided_test.c | 1458 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; in test_fromdata_dsa_fips186_4() local 1622 &p_out)) in test_fromdata_dsa_fips186_4() 1623 || !TEST_BN_eq(p, p_out) in test_fromdata_dsa_fips186_4() 1651 BN_free(p_out); in test_fromdata_dsa_fips186_4() 1652 p_out = NULL; in test_fromdata_dsa_fips186_4() 1704 BN_free(p_out); in test_fromdata_dsa_fips186_4()
|
| D | ectest.c | 2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local 2492 if (!TEST_true(EVP_PKEY_get_bn_param(pkeyparam, OSSL_PKEY_PARAM_EC_P, &p_out)) in do_test_custom_explicit_fromdata() 2493 || !TEST_BN_eq(p_out, p) in do_test_custom_explicit_fromdata() 2600 BN_free(p_out); in do_test_custom_explicit_fromdata()
|