Searched refs:__j (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/libc++/src/
H A Dvalarray.cpp39 for (size_t __j = __i + 1; __j != __indices.size(); ++__j)
40 __1d_[__k] -= __stride_[__j] * (__size_[__j] - 1);
H A Ddebug.cpp415 __libcpp_db::__less_than_comparable(const void* __i, const void* __j) const
421 __i_node* j = __find_iterator(__j);
/freebsd-11.0-release/contrib/libstdc++/config/locale/gnu/
H A Dnumeric_members.cc61 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j)
62 _M_data->_M_atoms_in[__j] = __num_base::_S_atoms_in[__j];
116 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j)
117 _M_data->_M_atoms_in[__j] =
118 static_cast<wchar_t>(__num_base::_S_atoms_in[__j]);
[all...]
H A Dctype_members.cc289 for (size_t __j = 0;
290 __j < sizeof(_M_widen) / sizeof(wint_t); ++__j)
291 _M_widen[__j] = btowc(__j);
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dvalarray-inst.cc85 for (size_t __j = 0; __j < __z; ++__j)
94 __i[__j] = __a;
H A Dlocale.cc263 for (size_t __j = 0; __j < _M_facets_size; ++__j)
265 _M_caches[__j] = __imp._M_caches[__j];
266 if (_M_caches[__j])
267 _M_caches[__j]->_M_add_reference();
343 for (size_t __j = 0; __j < _M_facets_size; ++__j)
[all...]
H A Dlocalename.cc98 for (size_t __j = 0; __j < __i; ++__j)
100 __str += _S_categories[__j];
193 for (size_t __j = 0; __j < _M_facets_size; ++__j)
194 _M_caches[__j] = 0;
H A Dmt_allocator.cc178 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); local
179 _M_binmap = static_cast<_Binmap_type*>(::operator new(__j));
475 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); local
476 _M_binmap = static_cast<_Binmap_type*>(::operator new(__j));
668 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); local
669 _M_binmap = static_cast<_Binmap_type*>(::operator new(__j));
H A Dlocale_init.cc376 for (size_t __j = 1; __j < _S_categories_size; ++__j)
377 _M_names[__j] = 0;
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dvalarray_array.h248 for (size_t __j = 0; __j < __n; ++__j, ++__i)
320 for (size_t __j = 0; __j < __n; ++__j, ++__b, ++__i)
330 for (size_t __j = 0; __j < __n; ++__j, ++__a, ++__i)
335 // another indexed array __dst[<__j>]
338 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, const size_t* __restrict__ __i, _Tp* __restrict__ __dst, const size_t* __restrict__ __j) argument
503 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i, _Array<_Tp> __dst, _Array<size_t> __j) argument
[all...]
H A Dstl_tree.h1000 iterator __j = iterator(__y); local
1003 if (__j == begin())
1006 --__j;
1008 if (_M_impl._M_key_compare(_S_key(__j._M_node), _KeyOfValue()(__v)))
1010 return pair<iterator, bool>(__j, false);
1400 iterator __j = iterator(__y); local
1401 return (__j == end()
1403 _S_key(__j._M_node))) ? end() : __j;
1422 const_iterator __j local
[all...]
H A Dstl_list.h959 iterator __j = __i; local
960 ++__j;
961 if (__position == __i || __position == __j)
967 this->_M_transfer(__position, __i, __j);
H A Dstl_algo.h1866 for (_Distance __j = 0; __j < __l / __d; __j++)
1880 for (_Distance __j = 0; __j < __k / __d - 1; __j ++)
5020 _BidirectionalIterator __j = __last; local
5021 while (!(*__i < *--__j))
5023 std::iter_swap(__i, __j);
5077 _BidirectionalIterator __j local
5131 _BidirectionalIterator __j = __last; local
5188 _BidirectionalIterator __j = __last; local
[all...]
H A Dboost_concept_check.h436 *__i = *__j; // require dereference and assignment
438 _Tp __i, __j;
542 __n = __i - __j; // require difference operator
546 _Tp __i, __j;
H A Dlocale_facets.h126 for (int __j = 0; __j < __len; __j++, ++__s)
127 *__s = __ws[__j];
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c247 unsigned int __j; \
249 for (__j = 0; __j < hist_len; __j++) { \
250 sum[__j] += h[__j]; \
/freebsd-11.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h146 div(long __i, long __j) { return ldiv(__i, __j); }
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h704 // For b[i] = b[__j];
706 operator=(const reference& __j) argument
708 if ((*(__j._M_wp) & _Base::_S_maskbit(__j._M_bpos)))
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h179 int __j = __curr_depth + 1 - int(_S_path_cache_len); local
181 if (__j < 0) __j = 0;
182 while (__j <= __curr_depth)
183 __x._M_path_end[++__i] = __path[__j++];

Completed in 109 milliseconds