| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_atomic.h | 702 #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 …]
|
| H A D | drm_dp_mst_helper.h | 919 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument 920 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 921 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 936 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument 937 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 938 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 954 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument 955 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 956 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | regex_executor.tcc | 177 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 D | codecvt.h | 116 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 D | locale_conv.h | 56 _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 D | basic_ios.h | 148 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | regex_executor.tcc | 177 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 D | codecvt.h | 116 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 D | locale_conv.h | 56 _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 D | basic_ios.h | 148 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_global_state.h | 32 #define for_each_new_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 34 (__i) < (__state)->num_global_objs && \ 35 ((obj) = (__state)->global_objs[__i].ptr, \ 36 (new_obj_state) = (__state)->global_objs[__i].new_state, 1); \ 40 #define for_each_old_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 42 (__i) < (__state)->num_global_objs && \ 43 ((obj) = (__state)->global_objs[__i].ptr, \ 44 (new_obj_state) = (__state)->global_objs[__i].old_state, 1); \ 48 #define for_each_oldnew_global_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument 50 (__i) < (__state)->num_global_objs && \ [all …]
|
| H A D | intel_display.h | 418 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument 420 (__i) < (__state)->base.dev->mode_config.num_total_plane && \ 421 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \ 422 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \ 426 #define for_each_new_intel_plane_in_state(__state, plane, new_plane_state, __i) \ argument 428 (__i) < (__state)->base.dev->mode_config.num_total_plane && \ 429 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \ 430 (new_plane_state) = to_intel_plane_state((__state)->base.planes[__i].new_state), 1); \ 434 #define for_each_new_intel_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument 436 (__i) < (__state)->base.dev->mode_config.num_crtc && \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | argp.h | 114 struct argp_state *__state); 394 __state); 456 extern void argp_state_help (const struct argp_state *__restrict __state, 459 extern void __argp_state_help (const struct argp_state *__restrict __state, 464 extern void argp_usage (const struct argp_state *__state); 465 extern void __argp_usage (const struct argp_state *__state); 470 extern void argp_error (const struct argp_state *__restrict __state, 473 extern void __argp_error (const struct argp_state *__restrict __state, 485 extern void argp_failure (const struct argp_state *__restrict __state, 489 extern void __argp_failure (const struct argp_state *__restrict __state, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | argp.h | 114 struct argp_state *__state); 394 __state); 456 extern void argp_state_help (const struct argp_state *__restrict __state, 459 extern void __argp_state_help (const struct argp_state *__restrict __state, 464 extern void argp_usage (const struct argp_state *__state); 465 extern void __argp_usage (const struct argp_state *__state); 470 extern void argp_error (const struct argp_state *__restrict __state, 473 extern void __argp_error (const struct argp_state *__restrict __state, 485 extern void argp_failure (const struct argp_state *__restrict __state, 489 extern void __argp_failure (const struct argp_state *__restrict __state, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv090x_priv.h | 37 #define STV090x_READ_DEMOD(__state, __reg) (( \ argument 38 (__state)->demod == STV090x_DEMODULATOR_1) ? \ 39 stv090x_read_reg(__state, STV090x_P2_##__reg) : \ 40 stv090x_read_reg(__state, STV090x_P1_##__reg)) 42 #define STV090x_WRITE_DEMOD(__state, __reg, __data) (( \ argument 43 (__state)->demod == STV090x_DEMODULATOR_1) ? \ 44 stv090x_write_reg(__state, STV090x_P2_##__reg, __data) :\ 45 stv090x_write_reg(__state, STV090x_P1_##__reg, __data)) 47 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument 48 (__state->demod) == STV090x_DEMODULATOR_1) ? \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | codecvt_specializations.h | 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() 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 …]
|
| H A D | enc_filebuf.h | 50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY() 52 { this->_M_state_beg = __state; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | codecvt_specializations.h | 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() 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 …]
|
| H A D | enc_filebuf.h | 50 enc_filebuf(state_type& __state) in _GLIBCXX_VISIBILITY() 52 { this->_M_state_beg = __state; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/package/argp-standalone/ |
| H A D | 0001-throw-in-funcdef.patch | 32 -__argp_usage (__const struct argp_state *__state) __THROW 33 +__argp_usage (__const struct argp_state *__state) 35 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); 59 -__argp_usage (__const struct argp_state *__state) __THROW 60 +__argp_usage (__const struct argp_state *__state) 62 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | regex | 1317 struct __state 1344 __state() 1357 typedef _VSTD::__state<_CharT> __state; 1365 virtual void __exec(__state&) const {} 1367 virtual void __exec_split(bool, __state&) const {} 1377 typedef _VSTD::__state<_CharT> __state; 1382 virtual void __exec(__state&) const; 1387 __end_state<_CharT>::__exec(__state& __s) const 1389 __s.__do_ = __state::__end_state; 1442 typedef _VSTD::__state<_CharT> __state; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | regex | 1317 struct __state 1344 __state() 1357 typedef _VSTD::__state<_CharT> __state; 1365 virtual void __exec(__state&) const {} 1367 virtual void __exec_split(bool, __state&) const {} 1377 typedef _VSTD::__state<_CharT> __state; 1382 virtual void __exec(__state&) const; 1387 __end_state<_CharT>::__exec(__state& __s) const 1389 __s.__do_ = __state::__end_state; 1442 typedef _VSTD::__state<_CharT> __state; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/argp-standalone/files/ |
| H A D | 0001-throw-in-funcdef.patch | 37 -__argp_usage (__const struct argp_state *__state) __THROW 38 +__argp_usage (__const struct argp_state *__state) 40 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); 64 -__argp_usage (__const struct argp_state *__state) __THROW 65 +__argp_usage (__const struct argp_state *__state) 67 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset.tcc | 220 typename __ios_base::iostate __state = __ios_base::goodbit; in operator >>() local 233 __state |= __ios_base::eofbit; in operator >>() 247 __state |= __ios_base::failbit; in operator >>() 267 __state |= __ios_base::failbit; in operator >>() 271 if (__state) in operator >>() 272 __is.setstate(__state); in operator >>()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset.tcc | 220 typename __ios_base::iostate __state = __ios_base::goodbit; in operator >>() local 233 __state |= __ios_base::eofbit; in operator >>() 247 __state |= __ios_base::failbit; in operator >>() 267 __state |= __ios_base::failbit; in operator >>() 271 if (__state) in operator >>() 272 __is.setstate(__state); in operator >>()
|