HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 526 - 550 of 883) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 262 _M_put(const _CharT* __ws, streamsize __len)
265 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
stl_bvector.h 950 const size_type __len = std::distance(__first, __last); local
951 if (__len < size())
1009 const size_type __len = size() + std::max(size(), __n); local
1010 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 269 _M_put(const _CharT* __ws, streamsize __len)
272 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
stl_bvector.h 967 const size_type __len = std::distance(__first, __last); local
968 if (__len < size())
1026 const size_type __len = size() + std::max(size(), __n); local
1027 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 281 _M_put(const _CharT* __ws, streamsize __len)
284 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
stl_bvector.h 992 const size_type __len = std::distance(__first, __last);
993 if (__len < size())
1051 const size_type __len = size() + std::max(size(), __n);
1052 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 269 _M_put(const _CharT* __ws, streamsize __len)
272 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 281 _M_put(const _CharT* __ws, streamsize __len)
284 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 279 _M_put(const _CharT* __ws, streamsize __len)
282 && __builtin_expect(this->_M_sbuf->sputn(__ws, __len) != __len,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 47 size_t mbsrtowcs_l(wchar_t *__dest, const char **__src, size_t __len,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 66 size_t mbsrtowcs_l(wchar_t *__dest, const char **__src, size_t __len,
70 __dest, __src, __len, __ps);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 954 const size_type __len = std::distance(__first, __last); local
955 if (__len < size())
1013 const size_type __len = size() + std::max(size(), __n); local
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 967 const size_type __len = std::distance(__first, __last); local
968 if (__len < size())
1026 const size_type __len = size() + std::max(size(), __n); local
1027 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 246 _DistanceType __len = __last - __first; local
250 while (__len > 0)
252 __half = __len >> 1;
259 __len = __len - __half - 1;
262 __len = __half;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 967 const size_type __len = std::distance(__first, __last); local
968 if (__len < size())
1026 const size_type __len = size() + std::max(size(), __n); local
1027 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 246 _DistanceType __len = __last - __first; local
250 while (__len > 0)
252 __half = __len >> 1;
259 __len = __len - __half - 1;
262 __len = __half;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 954 const size_type __len = std::distance(__first, __last); local
955 if (__len < size())
1013 const size_type __len = size() + std::max(size(), __n); local
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 954 const size_type __len = std::distance(__first, __last); local
955 if (__len < size())
1013 const size_type __len = size() + std::max(size(), __n); local
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 954 const size_type __len = std::distance(__first, __last); local
955 if (__len < size())
1013 const size_type __len = size() + std::max(size(), __n); local
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 246 _DistanceType __len = __last - __first; local
250 while (__len > 0)
252 __half = __len >> 1;
259 __len = __len - __half - 1;
262 __len = __half;

Completed in 314 milliseconds

<<21222324252627282930>>