Home
last modified time | relevance | path

Searched defs:__d (Results 1 – 25 of 34) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/include/__condition_variable/
Dcondition_variable.h96 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast()
117 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast()
176 …ondition_variable::wait_for(unique_lock<mutex>& __lk, const chrono::duration<_Rep, _Period>& __d) { in wait_for()
204 condition_variable::wait_for(unique_lock<mutex>& __lk, const chrono::duration<_Rep, _Period>& __d, … in wait_for()
214 nanoseconds __d = __tp.time_since_epoch(); in __do_timed_wait() local
/external/liburing/src/arch/aarch64/
Dsyscall.h52 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ argument
62 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
74 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dshuffle.h103 difference_type __d = __last - __first; in random_shuffle() local
127 difference_type __d = __last - __first; in random_shuffle() local
149 difference_type __d = __last - __first; in __shuffle() local
Drotate.h130 const difference_type __d = _Ops::distance(__p2, __last); in __rotate_gcd() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/
Dunique_lock.h58 _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) in unique_lock()
136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for()
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/
Dyear_month_day.h75 year_month_day year_month_day::__from_days(days __d) noexcept in __from_days()
201 constexpr chrono::day __d[] = in day() local
Dtime_point.h49 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) :… in time_point()
Dhh_mm_ss.h59 _LIBCPP_HIDE_FROM_ABI constexpr explicit hh_mm_ss(_Duration __d) noexcept : in hh_mm_ss()
Dyear_month_weekday.h80 year_month_weekday year_month_weekday::__from_days(days __d) noexcept in __from_days()
/external/compiler-rt/lib/builtins/
Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3()
/external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/
Dcommon.h99 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __double_to_bits(const double __d) { in __double_to_bits()
/external/clang/test/CodeGenCXX/
Ddebug-info-template-partial-specialization.cpp27 unique_ptr(pointer __p, _Dp __d) {} in unique_ptr()
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dbinomial_distribution.h121 inline _LIBCPP_INLINE_VISIBILITY double __libcpp_lgamma(double __d) { in __libcpp_lgamma()
Ddiscrete_distribution.h167 double __d = (__xmax - __xmin) / __nw; in param_type() local
Dpiecewise_constant_distribution.h273 result_type __d = (__xmax - __xmin) / __n; in param_type() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dsubrange.h208 auto __d = __n - ranges::advance(__begin_, __n, __end_); in advance() local
/external/cronet/buildtools/third_party/libc++/trunk/src/ryu/
Dd2s.cpp524 const uint32_t __d = __output2 % 10000; in __to_chars() local
600 const uint32_t __d = __output2 % 10000; in __to_chars() local
Dd2fixed.cpp234 …nodiscard]] to_chars_result __d2fixed_buffered_n(char* _First, char* const _Last, const double __d, in __d2fixed_buffered_n()
424 [[nodiscard]] to_chars_result __d2exp_buffered_n(char* _First, char* const _Last, const double __d, in __d2exp_buffered_n()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dshared_ptr.h234 __shared_ptr_pointer(_Tp __p, _Dp __d, _Alloc __a) in __shared_ptr_pointer()

12