Home
last modified time | relevance | path

Searched refs:prev_state (Results 151 – 175 of 1170) sorted by relevance

12345678910>>...47

/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dufs.h107 u32 prev_state, u32 curr_state),
109 TP_ARGS(dev_name, state, clk, prev_state, curr_state),
115 __field(u32, prev_state)
123 __entry->prev_state = prev_state;
129 __entry->prev_state, __entry->curr_state)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dufs.h107 u32 prev_state, u32 curr_state),
109 TP_ARGS(dev_name, state, clk, prev_state, curr_state),
115 __field(u32, prev_state)
123 __entry->prev_state = prev_state;
129 __entry->prev_state, __entry->curr_state)
/dports/cad/ngspice_rework/ngspice-35/src/xspice/evt/
H A Devtload.c325 Evt_State_t *prev_state; in EVTcreate_state() local
354 prev_state = *(state_data->tail[inst_index]); in EVTcreate_state()
355 prev_state->next = new_state; in EVTcreate_state()
356 new_state->prev = prev_state; in EVTcreate_state()
357 state_data->tail[inst_index] = &(prev_state->next); in EVTcreate_state()
360 memcpy(new_state->block, prev_state->block, total_size); in EVTcreate_state()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.cpp72 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
73 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
156 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
157 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
300 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
301 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.cpp72 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
73 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
156 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
157 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
300 OpenGLState prev_state = OpenGLState::GetCurState(); in Reinterpret() local
301 SCOPE_EXIT({ prev_state.Apply(); }); in Reinterpret()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dufs.h107 u32 prev_state, u32 curr_state),
109 TP_ARGS(dev_name, state, clk, prev_state, curr_state),
115 __field(u32, prev_state)
123 __entry->prev_state = prev_state;
129 __entry->prev_state, __entry->curr_state)
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/therm/
H A Dnouveau_subdev_therm_temp.c157 enum nouveau_therm_thrs_state prev_state, new_state; in nouveau_therm_threshold_hyst_polling() local
160 prev_state = nouveau_therm_sensor_get_threshold_state(therm, thrs_name); in nouveau_therm_threshold_hyst_polling()
162 if (temp >= thrs->temp && prev_state == NOUVEAU_THERM_THRS_LOWER) { in nouveau_therm_threshold_hyst_polling()
166 prev_state == NOUVEAU_THERM_THRS_HIGHER) { in nouveau_therm_threshold_hyst_polling()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dtoke.l68 static int prev_state; variable
163 prev_state = YY_START;
184 BEGIN prev_state;
191 if (prev_state == INITIAL || prev_state == GOTDEFS) {
595 prev_state = YY_START;
602 prev_state = YY_START;
695 BEGIN prev_state;
719 prev_state = YY_START;
744 prev_state = INITIAL;
1017 prev_state = INITIAL;
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rnn/old/
H A Drnn.py34 def rnn(num_hidden, in_data, prev_state, param, seqidx, layeridx, dropout=0., batch_norm=False): argument
42 h2h = mx.sym.FullyConnected(data=prev_state.h,
89 prev_state=last_states[i],
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rnn/old/
H A Drnn.py34 def rnn(num_hidden, in_data, prev_state, param, seqidx, layeridx, dropout=0., batch_norm=False): argument
42 h2h = mx.sym.FullyConnected(data=prev_state.h,
89 prev_state=last_states[i],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_clk_scaling/
H A Dformat12 field:u32 prev_state; offset:20; size:4; signed:0;
15 … to %u Hz", __get_str(dev_name), __get_str(state), __get_str(clk), REC->prev_state, REC->curr_state
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dlocale_gen.py216 prev_state = "present"
218 prev_state = "absent"
219 changed = (prev_state != state)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dlocale_gen.py216 prev_state = "present"
218 prev_state = "absent"
219 changed = (prev_state != state)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dlocale_gen.py216 prev_state = "present"
218 prev_state = "absent"
219 changed = (prev_state != state)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/wakeup/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==+ %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/context_switch/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==> %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/wakeup/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==+ %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/context_switch/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==> %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/wakeup/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==+ %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/context_switch/
H A Dformat13 field:unsigned char prev_state; offset:21; size:1; signed:0;
17 print fmt: "%u:%u:%u ==> %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/breg3d/
H A Dbreg3d_ekf_camera_optimizer.h38 breg3d_ekf_camera_optimizer_state &prev_state,
46 … bvxm_image_metadata &curr_img, breg3d_ekf_camera_optimizer_state &prev_state,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/context_switch/
H A Dformat14 field:unsigned char prev_state; offset:25; size:1; signed:0;
18 print fmt: "%u:%u:%u ==> %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/wakeup/
H A Dformat14 field:unsigned char prev_state; offset:25; size:1; signed:0;
18 print fmt: "%u:%u:%u ==+ %u:%u:%u [%03u]", REC->prev_pid, REC->prev_prio, REC->prev_state, REC->ne…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dlocale_gen.py213 prev_state = "present"
215 prev_state = "absent"
216 changed = (prev_state != state)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dlocale_gen.py213 prev_state = "present"
215 prev_state = "absent"
216 changed = (prev_state != state)

12345678910>>...47