Home
last modified time | relevance | path

Searched defs:checker (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dwithin_concept.hpp41 struct checker struct in boost::geometry::concepts::WithinStrategyPolygonal
44 static void apply(ApplyMethod const&, ResultMethod const& ) in apply()
116 struct checker struct in boost::geometry::concepts::WithinStrategyPointBox
119 static void apply(ApplyMethod const&) in apply()
180 struct checker struct in boost::geometry::concepts::WithinStrategyBoxBox
183 static void apply(ApplyMethod const&) in apply()
H A Ddistance_concept.hpp53 struct checker struct
56 static void apply(ApplyMethod) in apply()
142 struct checker struct
145 static void apply(ApplyMethod) in apply()
H A Dsimplify_concept.hpp46 struct checker struct
49 static void apply(ApplyMethod) in apply()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dcookie.c19 void wg_cookie_checker_init(struct cookie_checker *checker, in wg_cookie_checker_init()
45 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker) in wg_cookie_checker_precompute_device_keys()
92 struct cookie_checker *checker) in make_cookie()
119 enum cookie_mac_state wg_cookie_validate_packet(struct cookie_checker *checker, in wg_cookie_validate_packet()
182 struct cookie_checker *checker) in wg_cookie_message_create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpolygon_concept.hpp56 struct checker struct in boost::geometry::concepts::Polygon
58 static inline void apply() in apply()
109 struct checker struct in boost::geometry::concepts::ConstPolygon
111 static inline void apply() in apply()
H A Dcheck.hpp195 struct checker : dispatch::check<Geometry> struct
199 struct checker<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
203 struct checker<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const> struct
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c29 void _mali_osk_locks_debug_init(struct _mali_osk_lock_debug_s *checker, _mali_osk_lock_flags_t flag… in _mali_osk_locks_debug_init()
40 void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_add()
55 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_remove()
H A Dmali_osk_locks.h43 struct _mali_osk_lock_debug_s checker; member
51 struct _mali_osk_lock_debug_s checker; member
61 struct _mali_osk_lock_debug_s checker; member
71 struct _mali_osk_lock_debug_s checker; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp69 struct checker struct
71 typedef typename Varray::size_type size_type;
72 typedef typename Varray::const_iterator const_iterator;
74 static inline void check_capacity(Varray const& v, size_type s) in check_capacity()
82 static inline void throw_out_of_bounds(Varray const& v, size_type i) in throw_out_of_bounds()
91 static inline void check_index(Varray const& v, size_type i) in check_index()
99 static inline void check_not_empty(Varray const& v) in check_not_empty()
106 static inline void check_iterator_end_neq(Varray const& v, const_iterator position) in check_iterator_end_neq()
114 static inline void check_iterator_end_eq(Varray const& v, const_iterator position) in check_iterator_end_eq()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dareal_areal.hpp108 > checker(geometry1, strategy); in rings_containing() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp244 > checker(geometry1, point_in_ring_strategy); in rings_containing() local
/OK3568_Linux_fs/kernel/arch/arm/probes/
H A Ddecode.h291 probes_check_t *checker; member