Home
last modified time | relevance | path

Searched refs:count_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/asio/impl/
Dio_context.ipp60 io_context::count_type io_context::run()
63 count_type s = impl_.run(ec);
69 io_context::count_type io_context::run(boost::system::error_code& ec)
75 io_context::count_type io_context::run_one()
78 count_type s = impl_.run_one(ec);
84 io_context::count_type io_context::run_one(boost::system::error_code& ec)
90 io_context::count_type io_context::poll()
93 count_type s = impl_.poll(ec);
99 io_context::count_type io_context::poll(boost::system::error_code& ec)
105 io_context::count_type io_context::poll_one()
[all …]
/third_party/boost/libs/asio/include/boost/asio/impl/
Dio_context.ipp60 io_context::count_type io_context::run()
63 count_type s = impl_.run(ec);
69 io_context::count_type io_context::run(boost::system::error_code& ec)
75 io_context::count_type io_context::run_one()
78 count_type s = impl_.run_one(ec);
84 io_context::count_type io_context::run_one(boost::system::error_code& ec)
90 io_context::count_type io_context::poll()
93 count_type s = impl_.poll(ec);
99 io_context::count_type io_context::poll(boost::system::error_code& ec)
105 io_context::count_type io_context::poll_one()
[all …]
/third_party/boost/boost/thread/futures/
Dwait_for_any.hpp34 typedef std::vector<int>::size_type count_type; typedef in boost::detail::waiter_for_any_in_seq
42 count_type index;
45 notify_when_ready_handle handle_, count_type index_) : in registered_waiter()
56 typedef count_type count_type_portable;
86 count_type future_count;
122 count_type wait() in wait()
127 for (count_type i = 0; i < waiters_.size(); ++i) in wait()
140 for (count_type i = 0; i < waiters_.size(); ++i) in ~waiter_for_any_in_seq()
/third_party/boost/boost/serialization/detail/
Dshared_ptr_nmt_132.hpp37 typedef detail::atomic_count count_type; typedef in boost::shared_ptr
50 pn = new count_type(1); in shared_ptr()
60 pn = new count_type(1); in shared_ptr()
96 pn = new count_type(1); // may throw in shared_ptr()
150 count_type * pn; // ptr to reference counter
/third_party/boost/boost/smart_ptr/detail/
Dlocal_counted_base.hpp39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enum in boost::detail::local_counted_base
41 count_type local_use_count_;
73 local_use_count_ = static_cast<count_type>( local_use_count_ + 1 ); in add_ref()
78 local_use_count_ = static_cast<count_type>( local_use_count_ - 1 ); in release()
/third_party/mindspore/mindspore/ops/operations/
Drl_ops.py133 def infer_dtype(self, data_type, count_type, head_type): argument
134 validator.check_type_name("count type", count_type, (mstype.int32), self.name)
230 def infer_dtype(self, data_type, exp_type, count_type, head_type): argument
235 validator.check_type_name("count type", count_type, (mstype.int32), self.name)
237 return count_type
313 def infer_dtype(self, data_type, count_type, head_type, index_type): argument
314 validator.check_type_name("count type", count_type, (mstype.int32), self.name)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/boost/libs/asio/include/boost/asio/
Dio_context.hpp245 typedef std::size_t count_type; typedef in boost::asio::io_context
321 BOOST_ASIO_DECL count_type run();
352 BOOST_ASIO_DECL count_type run(boost::system::error_code& ec);
401 BOOST_ASIO_DECL count_type run_one();
423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec);
465 BOOST_ASIO_DECL count_type poll();
478 BOOST_ASIO_DECL count_type poll(boost::system::error_code& ec);
489 BOOST_ASIO_DECL count_type poll_one();
502 BOOST_ASIO_DECL count_type poll_one(boost::system::error_code& ec);
/third_party/boost/boost/asio/
Dio_context.hpp245 typedef std::size_t count_type; typedef in boost::asio::io_context
321 BOOST_ASIO_DECL count_type run();
352 BOOST_ASIO_DECL count_type run(boost::system::error_code& ec);
401 BOOST_ASIO_DECL count_type run_one();
423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec);
465 BOOST_ASIO_DECL count_type poll();
478 BOOST_ASIO_DECL count_type poll(boost::system::error_code& ec);
489 BOOST_ASIO_DECL count_type poll_one();
502 BOOST_ASIO_DECL count_type poll_one(boost::system::error_code& ec);
/third_party/gstreamer/gstreamer/tests/check/elements/
Dselector.c44 const gchar *count_type = NULL; in probe_cb() local
50 count_type = "buffer_count"; in probe_cb()
52 count_type = "event_count"; in probe_cb()
58 count = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (pad), count_type)); in probe_cb()
60 g_object_set_data (G_OBJECT (pad), count_type, GINT_TO_POINTER (count)); in probe_cb()
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp417 const auto* count_type = in ClampIndicesForAccessChain() local
437 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
445 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain() local
438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain() local
438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/boost/boost/polygon/detail/
Dboolean_op.hpp383 template <typename count_type = int>
387 BooleanOp<count_type, Unit> booleanOr; in applyBooleanOr()
410 booleanOr.processInterval(container, ivl, count_type(count)); in applyBooleanOr()
/third_party/boost/boost/graph/
Dstrong_components.hpp305 typedef typename property_traits< ComponentsMap >::value_type count_type; in kosaraju_strong_components() typedef
307 count_type c_count(0); in kosaraju_strong_components()
/third_party/boost/boost/thread/
Dfuture.hpp1124 typedef std::vector<int>::size_type count_type; typedef in boost::detail::future_waiter
1130 count_type index;
1134 count_type index_): in registered_waiter()
1144 typedef count_type count_type_portable;
1174 count_type future_count;
1205 count_type wait() in wait()
1210 for(count_type i=0;i<futures_.size();++i) in wait()
1223 for(count_type i=0;i<futures_.size();++i) in ~future_waiter()
1264 …typename boost::enable_if<is_future_type<F1>,typename detail::future_waiter::count_type>::type wai… in wait_for_any()
1273 typename detail::future_waiter::count_type wait_for_any(F1& f1,F2& f2,F3& f3) in wait_for_any()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh616 typedef COUNT count_type; typedef
/third_party/harfbuzz/src/
Dhb-ot-cff-common.hh616 typedef COUNT count_type; typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh708 typedef COUNT count_type; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_i.h718 u8 count_type; member
Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_i.h723 u8 count_type; member
Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()

12