| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | assign_50.hpp | 9 …_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro… 12 , do_assign(proto::_, proto::_state)
|
| H A D | assign_40.hpp | 9 …_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro… 12 , do_assign(proto::_, proto::_state)
|
| H A D | assign_30.hpp | 9 …_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro… 12 , do_assign(proto::_, proto::_state)
|
| H A D | assign_20.hpp | 9 …_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro… 12 , do_assign(proto::_, proto::_state)
|
| H A D | assign_10.hpp | 9 …_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro… 12 , do_assign(proto::_, proto::_state)
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/ |
| H A D | adv748x.h | 99 #define is_afe_enabled(_state) \ argument 100 ((_state)->endpoints[ADV748X_PORT_AIN0] != NULL || \ 101 (_state)->endpoints[ADV748X_PORT_AIN1] != NULL || \ 102 (_state)->endpoints[ADV748X_PORT_AIN2] != NULL || \ 103 (_state)->endpoints[ADV748X_PORT_AIN3] != NULL || \ 104 (_state)->endpoints[ADV748X_PORT_AIN4] != NULL || \ 105 (_state)->endpoints[ADV748X_PORT_AIN5] != NULL || \ 106 (_state)->endpoints[ADV748X_PORT_AIN6] != NULL || \ 107 (_state)->endpoints[ADV748X_PORT_AIN7] != NULL) 108 #define is_hdmi_enabled(_state) ((_state)->endpoints[ADV748X_PORT_HDMI] != NULL) argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 554 self._state = self.ST_NORMAL 581 while self._state: 585 elif self._state not in (self.ST_OP, self.ST_QUOTED, self.ST_HEREDOC): 593 if self._state==self.ST_NORMAL: 595 elif self._state==self.ST_COMMENT: 597 elif self._state==self.ST_OP: 599 elif self._state==self.ST_QUOTED: 601 elif self._state==self.ST_HEREDOC: 604 assert False, "Unknown state " + str(self._state) 618 self._state = self.ST_QUOTED [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 190 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (bfa_sm_t)(_state)) argument 193 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument 220 #define bfa_fsm_set_state(_fsm, _state) do { \ argument 221 (_fsm)->fsm = (bfa_fsm_t)(_state); \ 222 _state ## _entry(_fsm); \ 227 #define bfa_fsm_cmp_state(_fsm, _state) \ argument 228 ((_fsm)->fsm == (bfa_fsm_t)(_state))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_cs.h | 43 #define bfa_fsm_set_state(_fsm, _state) do { \ argument 44 (_fsm)->fsm = (bfa_fsm_t)(_state); \ 45 _state ## _entry(_fsm); \ 49 #define bfa_fsm_cmp_state(_fsm, _state) \ argument 50 ((_fsm)->fsm == (bfa_fsm_t)(_state))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_scan.h | 70 #define mlmeext_chk_scan_state(mlmeext, _state) ((mlmeext)->sitesurvey_res.state == (_state)) argument 71 #define mlmeext_set_scan_state(mlmeext, _state) \ argument 73 ((mlmeext)->sitesurvey_res.state = (_state)); \ 74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 77 sitesurvey_set_offch_state(container_of(mlmeext, _adapter, mlmeextpriv), _state); \ 82 #define mlmeext_set_scan_next_state(mlmeext, _state) \ 84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_scan.h | 70 #define mlmeext_chk_scan_state(mlmeext, _state) ((mlmeext)->sitesurvey_res.state == (_state)) argument 71 #define mlmeext_set_scan_state(mlmeext, _state) \ argument 73 ((mlmeext)->sitesurvey_res.state = (_state)); \ 74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 77 sitesurvey_set_offch_state(container_of(mlmeext, _adapter, mlmeextpriv), _state); \ 82 #define mlmeext_set_scan_next_state(mlmeext, _state) \ 84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 46 int _state; member 200 while (ctx->_state == rk_ispfec_ctx_t::STATE_RUNNING) { in rk_ispfec_api_deinit() 205 ctx->_state = rk_ispfec_ctx_t::STATE_QUIT; in rk_ispfec_api_deinit() 230 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_init() 271 while (ctx->_state == rk_ispfec_ctx_t::STATE_RUNNING) { in rk_ispfec_api_prepare() 298 if (ctx->_state == rk_ispfec_ctx_t::STATE_QUIT) { in rk_ispfec_api_process() 302 ctx->_state = rk_ispfec_ctx_t::STATE_RUNNING; in rk_ispfec_api_process() 328 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_process()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | omap_device.c | 224 if (od && (od->_state == OMAP_DEVICE_STATE_ENABLED)) { in _omap_device_notifier_call() 235 if (od->_state == OMAP_DEVICE_STATE_ENABLED && in _omap_device_notifier_call() 515 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_enable() 518 __func__, od->_state); in omap_device_enable() 525 od->_state = OMAP_DEVICE_STATE_ENABLED; in omap_device_enable() 546 if (od->_state != OMAP_DEVICE_STATE_ENABLED) { in omap_device_idle() 549 __func__, od->_state); in omap_device_idle() 556 od->_state = OMAP_DEVICE_STATE_IDLE; in omap_device_idle() 691 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_late_idle()
|
| H A D | omap_hwmod.c | 540 if (oh->_state != _HWMOD_STATE_ENABLED) { in _set_dmadisable() 1409 if (oh->_state != _HWMOD_STATE_REGISTERED) in _init_clocks() 1422 oh->_state = _HWMOD_STATE_CLKS_INITED; in _init_clocks() 1703 if (oh->_state != _HWMOD_STATE_ENABLED) { in _ocp_softreset() 1880 if (oh->_state != _HWMOD_STATE_INITIALIZED && in _enable() 1881 oh->_state != _HWMOD_STATE_IDLE && in _enable() 1882 oh->_state != _HWMOD_STATE_DISABLED) { in _enable() 1932 oh->_state = _HWMOD_STATE_ENABLED; in _enable() 1974 if (oh->_state != _HWMOD_STATE_ENABLED) { in _idle() 2009 oh->_state = _HWMOD_STATE_IDLE; in _idle() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | RawStreamCapUnit.cpp | 10 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit() 49 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit() 55 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit() 138 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit() 151 _state = RAW_CAP_STATE_INVALID; in ~RawStreamCapUnit() 160 _state = RAW_CAP_STATE_STARTED; in start() 182 _state = RAW_CAP_STATE_STOPPED; in stop() 196 _state = RAW_CAP_STATE_STOPPED; in stop_device() 215 _state = RAW_CAP_STATE_STOPPED; in release_buffer() 244 _state = RAW_CAP_STATE_PREPARED; in prepare()
|
| /OK3568_Linux_fs/buildroot/package/libb64/ |
| H A D | 0002-Initialize-C++-objects.patch | 1 Fixes uninitialized C++ encoder and decoder _state variable bug. 19 + base64_init_decodestate(&_state); 34 + base64_init_encodestate(&_state);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | function_equal.hpp | 69 proto::matches<proto::_, proto::_state>() 76 proto::_value(proto::_state) 80 , proto::otherwise<function_equal_otherwise(proto::_, proto::_state)>
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | RawStreamCapUnit.cpp | 10 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit() 17 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit() 137 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit() 142 _state = RAW_CAP_STATE_INVALID; in ~RawStreamCapUnit() 152 _state = RAW_CAP_STATE_STARTED; in start() 171 _state = RAW_CAP_STATE_STOPPED; in stop() 191 _state = RAW_CAP_STATE_PREPARED; in prepare()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqManager.cpp | 131 , _state(AIQ_STATE_INVALID) in RkAiqManager() 233 _state = AIQ_STATE_INITED; in init() 336 _state = AIQ_STATE_PREPARED; in prepare() 350 if (_state == AIQ_STATE_STOPED) { in start() 363 } else if (_state == AIQ_STATE_STARTED) { in start() 397 _state = AIQ_STATE_STARTED; in start() 411 if (_state == AIQ_STATE_STOPED) { in stop() 436 _state = AIQ_STATE_STOPED; in stop() 452 if (_state == AIQ_STATE_PREPARED) in deInit() 481 _state = AIQ_STATE_INVALID; in deInit() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | elf.h | 172 struct arch_elf_state *_state = state; \ 180 _state->rc = -EAGAIN; \ 182 _state->rc; \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | arg.hpp | 65 struct _state : transform<_state> struct 318 struct is_callable<_state>
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_mcc.h | 21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_mcc.h | 21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/ |
| H A D | assign.hpp | 17 proto::_child_c<N>(proto::_state) \ 76 , do_assign(proto::_, proto::_state)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0007-initialize-encoder-decoder-state-in-the-constructors.patch | 25 + base64_init_decodestate(&_state); 40 + base64_init_encodestate(&_state);
|