Searched refs:__sb (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dstreambuf_iterator.h344 streambuf_type* __sb = __first._M_sbuf; local
345 int_type __c = __sb->sgetc();
348 const streamsize __n = __sb->egptr() - __sb->gptr();
351 traits_type::copy(__result, __sb->gptr(), __n);
352 __sb->__safe_gbump(__n);
354 __c = __sb->underflow();
359 __c = __sb->snextc();
380 streambuf_type* __sb = __first._M_sbuf; local
381 int_type __c = __sb
[all...]
H A Dbasic_ios.h264 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) argument
267 { this->init(__sb); }
320 * @param __sb The new stream buffer.
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
466 init(basic_streambuf<_CharT, _Traits>* __sb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dstreambuf_iterator.h334 streambuf_type* __sb = __first._M_sbuf; local
335 int_type __c = __sb->sgetc();
338 const streamsize __n = __sb->egptr() - __sb->gptr();
341 traits_type::copy(__result, __sb->gptr(), __n);
342 __sb->__safe_gbump(__n);
344 __c = __sb->underflow();
349 __c = __sb->snextc();
370 streambuf_type* __sb = __first._M_sbuf; local
371 int_type __c = __sb
[all...]
H A Dbasic_ios.h262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) argument
265 { this->init(__sb); }
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
464 init(basic_streambuf<_CharT, _Traits>* __sb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dstreambuf_iterator.h332 streambuf_type* __sb = __first._M_sbuf; local
333 int_type __c = __sb->sgetc();
336 const streamsize __n = __sb->egptr() - __sb->gptr();
339 traits_type::copy(__result, __sb->gptr(), __n);
340 __sb->gbump(__n);
342 __c = __sb->underflow();
347 __c = __sb->snextc();
368 streambuf_type* __sb = __first._M_sbuf; local
369 int_type __c = __sb
[all...]
H A Dbasic_ios.h260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) argument
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dstreambuf_iterator.h332 streambuf_type* __sb = __first._M_sbuf; local
333 int_type __c = __sb->sgetc();
336 const streamsize __n = __sb->egptr() - __sb->gptr();
339 traits_type::copy(__result, __sb->gptr(), __n);
340 __sb->gbump(__n);
342 __c = __sb->underflow();
347 __c = __sb->snextc();
368 streambuf_type* __sb = __first._M_sbuf; local
369 int_type __c = __sb
[all...]
H A Dbasic_ios.h260 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) argument
263 { this->init(__sb); }
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
462 init(basic_streambuf<_CharT, _Traits>* __sb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dfile_table.c403 #define do_file_list_for_each_entry(__sb, __file) \
408 list = per_cpu_ptr((__sb)->s_files, i); \
417 #define do_file_list_for_each_entry(__sb, __file) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dfile_table.c403 #define do_file_list_for_each_entry(__sb, __file) \
408 list = per_cpu_ptr((__sb)->s_files, i); \
417 #define do_file_list_for_each_entry(__sb, __file) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A Dlogfs.h643 struct super_block *__sb = sb; \
644 logfs_crash_dump(__sb); \
645 logfs_super(__sb)->s_flags |= LOGFS_SB_FLAG_RO; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A Dlogfs.h643 struct super_block *__sb = sb; \
644 logfs_crash_dump(__sb); \
645 logfs_super(__sb)->s_flags |= LOGFS_SB_FLAG_RO; \

Completed in 203 milliseconds