HomeSort by relevance Sort by last modified time
    Searched full:__buf (Results 126 - 150 of 303) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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();
  /bionic/libc/kernel/common/linux/
sem.h 60 struct seminfo __user *__buf; member in union:semun
  /external/stlport/stlport/stl/
_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/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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 59 struct seminfo *__buf; <= buffer for IPC_INFO
  /prebuilts/gcc/linux-x86/host/x86_64-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/x86_64-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,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
363 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
368 struct random_data *__restrict __buf)
372 struct random_data *__restrict __buf)
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
758 int *__restrict __sign, char *__restrict __buf,
761 int *__restrict __sign, char *__restrict __buf,
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
363 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
368 struct random_data *__restrict __buf)
372 struct random_data *__restrict __buf)
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
758 int *__restrict __sign, char *__restrict __buf,
761 int *__restrict __sign, char *__restrict __buf,
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 360 extern int random_r (struct random_data *__restrict __buf,
363 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
368 struct random_data *__restrict __buf)
372 struct random_data *__restrict __buf)
739 extern char *gcvt (double __value, int __ndigit, char *__buf)
751 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
758 int *__restrict __sign, char *__restrict __buf,
761 int *__restrict __sign, char *__restrict __buf,
766 char *__restrict __buf, size_t __len)
770 char *__restrict __buf, size_t __len
    [all...]

Completed in 844 milliseconds

1 2 3 4 56 7 8 91011>>