| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | codecvt.h | 76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef 116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY() 196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 214 length(state_type& __state, const extern_type* __from, 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() 247 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 259 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| D | locale_conv.h | 174 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 198 wstring_convert(_Codecvt* __pcvt, state_type __state) in _GLIBCXX_VISIBILITY() 251 _M_state = state_type(); in _GLIBCXX_VISIBILITY() 287 _M_state = state_type(); in _GLIBCXX_VISIBILITY() 304 state_type state() const { return _M_state; } in _GLIBCXX_VISIBILITY() 310 state_type _M_state = state_type(); in _GLIBCXX_VISIBILITY() 326 typedef typename _Codecvt::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 338 state_type __state = state_type()) in _GLIBCXX_VISIBILITY() 373 state_type state() const noexcept { return _M_state; } in _GLIBCXX_VISIBILITY() 529 state_type _M_state; in _GLIBCXX_VISIBILITY()
|
| D | char_traits.h | 67 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef 93 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 283 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() 396 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() 516 typedef mbstate_t state_type; 613 typedef mbstate_t state_type;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | codecvt.h | 77 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef 117 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY() 197 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 215 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 238 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 244 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY() 248 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 260 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 285 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| D | char_traits.h | 65 typedef std::mbstate_t state_type; in _GLIBCXX_VISIBILITY() typedef 91 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 241 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() 312 typedef mbstate_t state_type; in _GLIBCXX_VISIBILITY() 391 typedef mbstate_t state_type; 484 typedef mbstate_t state_type;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | codecvt.cc | 740 do_out(state_type&, in do_out() argument 756 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument 765 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument 793 do_length(state_type&, const extern_type* __from, in do_length() argument 817 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument 832 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument 841 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument 864 do_length(state_type&, const extern_type* __from, in do_length() argument 886 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument 901 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() argument [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef 215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY() 241 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef 242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY() 249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY() 253 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY() 262 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() [all …]
|
| D | enc_filebuf.h | 47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY() 59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
|
| D | pod_char_traits.h | 53 typedef _St state_type; in _GLIBCXX_VISIBILITY() typedef 101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY() 102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 214 typedef encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef 215 typedef typename std::fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY() 240 typedef __gnu_cxx::encoding_state state_type; in _GLIBCXX_VISIBILITY() typedef 241 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY() 248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY() 252 codecvt(state_type& __enc, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) in _GLIBCXX_VISIBILITY() 261 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 267 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY() 271 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() [all …]
|
| D | enc_filebuf.h | 47 typedef typename traits_type::state_type state_type; in _GLIBCXX_VISIBILITY() typedef 50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY() 59 __glibcxx_class_requires(state_type, _SGIAssignableConcept) in _GLIBCXX_VISIBILITY()
|
| D | pod_char_traits.h | 54 typedef S state_type; in _GLIBCXX_VISIBILITY() typedef 100 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY() 101 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
| D | codecvt_members.cc | 45 do_out(state_type& __state, const intern_type* __from, in do_out() 53 state_type __tmp_state(__state); in do_out() 110 do_in(state_type& __state, const extern_type* __from, in do_in() 118 state_type __tmp_state(__state); in do_in() 183 do_length(state_type& __state, const extern_type* __from, in do_length() 187 state_type __tmp_state(__state); in do_length()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | codecvt.cc | 56 do_out(state_type&, const intern_type* __from, in do_out() argument 71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument 80 do_in(state_type&, const extern_type* __from, in do_in() argument 104 do_length (state_type&, const extern_type* __from, in do_length() argument 136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | codecvt.cc | 56 do_out(state_type&, const intern_type* __from, in do_out() argument 71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument 80 do_in(state_type&, const extern_type* __from, in do_in() argument 104 do_length (state_type&, const extern_type* __from, in do_length() argument 136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
| D | codecvt_members.cc | 45 do_out(state_type& __state, const intern_type* __from, in do_out() 51 state_type __tmp_state(__state); in do_out() 116 do_in(state_type& __state, const extern_type* __from, in do_in() 122 state_type __tmp_state(__state); in do_in() 219 do_length(state_type& __state, const extern_type* __from, in do_length() 223 state_type __tmp_state(__state); in do_length()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | codecvt | 97 typedef mbstate_t state_type; \ 107 do_out(state_type& __state, const intern_type* __from, \ 113 do_unshift(state_type& __state, \ 118 do_in(state_type& __state, \ 131 int do_length(state_type&, const extern_type* __from, \
|
| D | fstream | 74 * - traits_type::pos_type must be fpos<traits_type::state_type> 76 * - traits_type::state_type must be Assignable and DefaultConstructible, 77 * - traits_type::state_type() must be the initial state for codecvt. 88 static_assert(__chk_state<typename _Traits::state_type>::value, 89 "state_type must be CopyAssignable, CopyConstructible" 93 fpos<typename _Traits::state_type>>::value, 94 "pos_type must be fpos<state_type>"); 107 typedef typename traits_type::state_type __state_type;
|
| /dragonfly/contrib/flex/src/ |
| HD | nfa.c | 338 switch (state_type[mach]) { in mark_beginning_as_normal() 344 state_type[mach] = STATE_NORMAL; in mark_beginning_as_normal() 611 state_type = in mkstate() 612 reallocate_integer_array (state_type, current_mns); in mkstate() 623 state_type[lastnfa] = current_state_type; in mkstate()
|
| HD | main.c | 76 int *accptnum, *assoc_rule, *state_type; variable 1735 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
|
| HD | flexdef.h | 468 extern int *accptnum, *assoc_rule, *state_type;
|
| HD | dfa.c | 103 int type = state_type[ns]; in check_trailing_context()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | fstream | 64 // traits_type::pos_type must be fpos<traits_type::state_type> 66 // traits_type::state_type must be Assignable and DefaultConstructible, 67 // and traits_type::state_type() must be the initial state for codecvt. 82 typedef typename traits_type::state_type __state_type;
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_mci.c | 1335 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) in ar9300_mci_state() argument 1340 switch (state_type) { in ar9300_mci_state() 1399 else if (state_type == HAL_MCI_STATE_NEXT_GPM_OFFSET) { in ar9300_mci_state()
|
| HD | ar9300.h | 1670 extern u_int32_t ar9300_mci_state (struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data);
|