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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 277 __off64_t *__offout, size_t __len,
281 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
286 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
290 __off64_t __len),
298 __off64_t __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 277 __off64_t *__offout, size_t __len,
281 extern ssize_t tee (int __fdin, int __fdout, size_t __len,
286 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
290 __off64_t __len),
298 __off64_t __len);
  /external/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_heap.h 50 _Distance __len, _Tp __val);
69 _Distance __len, _Tp __val, _Compare __comp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
socket.h 115 extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
120 socklen_t *__restrict __len) __THROW;
129 extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
134 socklen_t *__restrict __len) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
socket.h 115 extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
120 socklen_t *__restrict __len) __THROW;
129 extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
134 socklen_t *__restrict __len) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 95 const int __len = __convf(__s, __n, __fmt, __args); local
99 return _String(__s, __s + __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 95 const int __len = __convf(__s, __n, __fmt, __args); local
99 return _String(__s, __s + __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
string_conversions.h 95 const int __len = __convf(__s, __n, __fmt, __args); local
99 return _String(__s, __s + __len);

Completed in 3944 milliseconds

1 2 3 4 5 6 7 8 91011>>