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

1 23 4 5 6 7 8 91011>>

  /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) {}
_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/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) {}
_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/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) {}
_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/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...]
  /external/stlport/stlport/stl/
_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/
_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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
239 struct stat *__restrict __buf, int __flag)
244 struct stat *__restrict __buf,
253 struct stat64 *__restrict __buf, int __flag)
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
239 struct stat *__restrict __buf, int __flag)
244 struct stat *__restrict __buf,
253 struct stat64 *__restrict __buf, int __flag)
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
239 struct stat *__restrict __buf, int __flag)
244 struct stat *__restrict __buf,
253 struct stat64 *__restrict __buf, int __flag)
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /development/ndk/platforms/android-3/include/linux/
sem.h 53 struct seminfo __user *__buf; member in union:semun
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sem.h 53 struct seminfo __user *__buf; member in union:semun
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sem.h 53 struct seminfo __user *__buf; member in union:semun
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
sem.h 53 struct seminfo __user *__buf; member in union:semun

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>