Home
last modified time | relevance | path

Searched refs:state (Results 2651 - 2675 of 21865) sorted by relevance

1...<<101102103104105106107108109110>>...875

/third_party/curl/lib/
H A Dnetrc.c71 enum host_lookup_state state = NOTHING; in parsenetrc() local
90 if(state == MACDEF) { in parsenetrc()
92 state = NOTHING; in parsenetrc()
161 switch(state) { in parsenetrc()
167 state = MACDEF; in parsenetrc()
174 state = HOSTFOUND; in parsenetrc()
177 state = HOSTVALID; in parsenetrc()
183 state = NOTHING; in parsenetrc()
189 state = HOSTVALID; in parsenetrc()
194 state in parsenetrc()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestrie.h44 * Traverses a byte-serialized data structure with minimal state,
82 * Copy constructor, copies the other trie reader object and its state,
92 * Resets this trie to its initial state.
103 * Returns the state of this trie as a 64-bit integer.
104 * The state value is never 0.
106 * @return opaque state value
116 * Resets this trie to the saved state.
117 * Unlike resetToState(State), the 64-bit state value
122 * @param state The opaque trie state valu
129 resetToState64(uint64_t state) resetToState64() argument
179 resetToState(const State &state) resetToState() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestrie.h44 * Traverses a byte-serialized data structure with minimal state,
82 * Copy constructor, copies the other trie reader object and its state,
92 * Resets this trie to its initial state.
103 * Returns the state of this trie as a 64-bit integer.
104 * The state value is never 0.
106 * @return opaque state value
116 * Resets this trie to the saved state.
117 * Unlike resetToState(State), the 64-bit state value
122 * @param state The opaque trie state valu
129 resetToState64(uint64_t state) resetToState64() argument
179 resetToState(const State &state) resetToState() argument
[all...]
/third_party/node/deps/cares/src/tools/
H A Dahost.c81 ares_getopt_state_t state; in main() local
98 ares_getopt_init(&state, argc, (const char **)argv); in main()
99 while ((c = ares_getopt(&state, "dt:h?D:s:")) != -1) { in main()
111 options.domains[options.ndomains - 1] = strdup(state.optarg); in main()
114 if (!strcasecmp(state.optarg, "a")) { in main()
116 } else if (!strcasecmp(state.optarg, "aaaa")) { in main()
118 } else if (!strcasecmp(state.optarg, "u")) { in main()
125 if (state.optarg == NULL) { in main()
133 servers = strdup(state.optarg); in main()
145 argc -= state in main()
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DRenderTarget.cpp23 sk_sp<GrD3DResourceState> state, in GrD3DRenderTarget()
30 , GrD3DTextureResource(info, std::move(state)) in GrD3DRenderTarget()
46 sk_sp<GrD3DResourceState> state, in GrD3DRenderTarget()
52 , GrD3DTextureResource(info, std::move(state)) in GrD3DRenderTarget()
67 sk_sp<GrD3DResourceState> state, in GrD3DRenderTarget()
71 , GrD3DTextureResource(info, std::move(state)) in GrD3DRenderTarget()
83 sk_sp<GrD3DResourceState> state, in GrD3DRenderTarget()
86 , GrD3DTextureResource(info, std::move(state)) in GrD3DRenderTarget()
93 sk_sp<GrD3DResourceState> state) { in MakeWrappedRenderTarget()
119 d3dRT = new GrD3DRenderTarget(gpu, dimensions, info, std::move(state), msInf in MakeWrappedRenderTarget()
20 GrD3DRenderTarget(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, Wrapped) GrD3DRenderTarget() argument
43 GrD3DRenderTarget(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView) GrD3DRenderTarget() argument
64 GrD3DRenderTarget(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, Wrapped) GrD3DRenderTarget() argument
80 GrD3DRenderTarget(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& renderTargetView) GrD3DRenderTarget() argument
91 MakeWrappedRenderTarget( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedRenderTarget() argument
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dspeex.c146 ec->params.speex.state); in pa_speex_ec_preprocessor_init()
191 ec->params.speex.state = speex_echo_state_init_mc(*nframes, (rate * filter_size_ms) / 1000, out_ss->channels, out_ss->channels); in pa_speex_ec_init()
193 if (!ec->params.speex.state) in pa_speex_ec_init()
196 speex_echo_ctl(ec->params.speex.state, SPEEX_ECHO_SET_SAMPLING_RATE, &rate); in pa_speex_ec_init()
211 if (ec->params.speex.state) { in pa_speex_ec_init()
212 speex_echo_state_destroy(ec->params.speex.state); in pa_speex_ec_init()
213 ec->params.speex.state = NULL; in pa_speex_ec_init()
219 speex_echo_cancellation(ec->params.speex.state, (const spx_int16_t *) rec, (const spx_int16_t *) play, in pa_speex_ec_run()
233 if (ec->params.speex.state) { in pa_speex_ec_done()
234 speex_echo_state_destroy(ec->params.speex.state); in pa_speex_ec_done()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h44 * Traverses a byte-serialized data structure with minimal state,
82 * Copy constructor, copies the other trie reader object and its state,
92 * Resets this trie to its initial state.
103 * Returns the state of this trie as a 64-bit integer.
104 * The state value is never 0.
106 * @return opaque state value
116 * Resets this trie to the saved state.
117 * Unlike resetToState(State), the 64-bit state value
122 * @param state The opaque trie state valu
129 resetToState64(uint64_t state) resetToState64() argument
179 resetToState(const State &state) resetToState() argument
[all...]
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp134 data.state = StatsUtils::STATS_STATE_ACTIVATED; in ProcessCameraEvent()
136 data.state = StatsUtils::STATS_STATE_DEACTIVATED; in ProcessCameraEvent()
141 data.state = StatsUtils::STATS_STATE_ACTIVATED; in ProcessCameraEvent()
143 data.state = StatsUtils::STATS_STATE_DEACTIVATED; in ProcessCameraEvent()
161 data.state = StatsUtils::STATS_STATE_ACTIVATED; in ProcessAudioEvent()
166 data.state = StatsUtils::STATS_STATE_DEACTIVATED; in ProcessAudioEvent()
191 data.state = StatsUtils::STATS_STATE_ACTIVATED; in ProcessSensorEvent()
193 data.state = StatsUtils::STATS_STATE_DEACTIVATED; in ProcessSensorEvent()
209 data.state = StatsUtils::STATS_STATE_ACTIVATED; in ProcessGnssEvent()
211 data.state in ProcessGnssEvent()
[all...]
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp526 std::string state("state"); in HWTEST_F()
527 locatorAbility->ReportDataToResSched(state); in HWTEST_F()
596 bool state = true; in HWTEST_F() local
597 locatorAbility->SyncIdleState(state); in HWTEST_F()
598 state = false; in HWTEST_F()
599 locatorAbility->SyncIdleState(state); in HWTEST_F()
665 int state = 1; in HWTEST_F() local
667 AppExecFwk::InnerEvent::Get(EVENT_SEND_SWITCHSTATE_TO_HIFENCE, state); in HWTEST_F()
680 int state in HWTEST_F() local
695 int state = 1; HWTEST_F() local
710 int state = 1; HWTEST_F() local
725 int state = 1; HWTEST_F() local
740 int state = 1; HWTEST_F() local
755 int state = 1; HWTEST_F() local
771 int state = 1; HWTEST_F() local
786 int state = 1; HWTEST_F() local
801 int state = 1; HWTEST_F() local
817 int state = 1; HWTEST_F() local
845 int state = 1; HWTEST_F() local
860 int state = 1; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp57 BTStateID state = BTStateID::STATE_TURN_OFF; member
189 // sys state Machine create in AdapterManager()
381 LOG_INFO("%{public}s is turning state %{public}d", __PRETTY_FUNCTION__, GetState(transport)); in Enable()
415 LOG_INFO("%{public}s is turning state %{public}d", __PRETTY_FUNCTION__, GetState(transport)); in Disable()
439 LOG_INFO("System state is not started"); in FactoryReset()
498 BTStateID state = BTStateID::STATE_TURN_OFF; in GetState() local
500 state = pimpl->classicAdapter_->state; in GetState()
503 state = pimpl->bleAdapter_->state; in GetState()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtraps.c86 struct unwind_state state; in show_backtrace() local
92 unwind_start(&state, task, pregs); in show_backtrace()
96 state.enable = false; in show_backtrace()
100 for (; !unwind_done(&state); unwind_next_frame(&state)) { in show_backtrace()
101 pc = unwind_get_return_address(&state); in show_backtrace()
517 irqentry_state_t state = irqentry_enter(regs); in do_fpe() local
537 irqentry_exit(regs, state); in do_fpe()
542 irqentry_state_t state = irqentry_enter(regs); in do_ade() local
547 irqentry_exit(regs, state); in do_ade()
556 irqentry_state_t state = irqentry_enter(regs); do_ale() local
621 irqentry_state_t state = irqentry_enter(regs); do_bce() local
709 irqentry_state_t state = irqentry_enter(regs); do_bp() local
793 irqentry_state_t state = irqentry_enter(regs); do_watch() local
832 irqentry_state_t state = irqentry_enter(regs); do_ri() local
924 irqentry_state_t state = irqentry_enter(regs); do_fpu() local
941 irqentry_state_t state = irqentry_enter(regs); do_lsx() local
963 irqentry_state_t state = irqentry_enter(regs); do_lasx() local
996 irqentry_state_t state = irqentry_enter(regs); do_lbt() local
1019 irqentry_state_t state = irqentry_enter(regs); do_reserved() local
1048 irqentry_state_t state = irqentry_enter(regs); do_vint() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c467 if (in_vrr->state != in_config->state) { in vrr_settings_require_update()
469 } else if (in_vrr->state == VRR_STATE_ACTIVE_FIXED && in vrr_settings_require_update()
538 if (vrr->state != VRR_STATE_UNSUPPORTED) in build_vrr_infopacket_data_v1()
542 if (vrr->state != VRR_STATE_DISABLED && in build_vrr_infopacket_data_v1()
543 vrr->state != VRR_STATE_UNSUPPORTED) in build_vrr_infopacket_data_v1()
547 if (vrr->state == VRR_STATE_ACTIVE_VARIABLE || in build_vrr_infopacket_data_v1()
548 vrr->state == VRR_STATE_ACTIVE_FIXED) in build_vrr_infopacket_data_v1()
553 if (vrr->state == VRR_STATE_ACTIVE_VARIABLE || in build_vrr_infopacket_data_v1()
554 vrr->state in build_vrr_infopacket_data_v1()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Diwcm.c252 cm_id_priv->state = IW_CM_STATE_IDLE; in iw_create_cm_id()
283 * This is really the RDMAC CLOSING state. It is most similar to the
284 * IB SQD QP state.
300 * - If we are ESTABLISHED, move to CLOSING and modify the QP state
302 * - If the connection is already in the CLOSING or IDLE state, the peer is
320 switch (cm_id_priv->state) { in iw_cm_disconnect()
322 cm_id_priv->state = IW_CM_STATE_CLOSING; in iw_cm_disconnect()
398 switch (cm_id_priv->state) { in destroy_cm_id()
400 cm_id_priv->state = IW_CM_STATE_DESTROYING; in destroy_cm_id()
407 cm_id_priv->state in destroy_cm_id()
[all...]
/kernel/linux/linux-5.10/net/llc/
H A Dllc_conn.c32 static int llc_find_offset(int state, int ev_type);
50 * llc_conn_state_process - sends event to connection state machine
54 * Sends an event to connection state machine. After processing event
55 * (executing it's actions and changing state), upper layer will be
69 * Send event to state machine in llc_conn_state_process()
105 sk->sk_socket->state = SS_UNCONNECTED; in llc_conn_state_process()
131 if (!llc_data_accept_state(llc->state)) in llc_conn_state_process()
140 sk->sk_socket->state = SS_UNCONNECTED; in llc_conn_state_process()
143 sk->sk_socket->state = SS_CONNECTED; in llc_conn_state_process()
152 sk->sk_socket->state in llc_conn_state_process()
610 llc_data_accept_state(u8 state) llc_data_accept_state() argument
624 llc_find_next_offset(struct llc_conn_state *state, u16 offset) llc_find_next_offset() argument
644 int state, ev_type, next_offset; llc_build_offset_table() local
665 llc_find_offset(int state, int ev_type) llc_find_offset() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dhp-wmi.c290 int state = hp_wmi_read_int(HPWMI_HARDWARE_QUERY); in hp_wmi_hw_state() local
292 if (state < 0) in hp_wmi_hw_state()
293 return state; in hp_wmi_hw_state()
295 return !!(state & mask); in hp_wmi_hw_state()
300 int state = 0; in hp_wmi_bios_2008_later() local
301 int ret = hp_wmi_perform_query(HPWMI_FEATURE_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2008_later()
302 sizeof(state), sizeof(state)); in hp_wmi_bios_2008_later()
311 u8 state[128]; in hp_wmi_bios_2009_later() local
312 int ret = hp_wmi_perform_query(HPWMI_FEATURE2_QUERY, HPWMI_READ, &state, in hp_wmi_bios_2009_later()
387 struct bios_rfkill2_state state; hp_wmi_rfkill2_refresh() local
795 struct bios_rfkill2_state state; hp_wmi_rfkill2_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Diwcm.c251 cm_id_priv->state = IW_CM_STATE_IDLE; in iw_create_cm_id()
282 * This is really the RDMAC CLOSING state. It is most similar to the
283 * IB SQD QP state.
299 * - If we are ESTABLISHED, move to CLOSING and modify the QP state
301 * - If the connection is already in the CLOSING or IDLE state, the peer is
319 switch (cm_id_priv->state) { in iw_cm_disconnect()
321 cm_id_priv->state = IW_CM_STATE_CLOSING; in iw_cm_disconnect()
397 switch (cm_id_priv->state) { in destroy_cm_id()
399 cm_id_priv->state = IW_CM_STATE_DESTROYING; in destroy_cm_id()
406 cm_id_priv->state in destroy_cm_id()
[all...]
/kernel/linux/linux-6.6/net/llc/
H A Dllc_conn.c33 static int llc_find_offset(int state, int ev_type);
51 * llc_conn_state_process - sends event to connection state machine
55 * Sends an event to connection state machine. After processing event
56 * (executing it's actions and changing state), upper layer will be
70 * Send event to state machine in llc_conn_state_process()
106 sk->sk_socket->state = SS_UNCONNECTED; in llc_conn_state_process()
132 if (!llc_data_accept_state(llc->state)) in llc_conn_state_process()
141 sk->sk_socket->state = SS_UNCONNECTED; in llc_conn_state_process()
144 sk->sk_socket->state = SS_CONNECTED; in llc_conn_state_process()
153 sk->sk_socket->state in llc_conn_state_process()
622 llc_data_accept_state(u8 state) llc_data_accept_state() argument
636 llc_find_next_offset(struct llc_conn_state *state, u16 offset) llc_find_next_offset() argument
656 int state, ev_type, next_offset; llc_build_offset_table() local
677 llc_find_offset(int state, int ev_type) llc_find_offset() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_divergence_analysis.c43 /** current control flow state */
60 visit_cf_list(struct exec_list *list, struct divergence_state *state);
755 visit_jump(nir_jump_instr *jump, struct divergence_state *state) in visit_jump() argument
759 if (state->divergent_loop_continue) in visit_jump()
761 if (state->divergent_loop_cf) in visit_jump()
762 state->divergent_loop_continue = true; in visit_jump()
763 return state->divergent_loop_continue; in visit_jump()
765 if (state->divergent_loop_break) in visit_jump()
767 if (state->divergent_loop_cf) in visit_jump()
768 state in visit_jump()
817 visit_block(nir_block *block, struct divergence_state *state) visit_block() argument
940 visit_if(nir_if *if_stmt, struct divergence_state *state) visit_if() argument
978 visit_loop(nir_loop *loop, struct divergence_state *state) visit_loop() argument
1046 visit_cf_list(struct exec_list *list, struct divergence_state *state) visit_cf_list() argument
1074 struct divergence_state state = { nir_divergence_analysis() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c45 * state tracker. Without this we can reference hundreds of individual
58 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu9()
132 * Similar to emit_framebuffer, but without any state checking/update.
141 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_reemit_framebuffer_bindings_vgpu9()
190 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu10()
202 svga->state.hw_draw.has_backed_views = FALSE; in emit_fb_vgpu10()
219 rtv[i] = svga->state.hw_clear.rtv[i]; in emit_fb_vgpu10()
243 dsv = svga->state.hw_clear.dsv; in emit_fb_vgpu10()
254 if ((num_color != svga->state.hw_clear.num_rendertargets) || in emit_fb_vgpu10()
255 (dsv != svga->state in emit_fb_vgpu10()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c107 * before the state is reused in zink_reset_batch_state()
291 if (!batch->state) { in get_batch_state()
294 struct zink_batch_state *state = create_batch_state(ctx); in get_batch_state() local
295 util_dynarray_append(&ctx->free_batch_states, struct zink_batch_state *, state); in get_batch_state()
306 batch->state = get_batch_state(ctx, batch); in zink_reset_batch()
307 assert(batch->state); in zink_reset_batch()
317 batch->state->usage.unflushed = true; in zink_start_batch()
323 VkResult result = VKCTX(BeginCommandBuffer)(batch->state->cmdbuf, &cbbi); in zink_start_batch()
327 result = VKCTX(BeginCommandBuffer)(batch->state->barrier_cmdbuf, &cbbi); in zink_start_batch()
331 batch->state in zink_start_batch()
[all...]
/third_party/python/Modules/
H A Dsha256module.c65 void *state = PyModule_GetState(module); in _sha256_get_state() local
66 assert(state != NULL); in _sha256_get_state()
67 return (_sha256_state *)state; in _sha256_get_state()
386 newSHA224object(_sha256_state *state) in newSHA224object() argument
389 state->sha224_type); in newSHA224object()
395 newSHA256object(_sha256_state *state) in newSHA256object() argument
398 state->sha256_type); in newSHA256object()
436 _sha256_state *state = PyType_GetModuleState(cls); in SHA256Type_copy_impl() local
437 if (Py_IS_TYPE(self, state->sha256_type)) { in SHA256Type_copy_impl()
438 if ( (newobj = newSHA256object(state)) in SHA256Type_copy_impl()
599 _sha256_state *state = PyModule_GetState(module); _sha256_sha256_impl() local
645 _sha256_state *state = PyModule_GetState(module); _sha256_sha224_impl() local
683 _sha256_state *state = _sha256_get_state(module); _sha256_traverse() local
692 _sha256_state *state = _sha256_get_state(module); _sha256_clear() local
706 _sha256_state *state = _sha256_get_state(module); sha256_exec() local
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_modem.cpp37 radioState->state = static_cast<int32_t>(responseInfo.error); in SetRadioStateResponse()
43 int32_t TelRilModem::GetRadioStateResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t state) in GetRadioStateResponse() argument
45 auto getDataFunc = [state](std::shared_ptr<TelRilRequest> telRilRequest) { in GetRadioStateResponse()
48 radioState->state = state; in GetRadioStateResponse()
140 int32_t TelRilModem::RadioStateUpdated(int32_t state) in RadioStateUpdated() argument
142 radioState_ = static_cast<ModemPowerState>(state); in RadioStateUpdated()
146 want.SetParam("radioState", state); in RadioStateUpdated()
155 TELEPHONY_LOG_FUNC_NAME, std::make_shared<Int32Parcel>(state), RadioEvent::RADIO_STATE_CHANGED); in RadioStateUpdated()
172 int32_t TelRilModem::NcfgFinishedResult(int32_t state) in NcfgFinishedResult() argument
181 RestartRildNvMatch(int32_t state) RestartRildNvMatch() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp101 auto state = dirResMgr_->GetResMgr()->GetRawFileList(path.data(), fileList); in IsDir() local
102 if (state != OHOS::Global::Resource::SUCCESS || fileList.empty()) { in IsDir()
103 CORE_LOG_E("GetRawfilepath error, filename:%s, error:%u", path.data(), state); in IsDir()
113 auto state = dirResMgr_->GetResMgr()->GetRawFileFromHap(path.data(), dataLen, data); in IsFile() local
114 if (state != OHOS::Global::Resource::SUCCESS) { in IsFile()
290 auto state = fileResMgr_->GetResMgr()->GetRawFileFromHap(rawFile.c_str(), dataLen, dest); in OpenRawFile() local
291 if (state != OHOS::Global::Resource::SUCCESS || !dest) { in OpenRawFile()
292 CORE_LOG_E("GetRawFileFromHap error, raw filename:%s, error:%u", rawFile.c_str(), state); in OpenRawFile()
299 auto state = fileResMgr_->GetResMgr()->GetMediaDataById(resId, dataLen, dest); in OpenRawFile() local
300 if (state ! in OpenRawFile()
308 auto state = fileResMgr_->GetResMgr()->GetMediaDataByName(resName.c_str(), dataLen, dest); OpenRawFile() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/metadata_test/
H A Dfragment_metadata_test.cpp72 uint32_t state = fragmentMetadata.GetValue("X_IN_ORIGINAL", value); in HWTEST_F() local
73 EXPECT_EQ(state, SUCCESS); in HWTEST_F()
75 state = fragmentMetadata.GetValue("Y_IN_ORIGINAL", value); in HWTEST_F()
76 EXPECT_EQ(state, SUCCESS); in HWTEST_F()
78 state = fragmentMetadata.GetValue("WIDTH", value); in HWTEST_F()
79 EXPECT_EQ(state, SUCCESS); in HWTEST_F()
81 state = fragmentMetadata.GetValue("HEIGHT", value); in HWTEST_F()
82 EXPECT_EQ(state, SUCCESS); in HWTEST_F()
96 uint32_t state = fragmentMetadata.GetValue("ERRORCODE", value); in HWTEST_F() local
97 EXPECT_EQ(state, ERR_IMAGE_INVALID_PARAMETE in HWTEST_F()
111 uint32_t state = fragmentMetadata.GetValue("WIDTH", value); HWTEST_F() local
127 uint32_t state = fragmentMetadata.GetValue("HEIGHT", value); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
H A Dsignal.c21 * Check for the presence of extended state information in the
45 * fpstate layout with out copying the extended state information in check_for_xstate()
61 struct xregs_state *xsave = &tsk->thread.fpu.state.xsave; in save_fsave_header()
105 * from the state in task struct) to the user buffers. in save_xstate_epilog()
111 * vector while saving the state to the user context. This will in save_xstate_epilog()
144 * Save the fpu, extended register state to the user signal frame.
147 * state is copied.
154 * If this fails then do the slow path where the FPU state is first saved to
155 * task's fpu->state and then copy it to the user frame pointed to by the
159 * the aligned state a
215 sanitize_restored_user_xstate(union fpregs_state *state, struct user_i387_ia32_struct *ia32_env, u64 user_xfeatures, int fx_only) sanitize_restored_user_xstate() argument
[all...]

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...875