| /external/cronet/buildtools/third_party/libc++/trunk/include/__random/ |
| D | mersenne_twister_engine.h | 402 const size_t __j = (__i_ + 1) % __n; in operator() local 428 size_t __j = _VSTD::min(_Np - __x.__i_, _Np - __y.__i_); variable 438 size_t __j = _Np - __y.__i_; variable 448 size_t __j = _Np - __x.__i_; variable 487 for (size_t __j = __x.__i_ + 1; __j < _Np; ++__j) variable 489 for (size_t __j = 0; __j < __x.__i_; ++__j) variable
|
| D | subtract_with_carry_engine.h | 264 size_t __j = _VSTD::min(_Rp - __x.__i_, _Rp - __y.__i_); variable 274 size_t __j = _Rp - __y.__i_; variable 284 size_t __j = _Rp - __x.__i_; variable 317 for (size_t __j = __x.__i_ + 1; __j < _Rp; ++__j) variable 319 for (size_t __j = 0; __j < __x.__i_; ++__j) variable
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | nth_element.h | 30 __nth_element_find_guard(_RandomAccessIterator& __i, _RandomAccessIterator& __j, in __nth_element_find_guard() 87 _RandomAccessIterator __j = __lm1; in __nth_element() local
|
| D | ranges_find_first_of.h | 43 for (auto __j = __first2; __j != __last2; ++__j) { in __find_first_of_impl() local
|
| D | prev_permutation.h | 44 _BidirectionalIterator __j = __last_iter; in __prev_permutation() local
|
| D | next_permutation.h | 43 _BidirectionalIterator __j = __last_iter; in __next_permutation() local
|
| D | find_first_of.h | 31 for (_ForwardIterator2 __j = __first2; __j != __last2; ++__j) in __find_first_of_ce() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__functional/ |
| D | boyer_moore_searcher.h | 169 difference_type __j = __pattern_length_; in __search() local 221 const size_t __j = __count - __scratch[__i]; in __build_suffix_table() local 300 difference_type __j = __pattern_length_; in __search() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ryu/ |
| D | d2fixed.cpp | 91 …ne uint32_t __mulShift_mod1e9(const uint64_t __m, const uint64_t* const __mul, const int32_t __j) { in __mulShift_mod1e9() 279 const uint32_t __j = __p10bits - __e2; in __d2fixed_buffered_n() local 335 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2fixed_buffered_n() local 475 const uint32_t __j = __p10bits - __e2; in __d2exp_buffered_n() local 518 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2exp_buffered_n() local
|
| D | d2s.cpp | 95 …BI inline uint64_t __mulShift(const uint64_t __m, const uint64_t* const __mul, const int32_t __j) { in __mulShift() 108 …I inline uint64_t __mulShiftAll(const uint64_t __m, const uint64_t* const __mul, const int32_t __j, in __mulShiftAll() 241 const int32_t __j = static_cast<int32_t>(__q) - __k; in __d2d() local
|
| D | f2s.cpp | 142 …BI inline uint32_t __mulPow5InvDivPow2(const uint32_t __m, const uint32_t __q, const int32_t __j) { in __mulPow5InvDivPow2() 146 …M_ABI inline uint32_t __mulPow5divPow2(const uint32_t __m, const uint32_t __i, const int32_t __j) { in __mulPow5divPow2() 215 int32_t __j = static_cast<int32_t>(__q) - __k; in __f2d() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | valarray.cpp | 42 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() local
|
| /external/libcxx/src/ |
| D | valarray.cpp | 39 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
| D | iota_view.h | 80 requires(_Iter __i, const _Iter __j, const _IotaDiffT<_Iter> __n) { in requires()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
| D | concepts.h | 177 requires(_Ip __i, const _Ip __j, const iter_difference_t<_Ip> __n) { in requires()
|