Searched refs:__out (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h46 __ostream_write(basic_ostream<_CharT, _Traits>& __out, argument
52 const streamsize __put = __out.rdbuf()->sputn(__s, __n);
54 __out.setstate(__ios_base::badbit);
59 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) argument
64 const _CharT __c = __out.fill();
67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
70 __out.setstate(__ios_base::badbit);
78 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, argument
84 typename __ostream_type::sentry __cerb(__out);
89 const streamsize __w = __out
[all...]
H A Dstl_algobase.h399 const bool __out = __is_normal_iterator<_OutputIterator>::__value; local
400 return std::__copy_normal<__in, __out>::__copy_n(__first, __last,
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_ostream.h453 operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c) argument
454 { return __ostream_insert(__out, &__c, 1); }
458 operator<<(basic_ostream<_CharT, _Traits>& __out, char __c) argument
459 { return (__out << __out.widen(__c)); }
464 operator<<(basic_ostream<char, _Traits>& __out, char __c) argument
465 { return __ostream_insert(__out, &__c, 1); }
470 operator<<(basic_ostream<char, _Traits>& __out, signed char __c) argument
471 { return (__out << static_cast<char>(__c)); }
475 operator<<(basic_ostream<char, _Traits>& __out, unsigne argument
495 operator <<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s) argument
512 operator <<(basic_ostream<char, _Traits>& __out, const char* __s) argument
525 operator <<(basic_ostream<char, _Traits>& __out, const signed char* __s) argument
530 operator <<(basic_ostream<char, _Traits>& __out, const unsigned char* __s) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.h63 __convert_from_v(const __c_locale&, char* __out, argument
80 const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
82 const int __ret = std::vsprintf(__out, __fmt, __args);
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Dsiena_impl.h111 __out size_t *sizep);
151 __out siena_mc_dynamic_config_hdr_t **dcfgp,
152 __out size_t *sizep);
170 __out size_t *sizep);
176 __out uint32_t *subtypep,
183 __out size_t *pref_chunkp);
215 __out uint16_t version[4]);
228 __out size_t *sizep);
267 __out efx_vpd_value_t *evvp,
297 __out efx_link_mode_
[all...]
H A Defx_sram.c176 __out efx_qword_t *eqp)
191 __out efx_qword_t *eqp)
205 __out efx_qword_t *eqp)
218 __out efx_qword_t *eqp)
231 __out efx_qword_t *eqp)
252 __out efx_qword_t *eqp)
H A Defx.h56 __out efx_family_t *efp);
61 __out efx_family_t *efp);
233 __out boolean_t *fatalp,
234 __out uint32_t *maskp);
240 __out boolean_t *fatalp);
364 __out boolean_t *mac_upp);
378 __out unsigned int *fcntl_wantedp,
379 __out unsigned int *fcntl_linkp);
626 __out efx_link_mode_t *link_modep);
656 __out uint32_
[all...]
H A Defx_phy.c400 __out uint32_t *maskp)
462 __out uint32_t *maskp)
475 __out uint32_t *ouip)
489 __out efx_phy_media_type_t *typep)
612 __out uint32_t *valp)
681 __out efx_phy_bist_result_t *resultp,
H A Defx_nvram.c143 __out size_t *sizep)
168 __out uint32_t *subtypep,
332 __out uint16_t version[4])
H A Defx_vpd.c140 __out size_t *sizep)
288 __out efx_vpd_value_t *evvp,
336 __out efx_vpd_tag_t *tagp,
337 __out uint16_t *lengthp)
421 __out efx_vpd_keyword_t *keywordp,
422 __out uint8_t *lengthp)
458 __out size_t *lengthp)
637 __out efx_vpd_tag_t *tagp,
638 __out efx_vpd_keyword_t *keywordp,
715 __out unsigne
[all...]
H A Defx_intr.c242 __out boolean_t *fatalp,
243 __out uint32_t *qmaskp)
270 __out boolean_t *fatalp)
H A Dsiena_mon.c159 __out efx_mon_stat_t *idp,
160 __out efx_mon_stat_value_t *valuep)
H A Dsiena_nvram.c43 __out size_t *sizep)
425 __out size_t *sizep)
459 __out siena_mc_dynamic_config_hdr_t **dcfgp,
460 __out size_t *sizep)
587 __out uint32_t *subtypep)
631 __out uint32_t *subtypep,
722 __out size_t *chunk_sizep)
855 __out uint16_t version[4])
H A Dsiena_phy.c38 __out uint32_t *maskp)
73 __out efx_link_mode_t *link_modep,
74 __out unsigned int *fcntlp)
112 __out efx_link_mode_t *link_modep)
192 __out siena_link_state_t *slsp)
428 __out uint32_t *ouip)
607 __out uint32_t *valp)
700 __out efx_phy_bist_result_t *resultp,
H A Defx_impl.h665 __out size_t *lengthp);
685 __out unsigned int *payloadp,
686 __out uint8_t *paylenp);
692 __out efx_vpd_tag_t *tagp,
693 __out efx_vpd_keyword_t *keyword,
H A Defx_mac.c278 __out boolean_t *mac_upp)
376 __out unsigned int *fcntl_wantedp,
377 __out unsigned int *fcntl_linkp)
H A Dsiena_vpd.c44 __out size_t *sizep)
202 __out size_t *sizep)
488 __out efx_vpd_value_t *evvp,
H A Defx_port.c99 __out efx_link_mode_t *link_modep)
H A Defx_wol.c106 __out uint32_t *filter_idp)
265 __out uint32_t *filter_idp)
H A Defx_bootcfg.c67 __out size_t *usedp)
H A Defx_nic.c39 __out efx_family_t *efp)
73 __out efx_family_t *efp)
H A Dsiena_mac.c38 __out efx_link_mode_t *link_modep)
65 __out boolean_t *mac_upp)
H A Defx_filter.c263 __out efx_oword_t *filter,
414 __out int *filter_index,
415 __out int *depth_required)
H A Defsys.h183 #define __out macro
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.h77 char* __out,
94 const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
96 const int __ret = std::vsprintf(__out, __fmt, __args);
76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)), char* __out, const int __size __attribute__ ((__unused__)), const char* __fmt, ...) argument

Completed in 144 milliseconds

12