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

/freebsd-11-stable/contrib/libstdc++/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...]
/freebsd-11-stable/contrib/libstdc++/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...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h120 out(state_type& __state, const intern_type* __from, argument
125 return this->do_out(__state, __from, __from_end, __from_next,
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
161 { return this->do_unshift(__state, __to,__to_end,__to_next); }
200 in(state_type& __state, const extern_type* __from, argument
205 return this->do_in(__state, __from, __from_end, __from_next,
218 length(state_type& __state, const extern_type* __from, argument
220 { return this->do_length(__state, __from, __end, __max); }
241 do_out(state_type& __state, const intern_type* __from,
247 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.h4540 __codecvt_type::state_type __state;
4542 //initialize_state(__state._M_init());
4548 __cvt.out(__state, __msg, __msg + __len, __from_next,
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h84 uint32_t __state[2]; member in struct:bman_depletion
91 c->__state[0] = c->__state[1] = 0;
95 c->__state[0] = c->__state[1] = (uint32_t)~0;
99 return (int)(c->__state[__bmdep_word(bpid)] & __bmdep_bit(bpid));
103 c->__state[__bmdep_word(bpid)] |= __bmdep_bit(bpid);
107 c->__state[__bmdep_word(bpid)] &= ~__bmdep_bit(bpid);
H A Dbm_portal.c227 tmp.__state[i] &= p_BmPortal->pools[0].__state[i];
228 if (tmp.__state[i] == p_BmPortal->pools[1].__state[i])
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dregex.cpp262 __match_any_but_newline<char>::__exec(__state& __s) const
270 __s.__do_ = __state::__reject;
274 __s.__do_ = __state::__accept_and_consume;
282 __s.__do_ = __state::__reject;
289 __match_any_but_newline<wchar_t>::__exec(__state& __s) const
299 __s.__do_ = __state::__reject;
303 __s.__do_ = __state::__accept_and_consume;
311 __s.__do_ = __state::__reject;
H A Dfuture.cpp178 future<void>::future(__assoc_sub_state* __state) argument
179 : __state_(__state)
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h267 do_out(state_type& __state, const intern_type* __from,
273 do_unshift(state_type& __state, extern_type* __to,
277 do_in(state_type& __state, const extern_type* __from,
314 do_out(state_type& __state, const intern_type* __from, argument
320 if (__state.good())
322 const descriptor_type& __desc = __state.out_descriptor();
339 int __int_bom = __state.internal_bom();
383 do_unshift(state_type& __state, extern_type* __to, argument
387 if (__state.good())
389 const descriptor_type& __desc = __state
418 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...]
/freebsd-11-stable/lib/libstdthreads/
H A Dthreads.h49 int __state; member in struct:__anon6913
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1236 std::ios_base::iostate __state = std::ios_base::goodbit; local
1254 __state |= std::ios_base::eofbit;
1267 __state |= std::ios_base::failbit;
1278 __state |= std::ios_base::failbit;
1281 if (__state)
1282 __is.setstate(__state);
H A Dstd_fstream.h364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_thread_db.h344 td_thr_state_e __state, int __ti_pri,
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h819 volatile uint32_t __state[8]; member in struct:qm_mc_result::__anon8282::qm_mcr_querycongestion::__qm_mcr_querycongestion
892 return (int)(p->__state[__CGR_WORD(cgr)] & (0x80000000 >> __CGR_SHIFT(cgr)));
937 c->q.__state[__CGR_WORD(num)] |= (0x80000000 >> __CGR_SHIFT(num));
941 c->q.__state[__CGR_WORD(num)] &= ~(0x80000000 >> __CGR_SHIFT(num));
H A Dqm_portal_fqr.c533 tmp.q.__state[i] = p_Mcr->querycongestion.state.__state[i];
535 tmp.q.__state[i] &= p_QmPortal->cgrs[0].q.__state[i];
537 tmp.q.__state[i] ^= p_QmPortal->cgrs[1].q.__state[i];
539 p_QmPortal->cgrs[1].q.__state[i] = p_Mcr->querycongestion.state.__state[i];
548 if(tmp.q.__state[i] & mask)
1346 if(p_QmPortal->cgrs[0].q.__state[cgI
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h4911 uint8_t __state /* The state of the connection */; member in struct:tstorm_toe_ag_context
4913 uint8_t __state /* The state of the connection */;
5306 uint8_t __state /* The state of the connection */; member in struct:ustorm_toe_ag_context
5308 uint8_t __state /* The state of the connection */;
5554 uint8_t __state /* The state of the connection */; member in struct:xstorm_fcoe_ag_context
5556 uint8_t __state /* The state of the connection */;
6402 uint8_t __state /* The state of the connection */; member in struct:xstorm_toe_ag_context
6404 uint8_t __state /* The state of the connection */;

Completed in 675 milliseconds