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

1 2 3 4 56 7 8 91011

  /external/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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();
_monetary.c 150 string_type __buf; local
151 back_insert_iterator<string_type> __out_ite(__buf);
253 __digits = __buf;
265 __digits += __buf;
282 string_type __buf; local
284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0);
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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();
_monetary.c 150 string_type __buf; local
151 back_insert_iterator<string_type> __out_ite(__buf);
253 __digits = __buf;
265 __digits += __buf;
282 string_type __buf; local
284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0);
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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/6/sources/cxx-stl/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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/8/sources/cxx-stl/stlport/stlport/stl/
_ios.c 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) {
50 _M_streambuf = __buf;
_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/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...]
argz.h 80 __const char *__restrict __buf, size_t _buf_len)
84 __const char *__restrict __buf, size_t __buf_len)
  /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...]
argz.h 80 __const char *__restrict __buf, size_t _buf_len)
84 __const char *__restrict __buf, size_t __buf_len)
  /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 158 milliseconds

1 2 3 4 56 7 8 91011