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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
476 if (!__builtin_constant_p (__len))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
480 if (__len > __bos (__dst) / sizeof (wchar_t))
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
484 return __mbsrtowcs_alias (__dst, __src, __len, __ps);
490 size_t __len, mbstate_t *__restrict __ps
    [all...]
  /external/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
string_conversions.h 91 const int __len = __convf(__s, __n, __fmt, __args); local
95 return _String(__s, __s + __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 91 const int __len = __convf(__s, __n, __fmt, __args); local
95 return _String(__s, __s + __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 91 const int __len = __convf(__s, __n, __fmt, __args); local
95 return _String(__s, __s + __len);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_hash.h 36 size_t __len = __s.size(); local
38 for ( size_t __i = 0; __i < __len; ++__i)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 91 const int __len = __convf(__s, __n, __fmt, __args); local
95 return _String(__s, __s + __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 91 const int __len = __convf(__s, __n, __fmt, __args); local
95 return _String(__s, __s + __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
305 _Distance __len, _Tp __value, _Compare __comp)
309 while (__secondChild < (__len - 1) / 2)
318 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
402 const _DistanceType __len = __last - __first; local
403 _DistanceType __parent = (__len - 2) / 2
442 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
305 _Distance __len, _Tp __value, _Compare __comp)
309 while (__secondChild < (__len - 1) / 2)
318 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
402 const _DistanceType __len = __last - __first; local
403 _DistanceType __parent = (__len - 2) / 2
442 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]

Completed in 741 milliseconds

1 2 3 4 5 6 7 891011>>