Home
last modified time | relevance | path

Searched refs:p_cv (Results 1 – 14 of 14) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArrangement_on_surface_with_history_2.h505 return (Curve_iterator (p_cv)); in Curve_iterator()
512 return (Curve_const_iterator (p_cv)); in Curve_const_iterator()
619 m_curves.push_back (*p_cv); in _insert_curve()
648 m_curves.push_back (*p_cv); in _insert_curve()
679 m_curves.push_back (*p_cv); in _insert_curves()
720 he->curve().data().erase (p_cv); in _remove_curve()
725 m_curves.erase (p_cv); in _remove_curve()
728 m_curves_alloc.deallocate (p_cv, 1); in _remove_curve()
778 const Curve_2 *p_cv; in _overlay() local
788 p_cv = &(*ocit1); in _overlay()
[all …]
H A DArr_dcel_base.h173 X_monotone_curve* p_cv; // The associated x-monotone curve. variable
183 p_cv(nullptr) in Arr_halfedge_base()
189 void* for_compact_container() const { return static_cast<void*>(p_cv); } in for_compact_container()
193 bool has_null_curve() const { return (p_cv == nullptr); } in has_null_curve()
198 CGAL_precondition(p_cv != nullptr); in curve()
199 return (*p_cv); in curve()
205 CGAL_precondition(p_cv != nullptr); in curve()
206 return (*p_cv); in curve()
212 p_cv = c; in set_curve()
218 opp->p_cv = c; in set_curve()
[all …]
H A DArrangement_on_surface_2.h1623 X_monotone_curve_2* p_cv = m_curves_alloc.allocate(1); in _new_curve() local
1624 std::allocator_traits<Curves_alloc>::construct(m_curves_alloc, p_cv, cv); in _new_curve()
1625 return (p_cv); in _new_curve()
1631 X_monotone_curve_2* p_cv = &cv; in _delete_curve() local
1632 std::allocator_traits<Curves_alloc>::destroy(m_curves_alloc, p_cv); in _delete_curve()
1633 m_curves_alloc.deallocate(p_cv, 1); in _delete_curve()
H A DArr_accessor.h826 typename Dcel::Halfedge::X_monotone_curve* p_cv = p_arr->_new_curve(*cv); in new_edge() local
827 new_he->set_curve(p_cv); in new_edge()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arrangement_2/
H A DArr_on_surface_with_history_2_impl.h98 const Curve_2 *p_cv; in assign() local
106 p_cv = &(*ocit); in assign()
107 std::allocator_traits<Curves_alloc>::construct(m_curves_alloc, dup_c, *p_cv); in assign()
167 Curve_halfedges *p_cv; in clear() local
171 p_cv = &(*cit); in clear()
174 m_curves.erase (p_cv); in clear()
175 std::allocator_traits<Curves_alloc>::destroy(m_curves_alloc,p_cv); in clear()
176 m_curves_alloc.deallocate (p_cv, 1); in clear()
H A DArr_with_history_accessor.h123 typename Arrangement_with_history_2::Curve_halfedges *p_cv = in new_curve() local
126 std::allocator_traits<M_Curves_alloc>::construct(p_arr->m_curves_alloc, p_cv, cv); in new_curve()
127 p_arr->m_curves.push_back (*p_cv); in new_curve()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dconverter.c154 pjmedia_converter **p_cv) in pjmedia_converter_create() argument
164 *p_cv = NULL; in pjmedia_converter_create()
177 *p_cv = cv; in pjmedia_converter_create()
H A Dconverter_libswscale.c31 pjmedia_converter **p_cv);
79 pjmedia_converter **p_cv) in factory_create_converter() argument
139 *p_cv = &fcv->base; in factory_create_converter()
H A Dconverter_libyuv.c31 pjmedia_converter **p_cv);
456 pjmedia_converter **p_cv) in factory_create_converter() argument
513 *p_cv = &lconv->base; in factory_create_converter()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_point_location/
H A DTrapezoidal_decomposition_2_impl.h1015 const X_monotone_curve_2* p_cv, in search_using_dag_with_cv() argument
1041 if (!p_cv) { in search_using_dag_with_cv()
1109 if (!p_cv) { in search_using_dag_with_cv()
1151 *p_cv, is_curve_to_right(*p_cv,p), p) : in search_using_dag_with_cv()
1153 (*p_cv, is_curve_to_right(*p_cv,p), in search_using_dag_with_cv()
1204 const X_monotone_curve_2* p_cv, in search_using_dag_with_cv() argument
1231 if (!p_cv) { in search_using_dag_with_cv()
1297 if (!p_cv) { in search_using_dag_with_cv()
1316 traits->equal_curve_end_2_object()(Curve_end(*p_cv,ARR_MIN_END), in search_using_dag_with_cv()
1329 *p_cv, is_curve_to_right(*p_cv,p), p) : in search_using_dag_with_cv()
[all …]
H A DTrapezoidal_decomposition_2.h1355 const X_monotone_curve_2* p_cv,
1373 const X_monotone_curve_2* p_cv,
/dports/net/pjsip/pjproject-2.11.1/pjmedia/include/pjmedia/
H A Dconverter.h150 pjmedia_converter **p_cv);
323 pjmedia_converter **p_cv);
/dports/net/nng/nng-1.5.2/src/core/
H A Dpipe.c70 nni_cv_wait(&p->p_cv); in pipe_destroy()
92 nni_cv_fini(&p->p_cv); in pipe_destroy()
121 nni_cv_wake(&p->p_cv); in nni_pipe_rele()
279 nni_cv_init(&p->p_cv, &pipes_lk); in pipe_create()
H A Dsockimpl.h113 nni_cv p_cv; member