Home
last modified time | relevance | path

Searched refs:__state (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_atomic.h702 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_s… argument
704 (__i) < (__state)->num_connector; \
706 for_each_if ((__state)->connectors[__i].ptr && \
707 ((connector) = (__state)->connectors[__i].ptr, \
709 (old_connector_state) = (__state)->connectors[__i].old_state, \
710 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
724 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument
726 (__i) < (__state)->num_connector; \
728 for_each_if ((__state)->connectors[__i].ptr && \
729 ((connector) = (__state)->connectors[__i].ptr, \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_executor.tcc177 const auto& __state = _M_nfa[__i]; in _M_rep_once_more() local
184 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
192 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
207 const auto& __state = _M_nfa[__i]; in _M_handle_repeat() local
210 if (!__state._M_neg) in _M_handle_repeat()
215 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
222 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
233 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
249 const auto& __state = _M_nfa[__i]; in _M_handle_subexpr_begin() local
251 auto& __res = _M_cur_results[__state._M_subexpr]; in _M_handle_subexpr_begin()
[all …]
H A Dcodecvt.h116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
121 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
157 { return this->do_unshift(__state, __to,__to_end,__to_next); } in _GLIBCXX_VISIBILITY()
196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
201 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
214 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
216 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY()
237 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_conv.h56 _OutStr& __outstr, const _Codecvt& __cvt, _State& __state, in _GLIBCXX_VISIBILITY()
76 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
111 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
119 return __do_str_codecvt(__first, __last, __outstr, __cvt, __state, in _GLIBCXX_VISIBILITY()
130 _State __state = {}; in _GLIBCXX_VISIBILITY() local
132 return __str_codecvt_in(__first, __last, __outstr, __cvt, __state, __n); in _GLIBCXX_VISIBILITY()
142 _State __state = {}; in _GLIBCXX_VISIBILITY() local
144 return __str_codecvt_in(__first, __last, __outstr, __cvt, __state, __n) in _GLIBCXX_VISIBILITY()
154 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
162 return __do_str_codecvt(__first, __last, __outstr, __cvt, __state, in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_ios.h148 clear(iostate __state = goodbit); in _GLIBCXX_VISIBILITY()
157 setstate(iostate __state) in _GLIBCXX_VISIBILITY()
158 { this->clear(this->rdstate() | __state); } in _GLIBCXX_VISIBILITY()
164 _M_setstate(iostate __state) in _GLIBCXX_VISIBILITY()
168 _M_streambuf_state |= __state; in _GLIBCXX_VISIBILITY()
169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_executor.tcc178 const auto& __state = _M_nfa[__i]; in _M_rep_once_more() local
185 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
193 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
208 const auto& __state = _M_nfa[__i]; in _M_handle_repeat() local
211 if (!__state._M_neg) in _M_handle_repeat()
216 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
223 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
234 _M_dfs(__match_mode, __state._M_next); in _M_handle_repeat()
250 const auto& __state = _M_nfa[__i]; in _M_handle_subexpr_begin() local
252 auto& __res = _M_cur_results[__state._M_subexpr]; in _M_handle_subexpr_begin()
[all …]
H A Dcodecvt.h119 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
124 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
158 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
160 { return this->do_unshift(__state, __to,__to_end,__to_next); } in _GLIBCXX_VISIBILITY()
199 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
204 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
217 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
219 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY()
240 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
246 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_conv.h55 _OutStr& __outstr, const _Codecvt& __cvt, _State& __state, in _GLIBCXX_VISIBILITY()
75 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
110 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
118 return __do_str_codecvt(__first, __last, __outstr, __cvt, __state, in _GLIBCXX_VISIBILITY()
129 _State __state = {}; in _GLIBCXX_VISIBILITY() local
131 return __str_codecvt_in(__first, __last, __outstr, __cvt, __state, __n); in _GLIBCXX_VISIBILITY()
141 _State __state = {}; in _GLIBCXX_VISIBILITY() local
143 return __str_codecvt_in(__first, __last, __outstr, __cvt, __state, __n) in _GLIBCXX_VISIBILITY()
153 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
161 return __do_str_codecvt(__first, __last, __outstr, __cvt, __state, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.tcc692 __time_get_state &__state) const in _M_extract_via_format()
725 __state._M_have_wday = 1; in _M_extract_via_format()
740 __state._M_have_mon = 1; in _M_extract_via_format()
741 __state._M_want_xday = 1; in _M_extract_via_format()
749 __tm, __dt[0], __state); in _M_extract_via_format()
751 __state._M_want_xday = 1; in _M_extract_via_format()
759 __state._M_century = __mem; in _M_extract_via_format()
760 __state._M_have_century = 1; in _M_extract_via_format()
761 __state._M_want_xday = 1; in _M_extract_via_format()
774 __state._M_have_mday = 1; in _M_extract_via_format()
[all …]
H A Dbasic_ios.h148 clear(iostate __state = goodbit); in _GLIBCXX_VISIBILITY()
157 setstate(iostate __state) in _GLIBCXX_VISIBILITY()
158 { this->clear(this->rdstate() | __state); } in _GLIBCXX_VISIBILITY()
164 _M_setstate(iostate __state) in _GLIBCXX_VISIBILITY()
168 _M_streambuf_state |= __state; in _GLIBCXX_VISIBILITY()
169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Distream365 ios_base::iostate __state = ios_base::goodbit;
375 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __n);
380 __state |= ios_base::badbit;
381 __is.__setstate_nothrow(__state);
388 __is.setstate(__state);
474 ios_base::iostate __state = ios_base::goodbit;
485 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __temp);
488 __state |= ios_base::failbit;
493 __state |= ios_base::failbit;
504 __state |= ios_base::badbit;
[all …]
H A Dregex1337 struct __state
1364 __state()
1377 typedef _VSTD::__state<_CharT> __state;
1385 virtual void __exec(__state&) const {}
1387 virtual void __exec_split(bool, __state&) const {}
1397 typedef _VSTD::__state<_CharT> __state;
1402 virtual void __exec(__state&) const;
1407 __end_state<_CharT>::__exec(__state& __s) const
1409 __s.__do_ = __state::__end_state;
1462 typedef _VSTD::__state<_CharT> __state;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc47 do_out(state_type& __state, const intern_type* __from, in do_out() argument
53 state_type __tmp_state(__state); in do_out()
70 __to_end - __to_next, &__state, in do_out()
80 __state = __tmp_state; in do_out()
97 __tmp_state = __state; in do_out()
105 __state = __tmp_state; in do_out()
117 do_in(state_type& __state, const extern_type* __from, in do_in() argument
123 state_type __tmp_state(__state); in do_in()
142 __to_end - __to_next, &__state, in do_in()
158 __state = __tmp_state; in do_in()
[all …]
H A Dmonetary_members.cc644 mbstate_t __state; in _M_initialize_moneypunct()
648 memset(&__state, 0, sizeof(mbstate_t)); in _M_initialize_moneypunct()
650 mbsrtowcs_l(__wcs_ps, &__cpossign, __len + 1, &__state, in _M_initialize_moneypunct()
664 memset(&__state, 0, sizeof(mbstate_t)); in _M_initialize_moneypunct()
666 mbsrtowcs_l(__wcs_ps, &__cpossign, __len + 1, &__state, in _M_initialize_moneypunct()
679 memset(&__state, 0, sizeof(mbstate_t)); in _M_initialize_moneypunct()
681 mbsrtowcs_l(__wcs, &__ccurr, __len + 1, &__state, in _M_initialize_moneypunct()
803 mbstate_t __state; in _M_initialize_moneypunct()
807 memset(&__state, 0, sizeof(mbstate_t)); in _M_initialize_moneypunct()
809 mbsrtowcs_l(__wcs_ps, &__cpossign, __len + 1, &__state, in _M_initialize_moneypunct()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc47 do_out(state_type& __state, const intern_type* __from, in do_out() argument
53 state_type __tmp_state(__state); in do_out()
70 __to_end - __to_next, &__state, in do_out()
80 __state = __tmp_state; in do_out()
97 __tmp_state = __state; in do_out()
105 __state = __tmp_state; in do_out()
117 do_in(state_type& __state, const extern_type* __from, in do_in() argument
123 state_type __tmp_state(__state); in do_in()
142 __to_end - __to_next, &__state, in do_in()
158 __state = __tmp_state; in do_in()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out() argument
50 state_type __tmp_state(__state); in do_out()
71 __to_end - __to_next, &__state); in do_out()
79 __state = __tmp_state; in do_out()
96 __tmp_state = __state; in do_out()
103 __state = __tmp_state; in do_out()
119 do_in(state_type& __state, const extern_type* __from, in do_in() argument
125 state_type __tmp_state(__state); in do_in()
148 __to_end - __to_next, &__state); in do_in()
163 __state = __tmp_state; in do_in()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out() argument
50 state_type __tmp_state(__state); in do_out()
71 __to_end - __to_next, &__state); in do_out()
79 __state = __tmp_state; in do_out()
96 __tmp_state = __state; in do_out()
103 __state = __tmp_state; in do_out()
119 do_in(state_type& __state, const extern_type* __from, in do_in() argument
125 state_type __tmp_state(__state); in do_in()
148 __to_end - __to_next, &__state); in do_in()
163 __state = __tmp_state; in do_in()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.h427 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument
429 (__i) < (__state)->base.dev->mode_config.num_total_plane && \
430 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
431 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \
435 #define for_each_new_intel_plane_in_state(__state, plane, new_plane_state, __i) \ argument
437 (__i) < (__state)->base.dev->mode_config.num_total_plane && \
438 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
439 (new_plane_state) = to_intel_plane_state((__state)->base.planes[__i].new_state), 1); \
443 #define for_each_new_intel_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument
445 (__i) < (__state)->base.dev->mode_config.num_crtc && \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out() argument
52 state_type __tmp_state(__state); in do_out()
71 __state = __tmp_state; in do_out()
93 __state = __tmp_state; in do_out()
109 do_in(state_type& __state, const extern_type* __from, in do_in() argument
117 state_type __tmp_state(__state); in do_in()
144 __state = __tmp_state; in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length() argument
186 state_type __tmp_state(__state); in do_length()
208 __state = __tmp_state; in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out() argument
52 state_type __tmp_state(__state); in do_out()
71 __state = __tmp_state; in do_out()
93 __state = __tmp_state; in do_out()
109 do_in(state_type& __state, const extern_type* __from, in do_in() argument
117 state_type __tmp_state(__state); in do_in()
144 __state = __tmp_state; in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length() argument
186 state_type __tmp_state(__state); in do_length()
208 __state = __tmp_state; in do_length()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dregex.cpp262 __match_any_but_newline<char>::__exec(__state& __s) const in __exec()
270 __s.__do_ = __state::__reject; in __exec()
274 __s.__do_ = __state::__accept_and_consume; in __exec()
282 __s.__do_ = __state::__reject; in __exec()
289 __match_any_but_newline<wchar_t>::__exec(__state& __s) const in __exec()
299 __s.__do_ = __state::__reject; in __exec()
303 __s.__do_ = __state::__accept_and_consume; in __exec()
311 __s.__do_ = __state::__reject; in __exec()
H A Dbarrier.cpp30 unique_ptr<__state_t[]> __state; member in __barrier_algorithm_base
37 __state = unique_ptr<__state_t[]>(new __state_t[__count]); in __barrier_algorithm_base()
57 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
60 …else if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __half_step,… in __arrive()
66 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_state.h37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID);
43 return __atomic_compare_exchange_n(&_GLIBCXX_PROFILE_DATA(__state), in __turn()
58 { return _GLIBCXX_PROFILE_DATA(__state) == __ON; } in __is_on()
62 { return _GLIBCXX_PROFILE_DATA(__state) == __OFF; } in __is_off()
66 { return _GLIBCXX_PROFILE_DATA(__state) == __INVALID; } in __is_invalid()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
309 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
315 if (__state.good()) in _GLIBCXX_VISIBILITY()
317 const descriptor_type& __desc = __state.out_descriptor(); in _GLIBCXX_VISIBILITY()
334 int __int_bom = __state.internal_bom(); in _GLIBCXX_VISIBILITY()
378 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
382 if (__state.good()) in _GLIBCXX_VISIBILITY()
384 const descriptor_type& __desc = __state.in_descriptor(); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY()
309 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY()
315 if (__state.good()) in _GLIBCXX_VISIBILITY()
317 const descriptor_type& __desc = __state.out_descriptor(); in _GLIBCXX_VISIBILITY()
334 int __int_bom = __state.internal_bom(); in _GLIBCXX_VISIBILITY()
378 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
382 if (__state.good()) in _GLIBCXX_VISIBILITY()
384 const descriptor_type& __desc = __state.in_descriptor(); in _GLIBCXX_VISIBILITY()
[all …]

123