Home
last modified time | relevance | path

Searched refs:switch_state (Results 1 – 25 of 137) sorted by relevance

123456

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dstatus.cpp755 std::string switch_state; in flags() local
760 switch_state += m_repeat; in flags()
762 switch_state += m_random; in flags()
764 switch_state += m_single; in flags()
766 switch_state += m_consume; in flags()
768 switch_state += m_crossfade; in flags()
776 if (!switch_state.empty()) in flags()
782 << switch_state in flags()
790 switch_state += '['; in flags()
797 switch_state += ']'; in flags()
[all …]
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dflow.c395 cmd->switch_state = my_malloc (sizeof (struct switch_state)); in add_switch_state()
396 cmd->switch_state->id = switch_id_stack[switch_nesting]; in add_switch_state()
397 cmd->switch_state->nesting = switch_nesting; in add_switch_state()
398 cmd->switch_state->pop_on_qgoto = 0; in add_switch_state()
500 …if (type == cQGOTO && cmd->switch_state && cmd->switch_state->pop_on_qgoto) { /* jump out of switc… in jump()
519 cmd->switch_state->pop_on_qgoto = check_leave_switch (cmd, label); in jump()
520 if (cmd->switch_state->pop_on_qgoto) { in jump()
600 if (from->switch_state->id == to->switch_state->id) { in check_leave_switch()
602 } else if (from->switch_state->nesting == 1 && to->switch_state->nesting == 0) { in check_leave_switch()
605 } else if (from->switch_state->id == 0 && to->switch_state->id != 0) { in check_leave_switch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/audio/
H A Darc_audio_bridge.cc123 uint32_t switch_state = 0; in SendSwitchState() local
125 switch_state |= in SendSwitchState()
129 switch_state |= in SendSwitchState()
133 DVLOG(1) << "Send switch state " << switch_state; in SendSwitchState()
139 audio_instance->NotifySwitchState(switch_state); in SendSwitchState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/audio/
H A Darc_audio_bridge.cc123 uint32_t switch_state = 0; in SendSwitchState() local
125 switch_state |= in SendSwitchState()
129 switch_state |= in SendSwitchState()
133 DVLOG(1) << "Send switch state " << switch_state; in SendSwitchState()
139 audio_instance->NotifySwitchState(switch_state); in SendSwitchState()
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dswitch.c20 if (sc->switch_state != WLR_SWITCH_STATE_TOGGLE && in roots_switch_handle_toggle()
21 event->switch_state != sc->switch_state) { in roots_switch_handle_toggle()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/reputation/
H A Dspp_reputation.c107 Swith_State switch_state = NO_SWITCH; variable
279 if (SWITCHING == switch_state ) in Reputation_PreControl()
298 switch_state = SWITCHING; in Reputation_PreControl()
320 switch_state = NO_SWITCH; in Reputation_PreControl()
329 switch_state = NO_SWITCH; in Reputation_PreControl()
345 if (switch_state == NO_SWITCH) in Reputation_Control()
348 switch_state = NO_SWITCH; in Reputation_Control()
358 switch_state = NO_SWITCH; in Reputation_PostControl()
360 if (switch_state == NO_SWITCH) in Reputation_PostControl()
372 switch_state = SWITCHED; in Reputation_PostControl()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/branches/
H A Dbranches.cc61 bool switch_state[2]; variable
146 switch_state[0] = switch_state[1] = false; in Init()
227 if (!switch_state[i] && new_input_state) { in main()
231 if (switch_state[i] && !inhibit_switch[i]) { in main()
242 switch_state[i] = new_input_state; in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/branches/
H A Dbranches.cc61 bool switch_state[2]; variable
146 switch_state[0] = switch_state[1] = false; in Init()
227 if (!switch_state[i] && new_input_state) { in main()
231 if (switch_state[i] && !inhibit_switch[i]) { in main()
242 switch_state[i] = new_input_state; in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/grids/
H A Dgrids.cc207 static uint8_t switch_state = 0xff; in HandleTapButton() local
210 switch_state = switch_state << 1; in HandleTapButton()
212 switch_state |= 1; in HandleTapButton()
215 if (switch_state == SWITCH_STATE_JUST_PRESSED) { in HandleTapButton()
237 } else if (switch_state == SWITCH_STATE_PRESSED) { in HandleTapButton()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/grids/
H A Dgrids.cc207 static uint8_t switch_state = 0xff; in HandleTapButton() local
210 switch_state = switch_state << 1; in HandleTapButton()
212 switch_state |= 1; in HandleTapButton()
215 if (switch_state == SWITCH_STATE_JUST_PRESSED) { in HandleTapButton()
237 } else if (switch_state == SWITCH_STATE_PRESSED) { in HandleTapButton()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/a11y/
H A Dswitch.c15 switch_state (void) in switch_state() function
35 g_test_add_func ("/a11y/switch/state", switch_state); in main()
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Dtiler_mh.lua98 old_btn:switch_state("active")
101 old_btn:switch_state("inactive")
107 btn:switch_state("active")
644 old_btn:switch_state("inactive")
718 btn:switch_state("active");
723 btn:switch_state("inactive");
743 btn:switch_state("active");
747 btn:switch_state("inactive")
773 btn:switch_state(wm.space_ind == i and "alert" or "active");
777 btn:switch_state(wm.space_ind == i and "active" or "inactive")
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dswitch.c46 wlr_event.switch_state = WLR_SWITCH_STATE_OFF; in handle_switch_toggle()
49 wlr_event.switch_state = WLR_SWITCH_STATE_ON; in handle_switch_toggle()
/dports/comms/py-fritzconnection/fritzconnection-1.7.2/fritzconnection/cli/
H A Dfritzhomeauto.py32 switch_state = 'switch'
40 switch_state = di['NewSwitchState'].lower()
/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Dssl_connection.cc155 void ssl::Reaction_connection::switch_state( bool& terminate ) in switch_state() function in ssl::Reaction_connection
211 switch_state( terminate ); in handle_input()
218 switch_state( terminate ); in handle_output()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/osx/
H A Dthread_suspension.c26 struct NaClSwitchRemainingRegsState switch_state; member
173 context_copy.uts.ts32.__ecx = (uintptr_t) &state->switch_state; in NaClAppThreadSetSuspendedRegistersInternal()
175 NaClSwitchRemainingRegsSetup(&state->switch_state, natp, regs); in NaClAppThreadSetSuspendedRegistersInternal()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dast_to_hir.cpp4571 state->switch_state.is_switch_innermost = true; in hir()
4572 state->switch_state.switch_nesting_ast = this; in hir()
4575 state->switch_state.previous_default = NULL; in hir()
4580 state->switch_state.is_fallthru_var = in hir()
4594 state->switch_state.is_break_var = in hir()
4605 state->switch_state.run_default = in hir()
4619 hash_table_dtor(state->switch_state.labels_ht); in hir()
4621 state->switch_state = saved; in hir()
4879 if (state->switch_state.previous_default) { in hir()
4887 state->switch_state.previous_default = this; in hir()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dast_to_hir.cpp4571 state->switch_state.is_switch_innermost = true; in hir()
4572 state->switch_state.switch_nesting_ast = this; in hir()
4575 state->switch_state.previous_default = NULL; in hir()
4580 state->switch_state.is_fallthru_var = in hir()
4594 state->switch_state.is_break_var = in hir()
4605 state->switch_state.run_default = in hir()
4619 hash_table_dtor(state->switch_state.labels_ht); in hir()
4621 state->switch_state = saved; in hir()
4879 if (state->switch_state.previous_default) { in hir()
4887 state->switch_state.previous_default = this; in hir()
[all …]
/dports/x11-wm/sway/sway-1.5.1/sway/input/
H A Dswitch.c80 event->switch_type, event->switch_state); in handle_switch_toggle()
84 sway_switch->state = event->switch_state; in handle_switch_toggle()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/operations/
H A Ddurability.cc251 switch_state(STATE_OBSPOLL); in on_poll_done()
280 switch_state(STATE_TIMEOUT); in poll()
283 switch_state(STATE_OBSPOLL); in poll()
395 switch_state(STATE_INIT); in MCTX_done()
642 Durset::switch_state(State state) in switch_state() function in Durset
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dos.hpp944 State switch_state(State from, State to);
952 return switch_state(SR_RUNNING, SR_SUSPEND_REQUEST); in request_suspend()
956 return switch_state(SR_SUSPEND_REQUEST, SR_RUNNING); in cancel_suspend()
960 return switch_state(SR_SUSPEND_REQUEST, SR_SUSPENDED); in suspended()
964 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST); in request_wakeup()
968 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING); in running()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dos.hpp936 State switch_state(State from, State to);
944 return switch_state(SR_RUNNING, SR_SUSPEND_REQUEST); in request_suspend()
948 return switch_state(SR_SUSPEND_REQUEST, SR_RUNNING); in cancel_suspend()
952 return switch_state(SR_SUSPEND_REQUEST, SR_SUSPENDED); in suspended()
956 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST); in request_wakeup()
960 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING); in running()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dos.hpp954 State switch_state(State from, State to);
962 return switch_state(SR_RUNNING, SR_SUSPEND_REQUEST); in request_suspend()
966 return switch_state(SR_SUSPEND_REQUEST, SR_RUNNING); in cancel_suspend()
970 return switch_state(SR_SUSPEND_REQUEST, SR_SUSPENDED); in suspended()
974 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST); in request_wakeup()
978 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING); in running()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dos.hpp925 State switch_state(State from, State to);
933 return switch_state(SR_RUNNING, SR_SUSPEND_REQUEST); in request_suspend()
937 return switch_state(SR_SUSPEND_REQUEST, SR_RUNNING); in cancel_suspend()
941 return switch_state(SR_SUSPEND_REQUEST, SR_SUSPENDED); in suspended()
945 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST); in request_wakeup()
949 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING); in running()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dos.hpp922 State switch_state(State from, State to);
930 return switch_state(SR_RUNNING, SR_SUSPEND_REQUEST); in request_suspend()
934 return switch_state(SR_SUSPEND_REQUEST, SR_RUNNING); in cancel_suspend()
938 return switch_state(SR_SUSPEND_REQUEST, SR_SUSPENDED); in suspended()
942 return switch_state(SR_SUSPENDED, SR_WAKEUP_REQUEST); in request_wakeup()
946 return switch_state(SR_WAKEUP_REQUEST, SR_RUNNING); in running()

123456