| /external/cronet/buildtools/third_party/libc++/trunk/include/__random/ |
| D | seed_seq.h | 107 result_type __r = 1664525 * _Tp(__first[0] ^ __first[__p] in generate() local 132 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local 149 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local 166 … result_type __r = 1566083941 * _Tp(__first[__kmodn] + __first[__kpmodn] + __first[__k1modn]); in generate() local
|
| D | clamp_to_integral.h | 44 _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | formatter_floating_point.h | 58 to_chars_result __r = _VSTD::to_chars(__first, __last, __value); in __to_buffer() local 65 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt); in __to_buffer() local 72 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt, __precision); in __to_buffer() local
|
| D | formatter_integral.h | 91 string __r; in __determine_grouping() local 156 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __base); in __to_buffer() local
|
| D | parser_std_format_spec.h | 61 __format::__parse_number_result __r = __format::__parse_arg_id(__begin, __end, __parse_ctx); in __parse_arg_id() local 483 …__format::__parse_number_result __r = __format_spec::__parse_arg_id(++__begin, __end, __parse_ctx); in __parse_width() local 493 __format::__parse_number_result __r = __format::__parse_number(__begin, __end); in __parse_width() local 521 __format::__parse_number_result __r = __format::__parse_number(__begin, __end); in __parse_precision() local
|
| D | formatter_output.h | 198 auto __r = __grouping.rbegin(); in __write_using_decimal_separators() local 406 to_chars_result __r = std::to_chars(std::begin(__buffer), std::end(__buffer), __value, 16); in __write_escaped_code_unit() local
|
| D | format_string.h | 78 __parse_number_result<_Iterator> __r = __format::__parse_number(__begin, __end); in __parse_manual() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | comp_ref_type.h | 32 bool __r = __comp_(__x, __y); in operator() local 42 bool __r = __comp_(__x, __y); in operator() local
|
| D | sample.h | 46 _Distance __r = uniform_int_distribution<_Distance>(0, __k)(__g); in __sample() local 64 _Distance __r = uniform_int_distribution<_Distance>(0, --__unsampled_sz)(__g); in __sample() local
|
| D | three_way_comp_ref_type.h | 32 auto __r = __comp_(__x, __y); in operator() local
|
| D | partial_sort_copy.h | 41 _RandomAccessIterator __r = __result_first; in __partial_sort_copy() local
|
| D | sort.h | 51 unsigned __r = 0; in __sort3() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__string/ |
| D | char_traits.h | 126 char_type* __r = __s1; in move() local 147 char_type* __r = __s1; in copy() local 155 char_type* __r = __s; in assign() local
|
| /external/libcxx/test/support/ |
| D | constexpr_char_traits.hpp | 102 char_type* __r = __s1; in move() local 123 char_type* __r = __s1; in copy() local 133 char_type* __r = __s; in assign() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | std_stream.h | 134 codecvt_base::result __r; in __getchar() local 277 codecvt_base::result __r; in overflow() local 330 codecvt_base::result __r; in sync() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__functional/ |
| D | hash.h | 42 _Size __r; in __loadword() local
|
| /external/libcxx/benchmarks/ |
| D | unordered_set_operations.bench.cpp | 21 _Size __r; in loadword() local 84 const uint32_t __r = 24; in operator ()() local
|
| /external/clang/test/PCH/ |
| D | cxx-variadic-templates.h | 16 shared_ptr<_Tp> __r; in allocate_shared() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/benchmarks/ |
| D | unordered_set_operations.bench.cpp | 21 _Size __r; in loadword() local 84 const uint32_t __r = 24; in operator ()() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/ |
| D | from_chars_integral.h | 46 auto __r = __f(__neg ? __first + 1 : __first, __last, __x, __args...); in __sign_combinator() local 116 auto __r = __f(__p, __last, __value, __args...); in __subject_seq_combinator() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
| D | lazy_split_view.h | 92 constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_Range&& __r, range_value_t<_Range> __e) in lazy_split_view()
|
| D | owning_view.h | 42 _LIBCPP_HIDE_FROM_ABI constexpr owning_view(_Rp&& __r) : __r_(std::move(__r)) {} in owning_view()
|
| /external/clang/test/Analysis/Inputs/ |
| D | system-header-simulator-cxx-std-suppression.h | 125 shared_ptr(shared_ptr&& __r) { } in shared_ptr() function
|
| /external/OpenCL-CTS/test_conformance/integer_ops/ |
| D | test_popcount.cpp | 27 #define __popcnt(x, __T, __n, __r) \ argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/ |
| D | d2s_intrinsics.h | 232 const uint32_t __r = static_cast<uint32_t>(__value) - 5 * static_cast<uint32_t>(__q); in __pow5Factor() local
|