Searched refs:cmp_keys (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp142 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
181 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
185 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
199 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
203 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
H A Dsynth_access_traits.hpp83 cmp_keys(key_const_reference, key_const_reference) const;
176 cmp_keys(key_const_reference r_lhs_key, function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
209 { return cmp_keys(r_lhs, r_rhs); }
H A Dinsert_join_fn_imps.hpp87 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head->m_p_max)->value()),
91 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(other.m_p_head->m_p_max)->value()),
467 synth_access_traits::cmp_keys(PB_DS_V2F(p_new_lf->value()),
472 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head->m_p_max)->value()), PB_DS_V2F(p_new_lf->value())))
H A Dsplit_fn_imps.hpp95 if (synth_access_traits::cmp_keys(r_key,
105 if (!synth_access_traits::cmp_keys(r_key,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp142 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
181 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
185 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
199 !synth_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
203 synth_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
H A Dsynth_access_traits.hpp83 cmp_keys(key_const_reference, key_const_reference) const;
176 cmp_keys(key_const_reference r_lhs_key, function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
209 { return cmp_keys(r_lhs, r_rhs); }
H A Dinsert_join_fn_imps.hpp87 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head->m_p_max)->value()),
91 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(other.m_p_head->m_p_max)->value()),
467 synth_access_traits::cmp_keys(PB_DS_V2F(p_new_lf->value()),
472 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head->m_p_max)->value()), PB_DS_V2F(p_new_lf->value())))
H A Dsplit_fn_imps.hpp95 if (synth_access_traits::cmp_keys(r_key,
105 if (!synth_access_traits::cmp_keys(r_key,
/netbsd-current/tests/lib/libc/
H A Dt_cdb.c56 cmp_keys(const void *a_, const void *b_) function
79 qsort(sorted_keys, len, sizeof(*sorted_keys), cmp_keys);

Completed in 112 milliseconds