Home
last modified time | relevance | path

Searched refs:h_ (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/boost/uuid/detail/
Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
147 unsigned int a = h_[0]; in process_block()
148 unsigned int b = h_[1]; in process_block()
149 unsigned int c = h_[2]; in process_block()
150 unsigned int d = h_[3]; in process_block()
[all …]
/third_party/boost/boost/beast/core/impl/
Dfile_win32.ipp61 if(h_ != boost::winapi::INVALID_HANDLE_VALUE_)
62 boost::winapi::CloseHandle(h_);
67 : h_(boost::exchange(other.h_,
78 if(h_)
79 boost::winapi::CloseHandle(h_);
80 h_ = other.h_;
81 other.h_ = boost::winapi::INVALID_HANDLE_VALUE_;
89 if(h_ != boost::winapi::INVALID_HANDLE_VALUE_)
90 boost::winapi::CloseHandle(h_);
91 h_ = h;
[all …]
Dhandler_ptr.hpp44 h_.~Handler(); in ~handler_ptr()
55 ::new(static_cast<void*>(std::addressof(h_))) in handler_ptr()
56 Handler(std::move(other.h_)); in handler_ptr()
57 other.h_.~Handler(); in handler_ptr()
87 ::new(static_cast<void*>(std::addressof(h_))) in handler_ptr()
106 std::addressof(h_), deleter}; in release_handler()
107 return std::move(h_); in release_handler()
125 std::addressof(h_), deleter}; in invoke()
126 h_(std::forward<Args>(args)...); in invoke()
Dsaved_handler.hpp57 Handler_&& h_) in ebo_pair()
60 , h(std::forward<Handler_>(h_))
/third_party/boost/boost/beast/core/detail/
Dbind_default_executor.hpp31 Handler h_; member in boost::beast::detail::bind_default_executor_wrapper
40 , h_(std::forward<Handler_>(h))
48 h_(std::forward<Args>(args)...); in operator ()()
57 return net::get_associated_allocator(h_); in get_allocator()
67 h_, this->get()); in get_executor()
81 size, std::addressof(p->h_)); in asio_handler_allocate()
92 std::addressof(p->h_)); in asio_handler_deallocate()
101 std::addressof(p->h_)); in asio_handler_is_continuation()
Dbind_handler.hpp42 Handler h_; member in boost::beast::detail::bind_wrapper
139 : h_(std::forward<DeducedHandler>(handler)) in bind_wrapper()
148 invoke(h_, args_, in operator ()()
163 return asio_handler_invoke(f, std::addressof(op->h_)); in asio_handler_invoke()
172 std::addressof(op->h_)); in asio_handler_is_continuation()
182 size, std::addressof(op->h_)); in asio_handler_allocate()
192 p, size, std::addressof(op->h_)); in asio_handler_deallocate()
211 Handler h_; member in boost::beast::detail::bind_front_wrapper
227 h_( detail::get<I>(std::move(args_))..., in invoke()
238 std::mem_fn(h_)( in invoke() local
[all …]
/third_party/boost/boost/beast/core/
Dasync_base.hpp188 Handler h_; member in boost::beast::async_base
251 : h_(std::forward<Handler_>(handler))
263 , h_(std::forward<Handler_>(handler))
294 return net::get_associated_allocator(h_, in get_allocator()
308 h_, wg1_.get_executor()); in get_executor()
315 return h_; in handler()
328 return std::move(h_); in release_handler()
361 std::move(h_), in complete()
368 h_(std::forward<Args>(args)...); in complete()
392 h_(std::forward<Args>(args)...); in complete_now()
[all …]
Dhandler_ptr.hpp65 Handler h_; member
133 return h_; in handler()
140 return h_; in handler()
Dfile_win32.hpp41 boost::winapi::HANDLE_ h_ = member in boost::beast::file_win32
86 return h_; in native_handle()
103 return h_ != boost::winapi::INVALID_HANDLE_VALUE_; in is_open()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dactor.hpp441 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_ in operator ()()
446 (a_, b_, c_, d_, e_, f_, g_, h_) in operator ()()
459 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_ in operator ()() argument
464 (a_, b_, c_, d_, e_, f_, g_, h_, i_) in operator ()()
478 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_ in operator ()() argument
483 (a_, b_, c_, d_, e_, f_, g_, h_, i_, j_) in operator ()()
497 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() argument
503 (a_, b_, c_, d_, e_, f_, g_, h_, i_, j_, k_) in operator ()()
517 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() argument
523 (a_, b_, c_, d_, e_, f_, g_, h_, i_, j_, k_, l_) in operator ()()
[all …]
Dtuples.hpp872 typename call_traits<H>::param_type h_ in tuple()
874 f(f_), g(g_), h(h_) {} in tuple()
924 typename call_traits<H>::param_type h_, in tuple()
927 f(f_), g(g_), h(h_), i(i_) {} in tuple()
976 typename call_traits<H>::param_type h_, in tuple()
980 f(f_), g(g_), h(h_), i(i_), j(j_) {} in tuple()
1030 typename call_traits<H>::param_type h_, in tuple()
1035 f(f_), g(g_), h(h_), i(i_), j(j_), in tuple()
1088 typename call_traits<H>::param_type h_, in tuple()
1094 f(f_), g(g_), h(h_), i(i_), j(j_), in tuple()
[all …]
Dcomposite.hpp676 F const& f_, G const& g_, H const& h_) in composite()
678 f(f_), g(g_), h(h_) {} in composite()
749 F const& f_, G const& g_, H const& h_, I const& i_) in composite()
751 f(f_), g(g_), h(h_), i(i_) {} in composite()
822 F const& f_, G const& g_, H const& h_, I const& i_, J const& j_) in composite()
824 f(f_), g(g_), h(h_), i(i_), j(j_) {} in composite()
899 F const& f_, G const& g_, H const& h_, I const& i_, J const& j_, in composite()
902 f(f_), g(g_), h(h_), i(i_), j(j_), in composite()
981 F const& f_, G const& g_, H const& h_, I const& i_, J const& j_, in composite()
984 f(f_), g(g_), h(h_), i(i_), j(j_), in composite()
[all …]
/third_party/boost/libs/proto/test/
Dflatten.cpp90 boost::proto::terminal<char>::type h_ = {'h'}; in test1() local
122 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> (f_ | g_) >> h_), to_string(sout)); in test1()
127 boost::fusion::for_each(flatten(a_(b_(c_ >> d_, e_ | f_), g_ >> h_)(i_)), to_string(sout)); in test1()
158 My<boost::proto::terminal<char>::type> h_ = {{'h'}}; in test2() local
190 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> (f_ | g_) >> h_), to_string(sout)); in test2()
195 boost::fusion::for_each(flatten(a_(b_(c_ >> d_, e_ | f_), g_ >> h_)(i_)), to_string(sout)); in test2()
/third_party/ffmpeg/libavfilter/
Dboxblur.c114 #define CHECK_RADIUS_VAL(w_, h_, comp) \ in ff_boxblur_eval_filter_params() argument
116 2*comp->radius > FFMIN(w_, h_)) { \ in ff_boxblur_eval_filter_params()
119 comp->radius, FFMIN(w_, h_)/2); \ in ff_boxblur_eval_filter_params()
/third_party/boost/boost/beast/_experimental/test/impl/
Dstream.hpp75 Handler h_; member
92 : h_(std::forward<Handler_>(h)) in lambda()
98 h_, s->ioc.get_executor()), in lambda()
102 h_, s->ioc.get_executor())) in lambda()
111 return net::get_associated_allocator(h_); in get_allocator()
141 beast::bind_front_handler(std::move(h_), in operator ()()
146 beast::bind_front_handler(std::move(h_), in operator ()()
/third_party/boost/boost/flyweight/
Drefcounted.hpp112 explicit refcounted_handle(const Handle& h_):h(h_) in refcounted_handle() argument
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_bessel.hpp612 a_(a), b_(b), z_(z), h_(h), n(2), pol(pol_)
622 T C_next = ((1 - 2 * h_) * (n - 1) - b_ * h_) * C
623 + ((1 - 2 * h_) * a_ - h_ * (h_ - 1) *(b_ + n - 2)) * C_minus_1
624 - h_ * (h_ - 1) * a_ * C_minus_2;
631 T C, C_minus_1, C_minus_2, bessel_arg, bessel_order, power_term, mult, a_, b_, z_, h_;
/third_party/glib/glib/
Dghash.c240 #define HASH_IS_UNUSED(h_) ((h_) == UNUSED_HASH_VALUE) argument
241 #define HASH_IS_TOMBSTONE(h_) ((h_) == TOMBSTONE_HASH_VALUE) argument
242 #define HASH_IS_REAL(h_) ((h_) >= 2) argument
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c116 #define EJTH(h_) ejd_error_check_propagate(h_) argument
118 #define EJGO(h_, rh_, label_) \ argument
119 if (Dart_IsError(h_)) { \
120 rh_ = (h_); \
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1594 gint i, j, h_, w_; in d3d_copy_buffer() local
1601 h_ = GST_VIDEO_FRAME_COMP_HEIGHT (&from_frame, i); in d3d_copy_buffer()
1604 for (j = 0; j < h_; j++) { in d3d_copy_buffer()
1617 gint i, j, h_, w_; in d3d_copy_buffer() local
1624 h_ = GST_VIDEO_FRAME_COMP_HEIGHT (&from_frame, i); in d3d_copy_buffer()
1627 for (j = 0; j < h_; j++) { in d3d_copy_buffer()
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9mc_neon.S223 function \type\()_8tap_\size\()h_\idx1\idx2
/third_party/libjpeg/
Dtestimg.ppm4 …G7WI<XMIXNW_Zppp������֔�횪������������������������������������엖䌋ق��{z�xl�pf�h_�_Z�YW�QQwGGc@?Q<6DF9…
/third_party/e2fsprogs/po/
Dsr.po1699 msgid "@a @b %b has h_@bs > 1. "
1700 msgstr "блок „%b“ проширеног атрибута има h_блокове > 1. "
Did.po1687 msgid "@a @b %b has h_@bs > 1. "
1688 msgstr "@a @b %b memiliki h_@bs > 1. "
Dca.po1714 msgid "@a @b %b has h_@bs > 1. "
1715 msgstr "@b @a %b té h_@bs > 1. "

12