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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 155 operator()(size_t __start_pos, size_t __len,
254 append(value_type* __s, size_t __len)
256 if (__len + _M_buf_count <= _Buf_sz)
259 for (size_t __j = 0; __j < __len; __i++, __j++)
261 _M_buf_count += __len;
264 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
273 write(value_type* __s, size_t __len)
275 append(__s, __len);
319 operator()(const _CharT* __buffer, size_t __len) = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rope 157 operator()(size_t __start_pos, size_t __len,
256 append(value_type* __s, size_t __len)
258 if (__len + _M_buf_count <= _Buf_sz)
261 for (size_t __j = 0; __j < __len; __i++, __j++)
263 _M_buf_count += __len;
266 _M_prefix->append(__s, __s + __len);
270 append(__s, __len);
275 write(value_type* __s, size_t __len)
277 append(__s, __len);
321 operator()(const _CharT* __buffer, size_t __len) = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rope 156 operator()(size_t __start_pos, size_t __len,
255 append(value_type* __s, size_t __len)
257 if (__len + _M_buf_count <= _Buf_sz)
260 for (size_t __j = 0; __j < __len; __i++, __j++)
262 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
269 append(__s, __len);
274 write(value_type* __s, size_t __len)
276 append(__s, __len);
320 operator()(const _CharT* __buffer, size_t __len) = 0
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
fstream.tcc 568 streamsize __len;
571 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s),
573 if (__len == -1)
576 if (__len == 0)
579 __n -= __len;
580 __ret += __len;
584 __s += __len;
592 else if (__len == 0)
  /prebuilts/ndk/5/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...]
fstream.tcc 568 streamsize __len;
571 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s),
573 if (__len == -1)
576 if (__len == 0)
579 __n -= __len;
580 __ret += __len;
584 __s += __len;
592 else if (__len == 0)
  /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...]
fstream.tcc 568 streamsize __len;
571 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s),
573 if (__len == -1)
576 if (__len == 0)
579 __n -= __len;
580 __ret += __len;
584 __s += __len;
592 else if (__len == 0)
  /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...]
  /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...]
  /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...]
  /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 319 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
321 for (; __len; --__len, ++__first)
858 _DistanceType __len = std::distance(__first, __last); local
862 while (__len > 0)
864 __half = __len >> 1;
871 __len = __len - __half - 1;
874 __len = __half;
2463 _DistanceType __len = std::distance(__first, __last); local
2508 _DistanceType __len = std::distance(__first, __last); local
2559 _DistanceType __len = std::distance(__first, __last); local
2612 _DistanceType __len = std::distance(__first, __last); local
2678 _DistanceType __len = std::distance(__first, __last); local
3409 const _Distance __len = __last - __first; local
3433 const _Distance __len = __last - __first; local
3457 const _Distance __len = (__last - __first + 1) \/ 2; local
3485 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /external/compiler-rt/SDKs/linux/usr/include/sys/
mman.h 44 extern int mprotect (void *__addr, size_t __len, int __prot)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socket.h 111 extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
116 socklen_t *__restrict __len) __THROW;
125 extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
130 socklen_t *__restrict __len) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 111 extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
116 socklen_t *__restrict __len) __THROW;
125 extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
130 socklen_t *__restrict __len) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 111 extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
116 socklen_t *__restrict __len) __THROW;
125 extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
130 socklen_t *__restrict __len) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
fstream.tcc 597 streamsize __len;
600 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s),
602 if (__len == -1)
605 if (__len == 0)
608 __n -= __len;
609 __ret += __len;
613 __s += __len;
621 else if (__len == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
fstream.tcc 597 streamsize __len;
600 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s),
602 if (__len == -1)
605 if (__len == 0)
608 __n -= __len;
609 __ret += __len;
613 __s += __len;
621 else if (__len == 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]

Completed in 1058 milliseconds

<<11121314151617181920>>