HomeSort by relevance Sort by last modified time
    Searched refs:__len (Results 351 - 375 of 598) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 885 _DistanceType __len = std::distance(__first, __last); local
889 while (__len > 0)
891 __half = __len >> 1;
898 __len = __len - __half - 1;
901 __len = __half;
2471 _DistanceType __len = std::distance(__first, __last); local
2524 _DistanceType __len = std::distance(__first, __last); local
2571 _DistanceType __len = std::distance(__first, __last); local
2624 _DistanceType __len = std::distance(__first, __last); local
2679 _DistanceType __len = std::distance(__first, __last); local
2746 _DistanceType __len = std::distance(__first, __last); local
3350 const _Distance __len = __last - __first; local
3374 const _Distance __len = __last - __first; local
3398 const _Distance __len = (__last - __first + 1) \/ 2; local
3426 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 885 _DistanceType __len = std::distance(__first, __last); local
889 while (__len > 0)
891 __half = __len >> 1;
898 __len = __len - __half - 1;
901 __len = __half;
2471 _DistanceType __len = std::distance(__first, __last); local
2524 _DistanceType __len = std::distance(__first, __last); local
2571 _DistanceType __len = std::distance(__first, __last); local
2624 _DistanceType __len = std::distance(__first, __last); local
2679 _DistanceType __len = std::distance(__first, __last); local
2746 _DistanceType __len = std::distance(__first, __last); local
3350 const _Distance __len = __last - __first; local
3374 const _Distance __len = __last - __first; local
3398 const _Distance __len = (__last - __first + 1) \/ 2; local
3426 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 885 _DistanceType __len = std::distance(__first, __last); local
889 while (__len > 0)
891 __half = __len >> 1;
898 __len = __len - __half - 1;
901 __len = __half;
2471 _DistanceType __len = std::distance(__first, __last); local
2524 _DistanceType __len = std::distance(__first, __last); local
2571 _DistanceType __len = std::distance(__first, __last); local
2624 _DistanceType __len = std::distance(__first, __last); local
2679 _DistanceType __len = std::distance(__first, __last); local
2746 _DistanceType __len = std::distance(__first, __last); local
3350 const _Distance __len = __last - __first; local
3374 const _Distance __len = __last - __first; local
3398 const _Distance __len = (__last - __first + 1) \/ 2; local
3426 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 321 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
323 for (; __len; --__len, ++__first)
860 _DistanceType __len = std::distance(__first, __last); local
864 while (__len > 0)
866 __half = __len >> 1;
873 __len = __len - __half - 1;
876 __len = __half;
2465 _DistanceType __len = std::distance(__first, __last); local
2510 _DistanceType __len = std::distance(__first, __last); local
2561 _DistanceType __len = std::distance(__first, __last); local
2614 _DistanceType __len = std::distance(__first, __last); local
2680 _DistanceType __len = std::distance(__first, __last); local
3411 const _Distance __len = __last - __first; local
3435 const _Distance __len = __last - __first; local
3459 const _Distance __len = (__last - __first + 1) \/ 2; local
3487 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 321 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
323 for (; __len; --__len, ++__first)
860 _DistanceType __len = std::distance(__first, __last); local
864 while (__len > 0)
866 __half = __len >> 1;
873 __len = __len - __half - 1;
876 __len = __half;
2465 _DistanceType __len = std::distance(__first, __last); local
2510 _DistanceType __len = std::distance(__first, __last); local
2561 _DistanceType __len = std::distance(__first, __last); local
2614 _DistanceType __len = std::distance(__first, __last); local
2680 _DistanceType __len = std::distance(__first, __last); local
3411 const _Distance __len = __last - __first; local
3435 const _Distance __len = __last - __first; local
3459 const _Distance __len = (__last - __first + 1) \/ 2; local
3487 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /external/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 112 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
114 __s._M_put(__ws, __len);
122 __write(_OutIter __s, const _CharT* __ws, int __len)
124 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
116 __s._M_put(__ws, __len);
124 __write(_OutIter __s, const _CharT* __ws, int __len)
126 for (int __j = 0; __j < __len; __j++, ++__s)
    [all...]

Completed in 4217 milliseconds

<<11121314151617181920>>