Home
last modified time | relevance | path

Searched refs:state (Results 4301 - 4325 of 17750) sorted by relevance

1...<<171172173174175176177178179180>>...710

/third_party/node/deps/undici/src/lib/core/
H A Dutil.js171 const state = body._readableState
172 return state && state.objectMode === false && state.ended === true && Number.isFinite(state.length)
173 ? state.length
189 const state = stream && stream._readableState
190 return isDestroyed(stream) && state && !state.endEmitted
331 // be re-used without losing state o
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs80 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
81 self.uc_sigmask.hash(state) in hash()
100 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
101 unsafe { self.uc_sigmask.hash(state) } in hash()
135 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
136 self.uc_flags.hash(state); in hash()
137 self.uc_link.hash(state); in hash()
138 self.uc_stack.hash(state); in hash()
139 self.uc_mcontext.hash(state); in hash()
140 self.uc_sigmask__c_anonymous_union.hash(state); in hash()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dumsg.cpp622 int32_t state = STATE_INITIAL; in umsg_autoQuoteApostrophe() local
642 switch (state) { in umsg_autoQuoteApostrophe()
646 state = STATE_SINGLE_QUOTE; in umsg_autoQuoteApostrophe()
649 state = STATE_MSG_ELEMENT; in umsg_autoQuoteApostrophe()
658 state = STATE_INITIAL; in umsg_autoQuoteApostrophe()
662 state = STATE_IN_QUOTE; in umsg_autoQuoteApostrophe()
666 state = STATE_INITIAL; in umsg_autoQuoteApostrophe()
674 state = STATE_INITIAL; in umsg_autoQuoteApostrophe()
686 state = STATE_INITIAL; in umsg_autoQuoteApostrophe()
701 if (state in umsg_autoQuoteApostrophe()
[all...]
/third_party/toybox/toys/pending/
H A Dlsof.c153 unsigned state; in scan_netlink() local
162 if (sscanf(line, "%*p %u %*u %*x %*u %*u %*u %*u %*u %lu", &state, &inode)<2) in scan_netlink()
167 strdup(state < ARRAY_LEN(netlink_states) ? netlink_states[state] : "?"); in scan_netlink()
179 int local_port, remote_port, state; in scan_ip() local
187 &state, &inode) == 6; in scan_ip()
196 &remote_port, &state, &inode) == 12; in scan_ip()
204 if (state < 0 || state > TCP_CLOSING) state in scan_ip()
[all...]
/third_party/selinux/libselinux/src/
H A Dsha1.c69 uint32_t state[5], in TransformFunction()
83 // Copy context->state[] to working vars in TransformFunction()
84 a = state[0]; in TransformFunction()
85 b = state[1]; in TransformFunction()
86 c = state[2]; in TransformFunction()
87 d = state[3]; in TransformFunction()
88 e = state[4]; in TransformFunction()
112 // Add the working vars back into context.state[] in TransformFunction()
113 state[0] += a; in TransformFunction()
114 state[ in TransformFunction()
67 TransformFunction( uint32_t state[5], const uint8_t buffer[64] ) TransformFunction() argument
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dnode.c55 * TIPC_DISTRIBUTE_NAME: publish or withdraw link state name type
94 * @state: connectivity state vs peer node
119 int state; member
559 n->state = SELF_DOWN_PEER_LEAVING; in tipc_node_create()
1268 if (n->state == NODE_FAILINGOVER) in tipc_node_check_dest()
1312 /* tipc_node_fsm_evt - node finite state machine
1317 int state = n->state; in tipc_node_fsm_evt() local
1319 switch (state) { in tipc_node_fsm_evt()
1910 int state = n->state; tipc_node_check_state() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmrecovery.c242 mlog(ML_NOTICE, "%s(%d): recovery info, state=%s, dead=%u, master=%u\n", in dlm_print_reco_node_status()
244 dlm->reco.state & DLM_RECO_STATE_ACTIVE ? "ACTIVE" : "inactive", in dlm_print_reco_node_status()
249 switch (ndata->state) { in dlm_print_reco_node_status()
275 mlog(ML_NOTICE, "%s: reco state, node %u, state=%s\n", in dlm_print_reco_node_status()
383 * the dlm recovery thread will set this state when it begins
385 * the state and wake as soon as all affected lock resources have
391 in_recovery = !!(dlm->reco.state & DLM_RECO_STATE_ACTIVE); in dlm_in_recovery()
401 "state=%d, master=%u, dead=%u\n", in dlm_wait_for_recovery()
403 dlm->reco.state, dl in dlm_wait_for_recovery()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c233 mlog(ML_NOTICE, "%s(%d): recovery info, state=%s, dead=%u, master=%u\n", in dlm_print_reco_node_status()
235 dlm->reco.state & DLM_RECO_STATE_ACTIVE ? "ACTIVE" : "inactive", in dlm_print_reco_node_status()
240 switch (ndata->state) { in dlm_print_reco_node_status()
266 mlog(ML_NOTICE, "%s: reco state, node %u, state=%s\n", in dlm_print_reco_node_status()
374 * the dlm recovery thread will set this state when it begins
376 * the state and wake as soon as all affected lock resources have
382 in_recovery = !!(dlm->reco.state & DLM_RECO_STATE_ACTIVE); in dlm_in_recovery()
392 "state=%d, master=%u, dead=%u\n", in dlm_wait_for_recovery()
394 dlm->reco.state, dl in dlm_wait_for_recovery()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.c55 * TIPC_DISTRIBUTE_NAME: publish or withdraw link state name type
95 * @state: connectivity state vs peer node
128 int state; member
575 n->state = SELF_DOWN_PEER_LEAVING; in tipc_node_create()
1295 if (n->state == NODE_FAILINGOVER) in tipc_node_check_dest()
1339 /* tipc_node_fsm_evt - node finite state machine
1344 int state = n->state; in tipc_node_fsm_evt() local
1346 switch (state) { in tipc_node_fsm_evt()
1941 int state = n->state; tipc_node_check_state() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c243 if (test_bit(QLCNIC_DCB_STATE, &dcb->state)) in __qlcnic_init_dcbnl_ops()
269 dcb->state = 0; in qlcnic_register_dcb()
283 while (test_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in __qlcnic_dcb_free()
418 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_82xx_dcb_get_hw_capability()
530 clear_bit(QLCNIC_DCB_AEN_MODE, &dcb->state); in qlcnic_dcb_aen_work()
535 if (test_and_set_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in qlcnic_82xx_dcb_aen_handler()
559 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_get_hw_capability()
644 if (test_and_set_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in qlcnic_83xx_dcb_aen_handler()
648 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_aen_handler()
650 clear_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_aen_handler()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_plane.c385 WARN_ON(plane->state && !plane->funcs->atomic_destroy_state); in drm_plane_cleanup()
386 if (plane->state && plane->funcs->atomic_destroy_state) in drm_plane_cleanup()
387 plane->funcs->atomic_destroy_state(plane, plane->state); in drm_plane_cleanup()
462 * calls the driver's ->set_property callback and changes the software state of
537 if (plane->state && plane->state->crtc && drm_lease_held(file_priv, plane->state->crtc->base.id)) in drm_mode_getplane()
538 plane_resp->crtc_id = plane->state->crtc->base.id; in drm_mode_getplane()
539 else if (!plane->state && plane->crtc && drm_lease_held(file_priv, plane->crtc->base.id)) in drm_mode_getplane()
544 if (plane->state in drm_mode_getplane()
1152 const struct drm_plane_state *state = plane->state; drm_mode_page_flip_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c382 enum iss_pipeline_state state; in iss_video_buf_queue() local
386 state = ISS_PIPELINE_QUEUE_OUTPUT; in iss_video_buf_queue()
388 state = ISS_PIPELINE_QUEUE_INPUT; in iss_video_buf_queue()
391 pipe->state |= state; in iss_video_buf_queue()
397 pipe->state |= ISS_PIPELINE_STREAM; in iss_video_buf_queue()
418 * field count and state fields before waking up its completion handler.
420 * For capture video nodes, the buffer state is set to VB2_BUF_STATE_DONE if no
431 enum iss_pipeline_state state; in omap4iss_video_buffer_next() local
469 state in omap4iss_video_buffer_next()
857 enum iss_pipeline_state state; iss_video_streamon() local
1000 enum iss_pipeline_state state; iss_video_streamoff() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c243 if (test_bit(QLCNIC_DCB_STATE, &dcb->state)) in __qlcnic_init_dcbnl_ops()
269 dcb->state = 0; in qlcnic_register_dcb()
283 while (test_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in __qlcnic_dcb_free()
418 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_82xx_dcb_get_hw_capability()
530 clear_bit(QLCNIC_DCB_AEN_MODE, &dcb->state); in qlcnic_dcb_aen_work()
535 if (test_and_set_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in qlcnic_82xx_dcb_aen_handler()
559 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_get_hw_capability()
644 if (test_and_set_bit(QLCNIC_DCB_AEN_MODE, &dcb->state)) in qlcnic_83xx_dcb_aen_handler()
648 set_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_aen_handler()
650 clear_bit(QLCNIC_DCB_STATE, &dcb->state); in qlcnic_83xx_dcb_aen_handler()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c375 enum iss_pipeline_state state; in iss_video_buf_queue() local
379 state = ISS_PIPELINE_QUEUE_OUTPUT; in iss_video_buf_queue()
381 state = ISS_PIPELINE_QUEUE_INPUT; in iss_video_buf_queue()
384 pipe->state |= state; in iss_video_buf_queue()
390 pipe->state |= ISS_PIPELINE_STREAM; in iss_video_buf_queue()
411 * field count and state fields before waking up its completion handler.
413 * For capture video nodes, the buffer state is set to VB2_BUF_STATE_DONE if no
424 enum iss_pipeline_state state; in omap4iss_video_buffer_next() local
462 state in omap4iss_video_buffer_next()
852 enum iss_pipeline_state state; iss_video_streamon() local
990 enum iss_pipeline_state state; iss_video_streamoff() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dimx296.c320 struct v4l2_subdev_state *state; in imx296_s_ctrl() local
327 state = v4l2_subdev_get_locked_active_state(&sensor->subdev); in imx296_s_ctrl()
328 format = v4l2_subdev_get_pad_format(&sensor->subdev, state, 0); in imx296_s_ctrl()
507 static int imx296_setup(struct imx296 *sensor, struct v4l2_subdev_state *state) in imx296_setup() argument
514 format = v4l2_subdev_get_pad_format(&sensor->subdev, state, 0); in imx296_setup()
515 crop = v4l2_subdev_get_pad_crop(&sensor->subdev, state, 0); in imx296_setup()
599 struct v4l2_subdev_state *state; in imx296_s_stream() local
602 state = v4l2_subdev_lock_and_get_active_state(sd); in imx296_s_stream()
619 ret = imx296_setup(sensor, state); in imx296_s_stream()
639 v4l2_subdev_unlock_state(state); in imx296_s_stream()
654 imx296_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) imx296_enum_mbus_code() argument
669 imx296_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_frame_size_enum *fse) imx296_enum_frame_size() argument
688 imx296_set_format(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_format *fmt) imx296_set_format() argument
739 imx296_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_selection *sel) imx296_get_selection() argument
764 imx296_set_selection(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_selection *sel) imx296_set_selection() argument
811 imx296_init_cfg(struct v4l2_subdev *sd, struct v4l2_subdev_state *state) imx296_init_cfg() argument
[all...]
/third_party/lwip/src/core/
H A Ddns.c21 * using the dns client must then go into a waiting state.
229 u8_t state; member
420 if ((dns_table[i].state == DNS_STATE_NEW) || in dns_tmr_tick()
421 (dns_table[i].state == DNS_STATE_ASKING)) { in dns_tmr_tick()
425 if (dns_table[i].state == DNS_STATE_DONE) { in dns_tmr_tick()
652 if ((dns_table[i].state == DNS_STATE_DONE) && in dns_lookup()
806 entry->state = DNS_STATE_UNUSED; in dns_send()
1074 if (dns_table[i].state == DNS_STATE_ASKING) { in dns_call_found()
1103 if ((dns_table[i].state == DNS_STATE_ASKING) && in dns_create_txid()
1147 switch (entry->state) { in dns_check_entry()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c148 struct pipe_shader_state state = {0}; in util_make_layered_clear_helper_vertex_shader() local
154 pipe_shader_state_from_tgsi(&state, tokens); in util_make_layered_clear_helper_vertex_shader()
155 return pipe->create_vs_state(pipe, &state); in util_make_layered_clear_helper_vertex_shader()
192 struct pipe_shader_state state = {0}; in util_make_layered_clear_geometry_shader() local
198 pipe_shader_state_from_tgsi(&state, tokens); in util_make_layered_clear_geometry_shader()
199 return pipe->create_gs_state(pipe, &state); in util_make_layered_clear_geometry_shader()
461 struct pipe_shader_state state = {0}; in util_make_fragment_passthrough_shader() local
472 pipe_shader_state_from_tgsi(&state, tokens); in util_make_fragment_passthrough_shader()
474 tgsi_dump(state.tokens, 0); in util_make_fragment_passthrough_shader()
477 return pipe->create_fs_state(pipe, &state); in util_make_fragment_passthrough_shader()
557 struct pipe_shader_state state = {0}; util_make_fs_blit_msaa_gen() local
686 struct pipe_shader_state state = {0}; util_make_fs_blit_msaa_depthstencil() local
1206 struct pipe_shader_state state = { 0 }; util_make_fs_stencil_blit() local
1236 struct pipe_shader_state state = { 0 }; util_make_fs_clear_all_cbufs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c57 struct pipe_framebuffer_state *cso_fb = &ice->state.framebuffer; in disable_rb_aux_buffer()
203 struct crocus_shader_state *shs = &ice->state.shaders[stage]; in crocus_predraw_resolve_inputs()
209 if (ice->state.stage_dirty & stage_dirty) { in crocus_predraw_resolve_inputs()
222 struct pipe_framebuffer_state *cso_fb = &ice->state.framebuffer; in crocus_predraw_resolve_framebuffer()
229 if (ice->state.dirty & CROCUS_DIRTY_DEPTH_BUFFER) { in crocus_predraw_resolve_framebuffer()
242 num_layers, ice->state.hiz_usage); in crocus_predraw_resolve_framebuffer()
270 if (ice->state.stage_dirty & CROCUS_STAGE_DIRTY_BINDINGS_FS) { in crocus_predraw_resolve_framebuffer()
286 if (ice->state.draw_aux_usage[i] != aux_usage) { in crocus_predraw_resolve_framebuffer()
287 ice->state.draw_aux_usage[i] = aux_usage; in crocus_predraw_resolve_framebuffer()
289 ice->state in crocus_predraw_resolve_framebuffer()
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py11 maintaining the widget state and invoking callbacks, all aspects
60 # is another sequence containing a state (or several) and a value
66 for *state, val in items:
67 if len(state) == 1:
69 # format it to Tcl code to denote the "normal" state
70 state = state[0] or ''
73 state = ' '.join(state) # raise TypeError if not str
74 opt_val.append(state)
553 def state(self, statespec=None): global() member in Widget
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnandsim.c240 /* This state is used to mark that the next state isn't known yet */
263 /* Remove action bits from state */
296 uint32_t state; /* current chip state */ member
297 uint32_t nxstate; /* next expected state */
302 uint16_t stateidx; /* current state index */
342 /* NAND flash lines state */
1016 * Returns the string representation of 'state' state
1018 ns_get_state_name(uint32_t state) ns_get_state_name() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c172 * enum brcmf_fws_skb_state - indicates processing state of skb.
193 * @state: transmit state of the packet.
204 enum brcmf_fws_skb_state state; member
361 * @state: current state.
381 u8 state; member
401 * enum brcmf_fws_hanger_item_state - state of hanger item.
417 * @state: entry is either free or occupied.
421 enum brcmf_fws_hanger_item_state state; member
1232 brcmf_fws_enq(struct brcmf_fws_info *fws, enum brcmf_fws_skb_state state, int fifo, struct sk_buff *p) brcmf_fws_enq() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c276 enum ezusb_state state; /* Current state */ member
324 ctx->state = EZUSB_CTX_REQ_TIMEOUT; in ezusb_request_timerfn()
326 ctx->state = EZUSB_CTX_RESP_TIMEOUT; in ezusb_request_timerfn()
357 ctx->state = EZUSB_CTX_START; in ezusb_alloc_ctx()
382 switch (ctx->state) { in ezusb_ctx_complete()
394 if (ctx->state != EZUSB_CTX_COMPLETE) in ezusb_ctx_complete()
416 err("Called, CTX not in terminating state."); in ezusb_ctx_complete()
457 if (ctx->state == EZUSB_CTX_QUEUED) { in ezusb_req_queue_run()
461 ctx->state in ezusb_req_queue_run()
510 enum ezusb_state state; ezusb_request_out_callback() local
586 enum ezusb_state state; ezusb_request_in_callback() local
860 enum ezusb_state state; ezusb_access_ltv() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c172 * enum brcmf_fws_skb_state - indicates processing state of skb.
193 * @state: transmit state of the packet.
204 enum brcmf_fws_skb_state state; member
361 * @state: current state.
381 u8 state; member
401 * enum brcmf_fws_hanger_item_state - state of hanger item.
417 * @state: entry is either free or occupied.
421 enum brcmf_fws_hanger_item_state state; member
1232 brcmf_fws_enq(struct brcmf_fws_info *fws, enum brcmf_fws_skb_state state, int fifo, struct sk_buff *p) brcmf_fws_enq() argument
[all...]
/third_party/curl/lib/
H A Dsetopt.c677 Curl_mime_cleanpart(data->state.formp); in Curl_vsetopt()
678 Curl_safefree(data->state.formp); in Curl_vsetopt()
679 data->state.mimepost = NULL; in Curl_vsetopt()
703 if(data->state.referer_alloc) { in Curl_vsetopt()
704 Curl_safefree(data->state.referer); in Curl_vsetopt()
705 data->state.referer_alloc = FALSE; in Curl_vsetopt()
709 data->state.referer = data->set.str[STRING_SET_REFERER]; in Curl_vsetopt()
764 cl = curl_slist_append(data->state.cookielist, argptr); in Curl_vsetopt()
766 curl_slist_free_all(data->state.cookielist); in Curl_vsetopt()
767 data->state in Curl_vsetopt()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc434 } state; in TEST() local
440 pool->Schedule([&state] { in TEST()
441 state.release_mu.Lock(); in TEST()
443 state.barrier_mu.Lock(); in TEST()
444 state.barrier = true; in TEST()
445 state.barrier_mu.Unlock(); in TEST()
447 state.release_mu.Await(absl::Condition(&state.release)); in TEST()
448 state.released_cv.Signal(); in TEST()
449 state in TEST()
475 } state; TEST() local
[all...]

Completed in 38 milliseconds

1...<<171172173174175176177178179180>>...710