HomeSort by relevance Sort by last modified time
    Searched full:__buf (Results 51 - 75 of 416) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
inet.h 60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
_num_get.c 368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end,
393 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus);
397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits,
400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits);
404 __buf.push_back('.');
406 __digits_after_dot = __copy_digits(__in_ite, __end, __buf, __digits);
414 __buf.push_back('e');
416 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus);
417 __ok = __copy_digits(__in_ite, __end, __buf, __digits);
433 __iostring __buf ; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
_num_get.c 368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end,
393 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus);
397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits,
400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits);
404 __buf.push_back('.');
406 __digits_after_dot = __copy_digits(__in_ite, __end, __buf, __digits);
414 __buf.push_back('e');
416 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus);
417 __ok = __copy_digits(__in_ite, __end, __buf, __digits);
433 __iostring __buf ; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 962 string __buf;
963 __buf.resize(__buf.capacity());
964 char* __a = &__buf[0];
971 if (__a_end - __a == __buf.size())
973 size_t __tmp = __buf.size();
974 __buf.resize(2*__buf.size());
975 __buf.resize(__buf.capacity())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc 259 char* __buf = new char[__blen];
261 __builtin_memcpy(__buf, _M_ext_next, __remainder);
264 _M_ext_buf = __buf;
479 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
485 __iend, __buf, __buf + __blen, __bend);
488 __blen = __bend - __buf;
492 __buf = reinterpret_cast<char*>(__ibuf);
499 __elen = _M_file.xsputn(__buf, __blen);
508 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 259 char* __buf = new char[__blen];
261 __builtin_memcpy(__buf, _M_ext_next, __remainder);
264 _M_ext_buf = __buf;
479 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
485 __iend, __buf, __buf + __blen, __bend);
488 __blen = __bend - __buf;
492 __buf = reinterpret_cast<char*>(__ibuf);
499 __elen = _M_file.xsputn(__buf, __blen);
508 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 259 char* __buf = new char[__blen];
261 __builtin_memcpy(__buf, _M_ext_next, __remainder);
264 _M_ext_buf = __buf;
479 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
485 __iend, __buf, __buf + __blen, __bend);
488 __blen = __bend - __buf;
492 __buf = reinterpret_cast<char*>(__ibuf);
499 __elen = _M_file.xsputn(__buf, __blen);
508 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 259 char* __buf = new char[__blen];
261 __builtin_memcpy(__buf, _M_ext_next, __remainder);
264 _M_ext_buf = __buf;
479 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
485 __iend, __buf, __buf + __blen, __bend);
488 __blen = __bend - __buf;
492 __buf = reinterpret_cast<char*>(__ibuf);
499 __elen = _M_file.xsputn(__buf, __blen);
508 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
fstream.tcc 259 char* __buf = new char[__blen];
261 __builtin_memcpy(__buf, _M_ext_next, __remainder);
264 _M_ext_buf = __buf;
479 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
485 __iend, __buf, __buf + __blen, __bend);
488 __blen = __bend - __buf;
492 __buf = reinterpret_cast<char*>(__ibuf);
499 __elen = _M_file.xsputn(__buf, __blen);
508 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc 268 char* __buf = new char[__blen];
270 __builtin_memcpy(__buf, _M_ext_next, __remainder);
273 _M_ext_buf = __buf;
503 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
509 __iend, __buf, __buf + __blen, __bend);
512 __blen = __bend - __buf;
516 __buf = reinterpret_cast<char*>(__ibuf);
523 __elen = _M_file.xsputn(__buf, __blen);
532 __iresume + __rlen, __iend, __buf,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
fstream.tcc 266 char* __buf = new char[__blen];
268 __builtin_memcpy(__buf, _M_ext_next, __remainder);
271 _M_ext_buf = __buf;
501 char* __buf = static_cast<char*>(__builtin_alloca(__blen));
507 __iend, __buf, __buf + __blen, __bend);
510 __blen = __bend - __buf;
514 __buf = reinterpret_cast<char*>(__ibuf);
521 __elen = _M_file.xsputn(__buf, __blen);
530 __iresume + __rlen, __iend, __buf,
    [all...]

Completed in 2538 milliseconds

1 23 4 5 6 7 8 91011>>