Home
last modified time | relevance | path

Searched refs:in_switch (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/
H A Dtb_analog_switch.vhd31 terminal in_switch : electrical;
57 p2 => in_switch
61 n1 => in_switch,
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Ddracr.py1181 in_switch = False
1192 in_switch = False
1199 in_switch = True
1206 in_switch = False
1213 in_switch = False
1227 if in_switch:
/dports/devel/cppcheck/cppcheck-2.6.3/test/synthetic/
H A Dcontrolflow.c36 void in_switch(int x) { in in_switch() function
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/synthetic/
H A Dcontrolflow.c36 void in_switch(int x) { in in_switch() function
/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Doctave-qscintilla.cc665 bool in_switch = false; in smart_indent_line_or_selected_text() local
684 in_switch = true; in smart_indent_line_or_selected_text()
705 if (in_switch) in smart_indent_line_or_selected_text()
707 in_switch = false; in smart_indent_line_or_selected_text()
719 in_switch = true; in smart_indent_line_or_selected_text()
733 in_switch = true; in smart_indent_line_or_selected_text()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkswitch.c99 guint in_switch : 1; member
211 priv->in_switch = TRUE; in gtk_switch_multipress_gesture_pressed()
233 if (priv->in_switch && in gtk_switch_multipress_gesture_released()
237 priv->in_switch = FALSE; in gtk_switch_multipress_gesture_released()
308 priv->in_switch = TRUE; in gtk_switch_enter()
323 priv->in_switch = FALSE; in gtk_switch_leave()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp83 void in_switch(int n) { in in_switch() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp103 void in_switch(int n) { in in_switch() function
/dports/audio/p5-MIDI/MIDI-Perl-0.83/lib/MIDI/
H A DSimple.pm1319 my $in_switch = ref($in) ? 'from_handle' : 'from_file';
1320 my $opus = MIDI::Opus->new({ $in_switch => $in });
/dports/lang/php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_optimizer.c772 zend_bool in_switch = 0; in zend_optimizer_replace_by_const() local
776 in_switch = 1; in zend_optimizer_replace_by_const()
781 if (!in_switch) { in zend_optimizer_replace_by_const()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_optimizer.c772 zend_bool in_switch = 0; in zend_optimizer_replace_by_const() local
776 in_switch = 1; in zend_optimizer_replace_by_const()
781 if (!in_switch) { in zend_optimizer_replace_by_const()

12