Home
last modified time | relevance | path

Searched refs:d_ (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/acpi/
Dirq_helper.h37 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument
43 ACPI_DEV_IRQ(0x0000, 3, d_), \
54 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument
60 ACPI_DEV_IRQ(0x0000, 3, d_), \
75 #define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \ argument
79 ACPI_DEV_IRQ(dev_, 3, d_)
81 #define PCIE_BRIDGE_DEV(prefix_, dev_, a_, b_, c_, d_) \ argument
82 ROOTPORT_IRQ_ROUTES(prefix_, a_, b_, c_, d_) \
85 #define ROOTPORT_IRQ_ROUTES(prefix_, a_, b_, c_, d_) \ argument
86 RP_IRQ_ROUTES(prefix_, 0, a_, b_, c_, d_) \
[all …]
/third_party/boost/boost/smart_ptr/detail/
Dlocal_sp_deleter.hpp33 D d_; member in boost::detail::local_sp_deleter
37 local_sp_deleter(): d_() in local_sp_deleter()
41 explicit local_sp_deleter( D const& d ) BOOST_SP_NOEXCEPT: d_( d ) in local_sp_deleter()
47 explicit local_sp_deleter( D&& d ) BOOST_SP_NOEXCEPT: d_( std::move(d) ) in local_sp_deleter()
55 return d_; in deleter()
60 d_( p ); in operator ()()
67 d_( p ); in operator ()()
Dsp_counted_impl.hpp221 D d_; // copy constructor must not throw member in boost::detail::sp_counted_impl_pda
233 sp_counted_impl_pda( P p, D & d, A a ): p_( p ), d_( d ), a_( a ) in sp_counted_impl_pda()
237 sp_counted_impl_pda( P p, A a ): p_( p ), d_( a ), a_( a ) in sp_counted_impl_pda()
243 d_( p_ ); in dispose()
267 return ti == BOOST_SP_TYPEID_( D )? &reinterpret_cast<char&>( d_ ): 0; in get_deleter()
272 … return ti == BOOST_SP_TYPEID_( D )? boost::detail::get_local_deleter( boost::addressof( d_ ) ): 0; in get_local_deleter()
277 return &reinterpret_cast<char&>( d_ ); in get_untyped_deleter()
/third_party/boost/boost/beast/websocket/impl/
Dhandshake.hpp62 data& d_; member in boost::beast::websocket::stream::handshake_op
79 , d_(beast::allocate_stable<data>( in handshake_op()
106 impl.do_pmd_config(d_.req);
109 d_.req, std::move(*this));
116 impl.rd_buf, d_.p,
124 d_.fb.commit(net::buffer_copy(
125 d_.fb.prepare(impl.rd_buf.size()),
131 d_.fb, d_.p, std::move(*this));
139 if(d_.fb.size() <= impl.rd_buf.capacity())
142 impl.rd_buf.prepare(d_.fb.size()),
[all …]
/third_party/boost/boost/chrono/
Dtime_point.hpp167 duration d_; member in boost::chrono::time_point
171 time_point() : d_(duration::zero()) in time_point()
175 : d_(d) in time_point()
187 : d_(t.time_since_epoch()) in time_point()
195 return d_; in time_since_epoch()
204 time_point operator-() const {return time_point(-d_);} in operator -()
205 time_point& operator++() {++d_; return *this;} in operator ++()
206 time_point operator++(int) {return time_point(d_++);} in operator ++()
207 time_point& operator--() {--d_; return *this;} in operator --()
208 time_point operator--(int) {return time_point(d_--);} in operator --()
[all …]
/third_party/boost/libs/proto/test/
Dflatten.cpp86 boost::proto::terminal<char>::type d_ = {'d'}; in test1() local
110 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_), to_string(sout)); in test1()
114 boost::fusion::for_each(flatten(a_ | b_ >> c_ | d_), to_string(sout)); in test1()
118 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> f_ >> g_), to_string(sout)); in test1()
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()
154 My<boost::proto::terminal<char>::type> d_ = {{'d'}}; in test2() local
178 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_), to_string(sout)); in test2()
182 boost::fusion::for_each(flatten(a_ | b_ >> c_ | d_), to_string(sout)); in test2()
186 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> f_ >> g_), to_string(sout)); in test2()
[all …]
/third_party/boost/libs/contract/example/features/
Dunion.cpp24 BOOST_CONTRACT_ASSERT(d_ > 0); in invariant()
28 explicit positive(int x) : d_(0) { in positive()
78 double d_; member
84 explicit positive(double x) : d_(0) { in positive()
98 d_ = x; in positive()
109 x = d_; in get()
/third_party/boost/boost/numeric/ublas/
Dstorage_sparse.hpp86 … container_reference<array_type> (a), it_ (it), i_ (it->first), d_ (it->second), dirty_ (false) {} in sparse_storage_element()
89 container_reference<array_type> (a), it_ (), i_ (i), d_ (), dirty_ (false) { in sparse_storage_element()
92 it = (*this) ().insert ((*this) ().end (), value_type (i_, d_)); in sparse_storage_element()
93 d_ = it->second; in sparse_storage_element()
101 it_->second = d_; in ~sparse_storage_element()
109 return d_ [i]; in operator []()
116 d_ = p.d_; in operator =()
123 d_ = d; in operator =()
130 d_ += d; in operator +=()
137 d_ -= d; in operator -=()
[all …]
/third_party/libinput/src/
Devdev.h829 #define evdev_log_debug(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) argument
830 #define evdev_log_info(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__) argument
831 #define evdev_log_error(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) argument
832 #define evdev_log_bug_kernel(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug:… argument
833 #define evdev_log_bug_libinput(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput … argument
834 #define evdev_log_bug_client(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug:… argument
836 #define evdev_log_debug_ratelimit(d_, r_, ...) \ argument
837 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
838 #define evdev_log_info_ratelimit(d_, r_, ...) \ argument
839 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
[all …]
/third_party/boringssl/src/crypto/chacha/asm/
Dchacha-x86.pl56 ($d,$d_)=("edx","edi");
96 &mov ($d_,&DWP(4*$dn,"esp")) if ($di!=$dn);
107 &mov ($d_,$d) if ($di==$dn);
114 ($d,$d_)=($d_,$d);
184 &mov ($d_,&DWP(64+4*14,"esp"));
190 &mov (&DWP(4*14,"esp"),$d_);
193 &mov ($d_,&DWP(64+4*15,"esp"));
200 &mov (&DWP(4*15,"esp"),$d_);
233 &add ($d_,&DWP(64+4*14,"esp"));
242 &xor ($d_,&DWP(4*14,$b));
[all …]
/third_party/boost/libs/spirit/classic/test/
Dchset_tests.cpp67 negated_char_parser<range<CharT> > d_(~b_); in chset_tests() local
68 chset<CharT> d(d_); in chset_tests()
99 Draw(out, a | d_, "a | d_"); in chset_tests()
100 Draw(out, d_ | a, "d_ | a"); in chset_tests()
116 Draw(out, a & d_, "a & d_"); in chset_tests()
117 Draw(out, d_ & a, "d_ & a"); in chset_tests()
137 Draw(out, a - d_, "a - d_"); in chset_tests()
138 Draw(out, d_ - a, "d_ - a"); in chset_tests()
158 Draw(out, a ^ d_, "a ^ d_"); in chset_tests()
159 Draw(out, d_ ^ a, "d_ ^ a"); in chset_tests()
/third_party/gn/src/gn/
Dheader_checker_unittest.cc24 d_(setup_.settings(), Label(SourceDir("//d/"), "d")) { in HeaderCheckerTest()
28 d_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest()
34 d_.SetToolchain(setup_.toolchain(), &err); in HeaderCheckerTest()
43 d_.visibility().SetPublic(); in HeaderCheckerTest()
45 d_.OnResolved(&err); in HeaderCheckerTest()
53 targets_.push_back(&d_); in HeaderCheckerTest()
71 Target d_; member in __anonb03483760111::HeaderCheckerTest
161 d_.sources().push_back(SourceFile(d_header)); in TEST_F()
252 z.private_deps().push_back(LabelTargetPair(&d_)); in TEST_F()
263 EXPECT_TRUE(checker->IsDependencyOf(&d_, &a_, &chain, &is_permitted)); in TEST_F()
[all …]
/third_party/boost/boost/spirit/home/classic/phoenix/
Dactor.hpp381 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_) const in operator ()()
383 return BaseT::eval(tuple<A&, B&, C&, D&>(a_, b_, c_, d_)); in operator ()()
390 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_, E& e_) const in operator ()() argument
392 return BaseT::eval(tuple<A&, B&, C&, D&, E&>(a_, b_, c_, d_, e_)); in operator ()()
404 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_ in operator ()() argument
409 (a_, b_, c_, d_, e_, f_) in operator ()()
423 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_ in operator ()() argument
428 (a_, b_, c_, d_, e_, f_, g_) in operator ()()
441 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_ in operator ()() argument
446 (a_, b_, c_, d_, e_, f_, g_, h_) in operator ()()
[all …]
Dtuples.hpp679 typename call_traits<D>::param_type d_ in tuple()
680 ): a(a_), b(b_), c(c_), d(d_) {} in tuple()
722 typename call_traits<D>::param_type d_, in tuple()
724 ): a(a_), b(b_), c(c_), d(d_), e(e_) {} in tuple()
769 typename call_traits<D>::param_type d_, in tuple()
772 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
818 typename call_traits<D>::param_type d_, in tuple()
822 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
868 typename call_traits<D>::param_type d_, in tuple()
873 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
[all …]
Dcomposite.hpp402 A const& a_, B const& b_, C const& c_, D const& d_) in composite()
403 : op(op_), a(a_), b(b_), c(c_), d(d_) {} in composite()
466 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_) in composite()
467 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_) {} in composite()
534 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
536 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
604 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
606 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
675 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
677 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
[all …]
/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp69 Direct d_; member in boost::iostreams::detail::direct_adapter_base
79 using base_type::d_;
128 Direct& operator*() { return d_; } in operator *()
129 Direct* operator->() { return &d_; } in operator ->()
167 direct_adapter_base<Direct>::direct_adapter_base(const Direct& d) : d_(d) in direct_adapter_base()
176 std::pair<char_type*, char_type*> seq = iostreams::input_sequence(d_); in init_input()
185 std::pair<char_type*, char_type*> seq = iostreams::output_sequence(d_); in init_output()
262 detail::close_all(d_); in close()
269 boost::iostreams::close(d_, which); in close()
275 { boost::iostreams::imbue(d_, loc); } in imbue()
/third_party/openssl/crypto/chacha/asm/
Dchacha-x86.pl71 ($d,$d_)=("edx","edi");
111 &mov ($d_,&DWP(4*$dn,"esp")) if ($di!=$dn);
122 &mov ($d_,$d) if ($di==$dn);
129 ($d,$d_)=($d_,$d);
200 &mov ($d_,&DWP(64+4*14,"esp"));
206 &mov (&DWP(4*14,"esp"),$d_);
209 &mov ($d_,&DWP(64+4*15,"esp"));
216 &mov (&DWP(4*15,"esp"),$d_);
249 &add ($d_,&DWP(64+4*14,"esp"));
258 &xor ($d_,&DWP(4*14,$b));
[all …]
/third_party/boost/libs/format/example/
Dsample_userType.cpp74 Rational(int n, unsigned int d) : n_(n), d_(d) {} in Rational()
79 unsigned int d_; // denominator member in Rational
85 d_ = static_cast<unsigned int>(d); in Rational()
100 oss << r.d_ ; in operator <<()
117 os << setw(n1) << r.n_ << "/" << noshowpos << setw(n2) << r.d_; in operator <<()
/third_party/boost/libs/interprocess/test/
Demplace_test.hpp33 : a_(0), b_(0), c_(0), d_(0), e_(0) in EmplaceInt()
36 : a_(a), b_(b), c_(c), d_(d), e_(e) in EmplaceInt()
40 : a_(o.a_), b_(o.b_), c_(o.c_), d_(o.d_), e_(o.e_) in EmplaceInt()
48 this->d_ = o.d_; in operator =()
58 l.d_ == r.d_ && in operator ==()
73 os << "EmplaceInt: " << v.a_ << ' ' << v.b_ << ' ' << v.c_ << ' ' << v.d_ << ' ' << v.e_; in operator <<()
79 { return this->a_ + this->b_ + this->c_ + this->d_ + this->e_; } in sum()
81 int a_, b_, c_, d_, e_; member in boost::interprocess::test::EmplaceInt
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestImportProto3.cs82 d_ = other.d_; in ImportMessage()
93 private int d_; field in Google.Protobuf.TestProtos.ImportMessage
96 get { return d_; }
98 d_ = value;
DUnittestImport.cs93 d_ = other.d_; in ImportMessage()
106 private int d_; field in Google.Protobuf.TestProtos.Proto2.ImportMessage
109 get { if ((_hasBits0 & 1) != 0) { return d_; } else { return DDefaultValue; } }
112 d_ = value;
/third_party/boost/libs/container/test/
Demplace_test.hpp31 : a_(a), b_(b), c_(c), d_(d), e_(e) in EmplaceInt()
35 : a_(o.a_), b_(o.b_), c_(o.c_), d_(o.d_), e_(o.e_) in EmplaceInt()
43 this->d_ = o.d_; in operator =()
53 l.d_ == r.d_ && in operator ==()
71 os << "EmplaceInt: " << v.a_ << ' ' << v.b_ << ' ' << v.c_ << ' ' << v.d_ << ' ' << v.e_; in operator <<()
76 { a_ = b_ = c_ = d_ = e_ = 0; } in ~EmplaceInt()
80 { return this->a_ + this->b_ + this->c_ + this->d_ + this->e_; } in sum()
82 int a_, b_, c_, d_, e_; member in boost::container::test::EmplaceInt
/third_party/boost/boost/asio/detail/
Dchrono_time_traits.hpp129 : d_(d) in posix_time_duration()
135 return d_.count(); in ticks()
176 duration_type d_; member in boost::asio::detail::chrono_time_traits::posix_time_duration
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c102 convert_value_to_##type (GstDirectControlBinding *self, gdouble s, gpointer d_) \
105 g##type *d = (g##type *)d_; \
120 abs_convert_value_to_##type (GstDirectControlBinding *self, gdouble s, gpointer d_) \
122 g##type *d = (g##type *)d_; \
145 gpointer d_) in convert_value_to_boolean() argument
147 gboolean *d = (gboolean *) d_; in convert_value_to_boolean()
167 convert_value_to_enum (GstDirectControlBinding * self, gdouble s, gpointer d_) in convert_value_to_enum() argument
172 gint *d = (gint *) d_; in convert_value_to_enum()
/third_party/boost/boost/beast/websocket/
Dstream_base.hpp55 detail::decorator d_; member in boost::beast::websocket::stream_base::decorator
78 : d_(std::forward<Decorator>(f)) in decorator()

1234