Home
last modified time | relevance | path

Searched defs:rpk (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_helpers.hpp302 inline robust_point1_type const& rpk() const { return m_robust_calc.get_rpk(); } in rpk() function in boost::geometry::detail::overlay::intersection_info_base
388 inline point1_type const& rpk() const { return m_side_calc.get_pk(); } in rpk() function in boost::geometry::detail::overlay::intersection_info_base
/third_party/openssl/ssl/
Dssl_cert.c103 CERT_PKEY *rpk = ret->pkeys + i; in ssl_cert_dup() local