Searched refs:__state (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_state.h45 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
49 return (_GLIBCXX_PROFILE_DATA(__state)
50 == __sync_val_compare_and_swap(&_GLIBCXX_PROFILE_DATA(__state),
61 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; }
64 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; }
67 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc43 do_out(state_type& __state, const intern_type* __from, argument
51 state_type __tmp_state(__state);
70 __state = __tmp_state;
92 __state = __tmp_state;
108 do_in(state_type& __state, const extern_type* __from, argument
114 // This temporary state object is neccessary so __state won't be modified
116 state_type __tmp_state(__state);
143 __state = __tmp_state;
181 do_length(state_type& __state, const extern_type* __from, argument
185 state_type __tmp_state(__state);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, argument
52 state_type __tmp_state(__state);
71 __state = __tmp_state;
93 __state = __tmp_state;
109 do_in(state_type& __state, const extern_type* __from, argument
115 // This temporary state object is neccessary so __state won't be modified
117 state_type __tmp_state(__state);
144 __state = __tmp_state;
182 do_length(state_type& __state, const extern_type* __from, argument
186 state_type __tmp_state(__state);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Denc_filebuf.h48 enc_filebuf(state_type& __state) argument
50 { this->_M_state_beg = __state; }
H A Dcodecvt_specializations.h255 do_out(state_type& __state, const intern_type* __from,
261 do_unshift(state_type& __state, extern_type* __to,
265 do_in(state_type& __state, const extern_type* __from,
302 do_out(state_type& __state, const intern_type* __from, argument
308 if (__state.good())
310 const descriptor_type& __desc = __state.out_descriptor();
327 int __int_bom = __state.internal_bom();
371 do_unshift(state_type& __state, extern_type* __to, argument
375 if (__state.good())
377 const descriptor_type& __desc = __state
406 do_in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc43 do_out(state_type& __state, const intern_type* __from, argument
49 state_type __tmp_state(__state);
70 __to_end - __to_next, &__state);
78 __state = __tmp_state;
95 __tmp_state = __state;
102 __state = __tmp_state;
118 do_in(state_type& __state, const extern_type* __from, argument
124 state_type __tmp_state(__state);
147 __to_end - __to_next, &__state);
162 __state
233 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
H A Dmonetary_members.cc641 mbstate_t __state; local
645 memset(&__state, 0, sizeof(mbstate_t));
647 mbsrtowcs(__wcs_ps, &__cpossign, __len + 1, &__state);
660 memset(&__state, 0, sizeof(mbstate_t));
662 mbsrtowcs(__wcs_ns, &__cnegsign, __len + 1, &__state);
674 memset(&__state, 0, sizeof(mbstate_t));
676 mbsrtowcs(__wcs, &__ccurr, __len + 1, &__state);
824 mbstate_t __state; local
828 memset(&__state, 0, sizeof(mbstate_t));
830 mbsrtowcs(__wcs_ps, &__cpossign, __len + 1, &__state);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, argument
51 state_type __tmp_state(__state);
72 __to_end - __to_next, &__state);
80 __state = __tmp_state;
97 __tmp_state = __state;
104 __state = __tmp_state;
120 do_in(state_type& __state, const extern_type* __from, argument
126 state_type __tmp_state(__state);
149 __to_end - __to_next, &__state);
164 __state
235 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
H A Dmonetary_members.cc408 mbstate_t __state; local
413 memset(&__state, 0, sizeof(mbstate_t));
415 mbsrtowcs(__wcs_ps, &__cpossign, __len, &__state);
428 memset(&__state, 0, sizeof(mbstate_t));
430 mbsrtowcs(__wcs_ns, &__cnegsign, __len, &__state);
442 memset(&__state, 0, sizeof(mbstate_t));
444 mbsrtowcs(__wcs, &__ccurr, __len, &__state);
550 mbstate_t __state; local
556 memset(&__state, 0, sizeof(mbstate_t));
558 mbsrtowcs(__wcs_ps, &__cpossign, __len, &__state);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h115 out(state_type& __state, const intern_type* __from, argument
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from, argument
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from, argument
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_typ
[all...]
H A Dbasic_ios.h138 clear(iostate __state = goodbit);
147 setstate(iostate __state) argument
148 { this->clear(this->rdstate() | __state); }
154 _M_setstate(iostate __state) argument
158 _M_streambuf_state |= __state;
159 if (this->exceptions() & __state)
H A Dlocale_facets_nonio.h1864 __codecvt_type::state_type __state;
1866 //initialize_state(__state._M_init());
1872 __cvt.out(__state, __msg, __msg + __len, __from_next,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dcodecvt.h118 out(state_type& __state, const intern_type* __from, argument
123 return this->do_out(__state, __from, __from_end, __from_next,
157 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
159 { return this->do_unshift(__state, __to,__to_end,__to_next); }
198 in(state_type& __state, const extern_type* __from, argument
203 return this->do_in(__state, __from, __from_end, __from_next,
216 length(state_type& __state, const extern_type* __from, argument
218 { return this->do_length(__state, __from, __end, __max); }
239 do_out(state_type& __state, const intern_type* __from,
245 do_unshift(state_type& __state, extern_typ
[all...]
H A Dbasic_ios.h134 clear(iostate __state = goodbit);
143 setstate(iostate __state) argument
144 { this->clear(this->rdstate() | __state); }
150 _M_setstate(iostate __state) argument
154 _M_streambuf_state |= __state;
155 if (this->exceptions() & __state)
H A Dlocale_facets.h4433 __codecvt_type::state_type __state;
4435 //initialize_state(__state._M_init());
4441 __cvt.out(__state, __msg, __msg + __len, __from_next,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h255 do_out(state_type& __state, const intern_type* __from,
261 do_unshift(state_type& __state, extern_type* __to,
265 do_in(state_type& __state, const extern_type* __from,
302 do_out(state_type& __state, const intern_type* __from, argument
308 if (__state.good())
310 const descriptor_type& __desc = __state.out_descriptor();
327 int __int_bom = __state.internal_bom();
371 do_unshift(state_type& __state, extern_type* __to, argument
375 if (__state.good())
377 const descriptor_type& __desc = __state
406 do_in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr39204.c46 __mbstate_t __state; member in struct:__anon6122
50 __mbstate_t __state; member in struct:__anon6123
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c526 #define CLEANUP_MILTER_SET_REASON(__state, __reason) do { \
527 if ((__state)->reason) \
528 myfree((__state)->reason); \
529 (__state)->reason = mystrdup(__reason); \
530 if ((__state)->smtp_reply) { \
531 myfree((__state)->smtp_reply); \
532 (__state)->smtp_reply = 0; \
536 #define CLEANUP_MILTER_SET_SMTP_REPLY(__state, __smtp_reply) do { \
537 if ((__state)->reason) \
538 myfree((__state)
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dtime.h178 typedef struct __state *timezone_t;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disv.c133 #define state_and_input(__state, __retrace) \
134 (((__state) << 1) | ((__retrace) ? 1 : 0))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_bitset.h1234 std::ios_base::iostate __state = std::ios_base::goodbit; local
1252 __state |= std::ios_base::eofbit;
1265 __state |= std::ios_base::failbit;
1276 __state |= std::ios_base::failbit;
1279 if (__state)
1280 __is.setstate(__state);
H A Dstd_fstream.h342 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_thread_db.h346 td_thr_state_e __state, int __ti_pri,
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dlocaltime.c121 struct __state { struct
569 struct __state ts;

Completed in 239 milliseconds