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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.tcc 574 _CharT __buf[128];
588 if (__len == sizeof(__buf) / sizeof(_CharT))
590 __str.append(__buf, sizeof(__buf) / sizeof(_CharT));
593 __buf[__len++] = _Traits::to_char_type(__c);
597 __str.append(__buf, __len);
648 _CharT __buf[128];
658 if (__len == sizeof(__buf) / sizeof(_CharT))
660 __str.append(__buf, sizeof(__buf) / sizeof(_CharT))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local
190 typename _Traits::int_type __c1 = __buf->sbumpc();
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local
190 typename _Traits::int_type __c1 = __buf->sbumpc();
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.tcc 574 _CharT __buf[128];
588 if (__len == sizeof(__buf) / sizeof(_CharT))
590 __str.append(__buf, sizeof(__buf) / sizeof(_CharT));
593 __buf[__len++] = _Traits::to_char_type(__c);
597 __str.append(__buf, __len);
648 _CharT __buf[128];
658 if (__len == sizeof(__buf) / sizeof(_CharT))
660 __str.append(__buf, sizeof(__buf) / sizeof(_CharT))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.tcc 574 _CharT __buf[128];
588 if (__len == sizeof(__buf) / sizeof(_CharT))
590 __str.append(__buf, sizeof(__buf) / sizeof(_CharT));
593 __buf[__len++] = _Traits::to_char_type(__c);
597 __str.append(__buf, __len);
648 _CharT __buf[128];
658 if (__len == sizeof(__buf) / sizeof(_CharT))
660 __str.append(__buf, sizeof(__buf) / sizeof(_CharT))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.tcc 573 _CharT __buf[128];
587 if (__len == sizeof(__buf) / sizeof(_CharT))
589 __str.append(__buf, sizeof(__buf) / sizeof(_CharT));
592 __buf[__len++] = _Traits::to_char_type(__c);
596 __str.append(__buf, __len);
647 _CharT __buf[128];
657 if (__len == sizeof(__buf) / sizeof(_CharT))
659 __str.append(__buf, sizeof(__buf) / sizeof(_CharT))
    [all...]
  /external/stlport/stlport/stl/
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
_fstream.h 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n);
71 bool _M_write(char* __buf, ptrdiff_t __n);
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); }
357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf,
360 return (__buf->_M_write(__first, __n));
390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) {
391 return __buf->_M_do_noconv_input();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
_fstream.h 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n);
71 bool _M_write(char* __buf, ptrdiff_t __n);
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); }
357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf,
360 return (__buf->_M_write(__first, __n));
390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) {
391 return __buf->_M_do_noconv_input();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 261 // __buf == 0 && __n == 0 means to make this stream unbuffered.
262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal
264 // automatically. __buf must be a pointer to an array of _CharT whose
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) {
271 if (__buf == 0 && __n == 0)
273 else if (__buf != 0 && __n > 0)
274 _M_allocate_buffers(__buf, __n);
351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos);
352 _CharT* __ibegin = __buf._M_ptr
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
deque     [all...]
  /bionic/libc/kernel/common/linux/
sem.h 60 struct seminfo __user *__buf; member in union:semun
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h 59 struct seminfo *__buf; <= buffer for IPC_INFO
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 49 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
socket.h 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n,
162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 59 struct seminfo *__buf; <= buffer for IPC_INFO
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 49 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
socket.h 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n,
162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,

Completed in 3459 milliseconds

1 2 3 4 5 6 78 91011>>