Home
last modified time | relevance | path

Searched refs:ControlState (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/dispatcher/
H A Ddscontrol.c184 ACPI_GENERIC_STATE *ControlState; in AcpiDsExecBeginControlOp() local
200 if (WalkState->ControlState) in AcpiDsExecBeginControlOp()
222 if (!ControlState) in AcpiDsExecBeginControlOp()
235 ControlState->Control.Opcode = in AcpiDsExecBeginControlOp()
242 AcpiUtPushGenericState (&WalkState->ControlState, ControlState); in AcpiDsExecBeginControlOp()
313 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
325 ControlState = WalkState->ControlState; in AcpiDsExecEndControlOp()
326 if (ControlState->Common.Value) in AcpiDsExecEndControlOp()
360 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
488 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddscontrol.c76 ACPI_GENERIC_STATE *ControlState; in AcpiDsExecBeginControlOp() local
92 if (WalkState->ControlState) in AcpiDsExecBeginControlOp()
114 if (!ControlState) in AcpiDsExecBeginControlOp()
127 ControlState->Control.Opcode = in AcpiDsExecBeginControlOp()
133 AcpiUtPushGenericState (&WalkState->ControlState, ControlState); in AcpiDsExecBeginControlOp()
204 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
216 ControlState = WalkState->ControlState; in AcpiDsExecEndControlOp()
217 if (ControlState->Common.Value) in AcpiDsExecEndControlOp()
251 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
379 ControlState = AcpiUtPopGenericState (&WalkState->ControlState); in AcpiDsExecEndControlOp()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/
H A DStickGate.h23 virtual ControlState GetRadiusAtAngle(double ang) const = 0;
37 explicit OctagonStickGate(ControlState radius);
42 const ControlState m_radius;
49 explicit RoundStickGate(ControlState radius);
54 const ControlState m_radius;
61 explicit SquareStickGate(ControlState half_width);
66 const ControlState m_half_width;
76 using CalibrationData = std::vector<ControlState>;
84 ControlState GetInputRadiusAtAngle(double angle) const;
86 ControlState GetDeadzonePercentage() const;
[all …]
H A DStickGate.cpp64 ControlState OctagonStickGate::GetRadiusAtAngle(double angle) const in GetRadiusAtAngle()
80 RoundStickGate::RoundStickGate(ControlState radius) : m_radius(radius) in RoundStickGate()
84 ControlState RoundStickGate::GetRadiusAtAngle(double) const in GetRadiusAtAngle()
99 ControlState SquareStickGate::GetRadiusAtAngle(double angle) const in GetRadiusAtAngle()
124 ControlState ReshapableInput::GetInputRadiusAtAngle(double angle) const in GetInputRadiusAtAngle()
135 ControlState ReshapableInput::GetDeadzonePercentage() const in GetDeadzonePercentage()
292 ReshapableInput::ReshapeData ReshapableInput::Reshape(ControlState x, ControlState y, in Reshape()
299 const ControlState angle = std::atan2(y, x) + MathUtil::TAU; in Reshape()
301 const ControlState gate_max_dist = GetGateRadiusAtAngle(angle); in Reshape()
302 const ControlState input_max_dist = GetInputRadiusAtAngle(angle); in Reshape()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dusb_core.c504 uint32_t ControlState = pInformation->ControlState; in DataStageIn() local
560 pInformation->ControlState = ControlState; in DataStageIn()
687 pInformation->ControlState = ControlState; in NoData_Setup0()
935 uint32_t ControlState = pInformation->ControlState; in In0_Process() local
937 if ((ControlState == IN_DATA) || (ControlState == LAST_IN_DATA)) in In0_Process()
941 ControlState = pInformation->ControlState; in In0_Process()
961 pInformation->ControlState = ControlState; in In0_Process()
975 uint32_t ControlState = pInformation->ControlState; in Out0_Process() local
977 if ((ControlState == IN_DATA) || (ControlState == LAST_IN_DATA)) in Out0_Process()
982 else if ((ControlState == OUT_DATA) || (ControlState == LAST_OUT_DATA)) in Out0_Process()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dusb_core.c504 uint32_t ControlState = pInformation->ControlState; in DataStageIn() local
560 pInformation->ControlState = ControlState; in DataStageIn()
687 pInformation->ControlState = ControlState; in NoData_Setup0()
935 uint32_t ControlState = pInformation->ControlState; in In0_Process() local
937 if ((ControlState == IN_DATA) || (ControlState == LAST_IN_DATA)) in In0_Process()
941 ControlState = pInformation->ControlState; in In0_Process()
961 pInformation->ControlState = ControlState; in In0_Process()
975 uint32_t ControlState = pInformation->ControlState; in Out0_Process() local
977 if ((ControlState == IN_DATA) || (ControlState == LAST_IN_DATA)) in Out0_Process()
982 else if ((ControlState == OUT_DATA) || (ControlState == LAST_OUT_DATA)) in Out0_Process()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DFunctionExpression.cpp30 ControlState GetValue() const override in GetValue()
182 ControlState GetValue() const override in GetValue()
217 ControlState GetValue() const override in GetValue()
236 ControlState GetValue() const override in GetValue()
255 ControlState GetValue() const override in GetValue()
274 ControlState GetValue() const override in GetValue()
293 ControlState GetValue() const override in GetValue()
336 ControlState GetValue() const override in GetValue()
356 ControlState GetValue() const override in GetValue()
424 mutable ControlState m_value = 0.0;
[all …]
H A DControlReference.h31 virtual ControlState State(const ControlState state = 0) = 0;
43 ControlState range;
66 inline ControlState ControlReference::GetState<ControlState>()
81 ControlState State(const ControlState state) override;
94 ControlState State(const ControlState state) override;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/ControlGroup/
H A DForce.h23 ControlState GetGateRadiusAtAngle(double ang) const final override;
25 ControlState GetDefaultInputRadiusAtAngle(double angle) const final override;
30 ControlState GetSpeed() const;
31 ControlState GetReturnSpeed() const;
34 ControlState GetTwistAngle() const;
37 ControlState GetMaxDistance() const;
51 explicit Shake(const std::string& name, ControlState default_intensity_scale = 1);
55 ControlState GetDeadzone() const;
58 ControlState GetIntensity() const;
61 ControlState GetFrequency() const;
H A DForce.cpp70 const ControlState y = controls[0]->GetState() - controls[1]->GetState(); in GetReshapableState()
83 ControlState z = controls[4]->GetState() - controls[5]->GetState(); in GetState()
94 ControlState Force::GetGateRadiusAtAngle(double) const in GetGateRadiusAtAngle()
100 ControlState Force::GetSpeed() const in GetSpeed()
105 ControlState Force::GetReturnSpeed() const in GetReturnSpeed()
110 ControlState Force::GetTwistAngle() const in GetTwistAngle()
115 ControlState Force::GetMaxDistance() const in GetMaxDistance()
120 ControlState Force::GetDefaultInputRadiusAtAngle(double) const in GetDefaultInputRadiusAtAngle()
176 ControlState Shake::GetDeadzone() const in GetDeadzone()
181 ControlState Shake::GetIntensity() const in GetIntensity()
[all …]
H A DMixedTriggers.cpp34 void MixedTriggers::GetState(u16* const digital, const u16* bitmasks, ControlState* analog, in GetState()
37 const ControlState threshold = GetThreshold(); in GetState()
38 ControlState deadzone = GetDeadzone(); in GetState()
49 const ControlState button_value = ApplyDeadzone(controls[i]->GetState(), deadzone); in GetState()
50 ControlState analog_value = in GetState()
67 ControlState MixedTriggers::GetDeadzone() const in GetDeadzone()
72 ControlState MixedTriggers::GetThreshold() const in GetThreshold()
H A DTilt.cpp47 const ControlState y = controls[0]->GetState() - controls[1]->GetState(); in GetReshapableState()
48 const ControlState x = controls[3]->GetState() - controls[2]->GetState(); in GetReshapableState()
54 const ControlState modifier = controls[4]->GetState(); in GetReshapableState()
64 ControlState Tilt::GetGateRadiusAtAngle(double ang) const in GetGateRadiusAtAngle()
66 const ControlState max_tilt_angle = m_max_angle_setting.GetValue() / 180; in GetGateRadiusAtAngle()
70 ControlState Tilt::GetDefaultInputRadiusAtAngle(double ang) const in GetDefaultInputRadiusAtAngle()
75 ControlState Tilt::GetMaxRotationalVelocity() const in GetMaxRotationalVelocity()
H A DCursor.h20 ControlState x{};
21 ControlState y{};
29 ControlState GetGateRadiusAtAngle(double ang) const override;
34 ControlState GetTotalYaw() const;
37 ControlState GetTotalPitch() const;
40 ControlState GetVerticalOffset() const;
/dports/multimedia/mpeg_play/mpeg_play/
H A Dctrlbar.c608 if (ControlState == CTRL_EOF || ControlState == CTRL_FFWD
612 switch(ControlState) {
948 LastState = ControlState;
998 if ((ControlState == CTRL_EOF || ControlState == CTRL_FFWD)
1014 if (ControlState == CTRL_PAUSE || ControlState == CTRL_PLAY)
1059 ControlState=CTRL_EXIT;
1082 LastState = ControlState;
1131 ControlState = CTRL_FFWD;
1151 if (ControlState == CTRL_PAUSE || ControlState == CTRL_EOF) {
1155 switch(ControlState) {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalnativewidgets-luna.cxx383 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
395 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
407 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
419 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
526 ControlState nState, in ImplDrawNativeControl()
552 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
767 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
788 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
808 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
834 if( !(nState & ControlState::ENABLED) ) in ImplDrawNativeControl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalnativewidgets-luna.cxx379 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
391 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
403 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
415 if( rState & ControlState::PRESSED ) in ImplConvertSpinbuttonValues()
522 ControlState nState, in ImplDrawNativeControl()
548 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
763 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
784 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
804 if( nState & ControlState::PRESSED ) in ImplDrawNativeControl()
830 if( !(nState & ControlState::ENABLED) ) in ImplDrawNativeControl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx111 ControlState nState,
220 ControlState nState );
306 ControlState nState,
317 ControlState nState );
330 ControlState nState );
334 ControlState nState );
349 ControlState nState );
357 ControlState nState );
364 ControlState nState );
373 ControlState nState );
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A DWidgetDefinition.cxx29 WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlState eState, in getStates()
39 && !((state->msEnabled == "true" && eState & ControlState::ENABLED) in getStates()
40 || (state->msEnabled == "false" && !(eState & ControlState::ENABLED)))) in getStates()
43 && !((state->msFocused == "true" && eState & ControlState::FOCUSED) in getStates()
44 || (state->msFocused == "false" && !(eState & ControlState::FOCUSED)))) in getStates()
47 && !((state->msPressed == "true" && eState & ControlState::PRESSED) in getStates()
48 || (state->msPressed == "false" && !(eState & ControlState::PRESSED)))) in getStates()
51 && !((state->msRollover == "true" && eState & ControlState::ROLLOVER) in getStates()
55 && !((state->msDefault == "true" && eState & ControlState::DEFAULT) in getStates()
56 || (state->msDefault == "false" && !(eState & ControlState::DEFAULT)))) in getStates()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A DWidgetDefinition.cxx29 WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlState eState, in getStates()
39 && !((state->msEnabled == "true" && eState & ControlState::ENABLED) in getStates()
40 || (state->msEnabled == "false" && !(eState & ControlState::ENABLED)))) in getStates()
43 && !((state->msFocused == "true" && eState & ControlState::FOCUSED) in getStates()
44 || (state->msFocused == "false" && !(eState & ControlState::FOCUSED)))) in getStates()
47 && !((state->msPressed == "true" && eState & ControlState::PRESSED) in getStates()
48 || (state->msPressed == "false" && !(eState & ControlState::PRESSED)))) in getStates()
51 && !((state->msRollover == "true" && eState & ControlState::ROLLOVER) in getStates()
55 && !((state->msDefault == "true" && eState & ControlState::DEFAULT) in getStates()
56 || (state->msDefault == "false" && !(eState & ControlState::DEFAULT)))) in getStates()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dscrbar.cxx428 ControlState nState = (IsEnabled() ? ControlState::ENABLED : ControlState::NONE) in ImplDrawNative()
429 | (HasFocus() ? ControlState::FOCUSED : ControlState::NONE); in ImplDrawNative()
489 ControlState nState1 = (IsEnabled() ? ControlState::ENABLED : ControlState::NONE) in ImplDrawNative()
490 | (HasFocus() ? ControlState::FOCUSED : ControlState::NONE); in ImplDrawNative()
491 ControlState nState2 = nState1; in ImplDrawNative()
493 …nState1 |= ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
494 …nState2 |= ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
520 ControlState nState1 = HasFocus() ? ControlState::FOCUSED : ControlState::NONE; in ImplDrawNative()
528 … nState1 |= ((mnStateFlags & SCRBAR_STATE_BTN1_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
529 … nState2 |= ((mnStateFlags & SCRBAR_STATE_BTN2_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dscrbar.cxx428 ControlState nState = (IsEnabled() ? ControlState::ENABLED : ControlState::NONE) in ImplDrawNative()
429 | (HasFocus() ? ControlState::FOCUSED : ControlState::NONE); in ImplDrawNative()
489 ControlState nState1 = (IsEnabled() ? ControlState::ENABLED : ControlState::NONE) in ImplDrawNative()
490 | (HasFocus() ? ControlState::FOCUSED : ControlState::NONE); in ImplDrawNative()
491 ControlState nState2 = nState1; in ImplDrawNative()
493 …nState1 |= ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
494 …nState2 |= ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
520 ControlState nState1 = HasFocus() ? ControlState::FOCUSED : ControlState::NONE; in ImplDrawNative()
528 … nState1 |= ((mnStateFlags & SCRBAR_STATE_BTN1_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
529 … nState2 |= ((mnStateFlags & SCRBAR_STATE_BTN2_DOWN) ? ControlState::PRESSED : ControlState::NONE); in ImplDrawNative()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/us2400/
H A Dtypes.h74 struct ControlState struct
76 ControlState(): pos(0.0), sign(0), delta(0.0), ticks(0), led_state(off), button_state(neither) {} in ControlState() argument
78 ControlState (LedState ls): pos(0.0), delta(0.0), led_state(ls), button_state(neither) {} in ControlState() function
81ControlState (LedState ls, float flt): pos(flt), delta(flt), ticks(0), led_state(ls), button_state… in ControlState() argument
82 ControlState (float flt): pos(flt), delta(flt), ticks(0), led_state(none), button_state(neither) {} in ControlState() argument
83ControlState (float flt, unsigned int tcks): pos(flt), delta(flt), ticks(tcks), led_state(none), b… in ControlState() function
84 ControlState (ButtonState bs): pos(0.0), delta(0.0), ticks(0), led_state(none), button_state(bs) {} in ControlState() function
102 std::ostream & operator << (std::ostream &, const ControlState &); argument
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dtypes.h73 struct ControlState struct
75 ControlState(): pos(0.0), sign(0), delta(0.0), ticks(0), led_state(off), button_state(neither) {} in ControlState() argument
77 ControlState (LedState ls): pos(0.0), delta(0.0), led_state(ls), button_state(neither) {} in ControlState() function
80ControlState (LedState ls, float flt): pos(flt), delta(flt), ticks(0), led_state(ls), button_state… in ControlState() function
81 ControlState (float flt): pos(flt), delta(flt), ticks(0), led_state(none), button_state(neither) {} in ControlState() argument
82ControlState (float flt, unsigned int tcks): pos(flt), delta(flt), ticks(tcks), led_state(none), b… in ControlState() function
83 ControlState (ButtonState bs): pos(0.0), delta(0.0), ticks(0), led_state(none), button_state(bs) {} in ControlState() function
101 std::ostream & operator << (std::ostream &, const ControlState &); argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsalnativewidgets.hxx215 enum class ControlState { enum
226 template<> struct typed_flags<ControlState> : is_typed_flags<ControlState, 0x006f> {};
302 ControlState mnButton1State;
303 ControlState mnButton2State;
304 ControlState mnThumbState;
310 mnButton1State = ControlState::NONE; mnButton2State = ControlState::NONE; in ScrollbarValue()
311 mnThumbState = ControlState::NONE; in ScrollbarValue()
329 ControlState mnThumbState;
426 ControlState mnUpperState;
427 ControlState mnLowerState;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsalnativewidgets.hxx215 enum class ControlState { enum
226 template<> struct typed_flags<ControlState> : is_typed_flags<ControlState, 0x006f> {};
302 ControlState mnButton1State;
303 ControlState mnButton2State;
304 ControlState mnThumbState;
310 mnButton1State = ControlState::NONE; mnButton2State = ControlState::NONE; in ScrollbarValue()
311 mnThumbState = ControlState::NONE; in ScrollbarValue()
329 ControlState mnThumbState;
426 ControlState mnUpperState;
427 ControlState mnLowerState;
[all …]

12345678910>>...16