Home
last modified time | relevance | path

Searched refs:is_control (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dfaustbench.cpp109 …ize, const string& name, int run, int buffer_size, bool is_trace, bool is_control, int ds, int us,… in bench() argument
111 …measure_dsp_real<REAL> mes(dsp, buffer_size, 5., is_trace, is_control, ds, us, filter); // Buffer… in bench()
120 extern "C" int bench_all(const char* name, int run, int buffer_size, bool is_trace, bool is_control in bench_all() argument
202 …_scal(), sizeof(dsp_scal), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
207 …1_4(), sizeof(dsp_vec1_4), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
208 …0_8(), sizeof(dsp_vec0_8), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
216 …1_4(), sizeof(dsp_vec1_4), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
246 …_scal(), sizeof(dsp_scal), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
257 …_scal(), sizeof(dsp_scal), options[ind++], run, buffer_size, is_trace, is_control, ds, us, filter)… in bench_all()
287 bool is_control = isopt(argv, "-control"); in main() local
[all …]
H A Dfaustbench-llvm.cpp45 …ngle(const string& in_filename, dsp* DSP, int buffer_size, int run, bool is_control, bool is_trace) in bench_single() argument
47 …measure_dsp_real<REAL> mes(DSP, buffer_size, 5., true, is_control); // Buffer_size and duration i… in bench_single()
83 bool is_control = isopt(argv, "-control"); in main() local
156 bench_single<double>(in_filename, DSP, buffer_size, run, is_control, is_trace); in main()
158 bench_single<float>(in_filename, DSP, buffer_size, run, is_control, is_trace); in main()
168 is_control, in main()
178 is_control, in main()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dlua_detector_module.cc93 inline void set_control(lua_State* L, bool is_control) in set_control() argument
95 lua_pushboolean (L, is_control ? 1 : 0); // push flag to stack in set_control()
99 static lua_State* create_lua_state(const AppIdConfig& config, bool is_control) in create_lua_state() argument
108 set_control(L, is_control); in create_lua_state()
159 L = create_lua_state(ctxt.config, is_control); in LuaDetectorManager()
160 if (is_control) in LuaDetectorManager()
228 lua_detector_mgr->initialize_lua_detectors(is_control, reload); in initialize()
427 if (!is_control) in load_detector()
549 else if (is_control and has_validate) in load_lua_detectors()
573 load_lua_detectors(path, false, is_control, reload); in initialize_lua_detectors()
[all …]
H A Dlua_detector_module.h53 static void initialize(AppIdContext&, bool is_control=false, bool reload=false);
72 void initialize_lua_detectors(bool is_control, bool reload = false);
75 …bool load_detector(char* detector_name, bool is_custom, bool is_control, bool reload, std::string&…
76 void load_lua_detectors(const char* path, bool is_custom, bool is_control, bool reload = false);
H A Dappid_config.cc226 void OdpThreadContext::initialize(AppIdContext& ctxt, bool is_control, bool reload_odp) in initialize() argument
228 if (!is_control and reload_odp) in initialize()
231 LuaDetectorManager::initialize(ctxt, is_control, reload_odp); in initialize()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syslog_loose-0.3.0/tests/
H A Dnon_empty_string.rs80 !c.is_whitespace() && !c.is_control() && c.is_ascii()
85 !c.is_whitespace() && !c.is_control() && c.is_ascii() && c != ']' && c != '=' && c != '-'
90 …!c.is_whitespace() && !c.is_control() && c.is_ascii() && c != ']' && c != '"' && c != '\\' && c !=…
95 !c.is_whitespace() && !c.is_control() && c.is_ascii() && c != '[' && c != ':' && c != '-'
100 !c.is_whitespace() && !c.is_control() && c.is_ascii() && c != '[' && c != ':'
105 !c.is_whitespace() && !c.is_control() && c.is_ascii() && c != ']' && c != ':' && c != '-'
110 !c.is_whitespace() && !c.is_control() && c.is_ascii() && c != ':' && c != '-'
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dchar.rs155 assert!('\u{0}'.is_control()); in test_is_control()
156 assert!('\u{3}'.is_control()); in test_is_control()
157 assert!('\u{6}'.is_control()); in test_is_control()
158 assert!('\u{9}'.is_control()); in test_is_control()
159 assert!('\u{7f}'.is_control()); in test_is_control()
160 assert!('\u{92}'.is_control()); in test_is_control()
161 assert!(!'\u{20}'.is_control()); in test_is_control()
162 assert!(!'\u{55}'.is_control()); in test_is_control()
163 assert!(!'\u{68}'.is_control()); in test_is_control()
/dports/textproc/p5-MARC-Record/MARC-Record-2.0.7/lib/MARC/
H A DField.pm85 my $is_control = $class->is_controlfield_tag($tagno);
90 _is_control_field => $is_control,
93 if ( $is_control ) {
726 my $is_control = $self->is_controlfield_tag($tagno);
732 _is_control_field => $is_control,
735 if ( $is_control ) {
/dports/editors/fte/fte/src/
H A Dh_msg.cpp27 int is_head = 0, is_quote = 0, is_space = 0, is_tag = 0, is_control = 0; in Hilit_MSG() local
59 is_control = 1; in Hilit_MSG()
61 is_control = 1; in Hilit_MSG()
82 } else if (is_control) { in Hilit_MSG()
/dports/audio/faust/faust-2.37.3/architecture/soul/
H A Dsoul-faust-tester.cpp37 static bool is_control = false; variable
48 measure_dsp mes(DSP, buffer_size, 5., false, is_control); in measureDSP()
106 is_control = isopt(argv, "-control"); in main()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/impl/
H A Dparser.ipp41 if (!is_char(*m_read_ptr) || is_control(*m_read_ptr) ||
55 } else if (!is_char(*m_read_ptr) || is_control(*m_read_ptr) ||
72 } else if (is_control(*m_read_ptr)) {
85 } else if (is_control(*m_read_ptr)) {
197 } else if (is_control(*m_read_ptr)) {
266 if (!is_char(*m_read_ptr) || is_control(*m_read_ptr) ||
339 } else if (is_control(*m_read_ptr)) {
645 } else if (is_control(*ptr) ||
663 } else if (is_control(*ptr) ||
728 if (is_control(*string_iterator) ||
[all …]
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dftpdataio.c47 struct vsf_session* p_sess, int is_control, struct vsf_sysutil_dir* p_dir,
295 vsf_ftpdataio_transfer_dir(struct vsf_session* p_sess, int is_control, in vsf_ftpdataio_transfer_dir() argument
302 return transfer_dir_internal(p_sess, is_control, p_dir, p_base_dir_str, in vsf_ftpdataio_transfer_dir()
307 transfer_dir_internal(struct vsf_session* p_sess, int is_control, in transfer_dir_internal() argument
321 if (is_control) in transfer_dir_internal()
380 retval = transfer_dir_internal(p_sess, is_control, p_subdir, &sub_str, in transfer_dir_internal()
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dftpdataio.c47 struct vsf_session* p_sess, int is_control, struct vsf_sysutil_dir* p_dir,
295 vsf_ftpdataio_transfer_dir(struct vsf_session* p_sess, int is_control, in vsf_ftpdataio_transfer_dir() argument
302 return transfer_dir_internal(p_sess, is_control, p_dir, p_base_dir_str, in vsf_ftpdataio_transfer_dir()
307 transfer_dir_internal(struct vsf_session* p_sess, int is_control, in transfer_dir_internal() argument
321 if (is_control) in transfer_dir_internal()
380 retval = transfer_dir_internal(p_sess, is_control, p_subdir, &sub_str, in transfer_dir_internal()
/dports/textproc/p5-PPIx-Regexp/PPIx-Regexp-0.082/lib/PPIx/Regexp/Token/
H A DControl.pm89 my %is_control = map { $_ => 1 } qw{ l u L U Q E F };
133 $is_control{$control} or return $reject->( 2 );
/dports/x11-wm/awesome/awesome-4.3/
H A Dkeygrabber.c69 is_control(char *buf) in is_control() function
89 if (is_control(buf)) in keygrabber_handlekpress()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/processors/
H A Dhybi13.hpp376 if (frame::opcode::is_control(op)) { in consume()
483 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
536 if (frame::opcode::is_control(op)) { in prepare_data_frame()
774 if (frame::opcode::is_control(op) && in validate_incoming_basic_header()
787 || frame::opcode::is_control(op))) in validate_incoming_basic_header()
808 if (frame::opcode::is_control(op) && !frame::get_fin(h)) { in validate_incoming_basic_header()
818 if (!new_msg && !frame::opcode::is_control(op) && in validate_incoming_basic_header()
912 if (!frame::opcode::is_control(op)) { in prepare_control()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dinspector_port.c505 int is_control = 0;
509 is_control = 1;
518 is_control ? 0.f : minf,
519 is_control ? 1.f : maxf, -1, 20,
520 is_control ? 0.f : zerof, 0, 2,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/scripts/
H A Drun_rendering_benchmark_with_gated_performance.py57 def add_failure(self, name, benchmark, is_control=False): argument
62 if is_control:
65 def remove_failure(self, name, benchmark, is_control=False): argument
70 if is_control:
/dports/devel/websocketpp/websocketpp-0.8.2/test/utility/
H A Dframe.cpp144 BOOST_CHECK( is_control(frame::opcode::CONTINUATION) == false); in BOOST_AUTO_TEST_CASE()
145 BOOST_CHECK( is_control(frame::opcode::TEXT) == false); in BOOST_AUTO_TEST_CASE()
146 BOOST_CHECK( is_control(frame::opcode::BINARY) == false); in BOOST_AUTO_TEST_CASE()
147 BOOST_CHECK( is_control(frame::opcode::CLOSE) == true); in BOOST_AUTO_TEST_CASE()
148 BOOST_CHECK( is_control(frame::opcode::PING) == true); in BOOST_AUTO_TEST_CASE()
149 BOOST_CHECK( is_control(frame::opcode::PONG) == true); in BOOST_AUTO_TEST_CASE()
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py56 def is_control(line, index, word): function
89 if is_control(line, index, control):
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py56 def is_control(line, index, word): function
89 if is_control(line, index, control):
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py56 def is_control(line, index, word): function
89 if is_control(line, index, control):
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py56 def is_control(line, index, word): function
89 if is_control(line, index, control):
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/processors/
H A Dhybi13.hpp408 if (frame::opcode::is_control(op)) { in consume()
552 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
592 if (frame::opcode::is_control(op)) { in prepare_data_frame()
832 if (frame::opcode::is_control(op) && in validate_incoming_basic_header()
845 || frame::opcode::is_control(op))) in validate_incoming_basic_header()
866 if (frame::opcode::is_control(op) && !frame::get_fin(h)) { in validate_incoming_basic_header()
876 if (!new_msg && !frame::opcode::is_control(op) && in validate_incoming_basic_header()
962 if (!frame::opcode::is_control(op)) { in prepare_control()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/processors/
H A Dhybi13.hpp430 if (frame::opcode::is_control(op)) { in consume()
574 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
614 if (frame::opcode::is_control(op)) { in prepare_data_frame()
854 if (frame::opcode::is_control(op) && in validate_incoming_basic_header()
867 || frame::opcode::is_control(op))) in validate_incoming_basic_header()
888 if (frame::opcode::is_control(op) && !frame::get_fin(h)) { in validate_incoming_basic_header()
898 if (!new_msg && !frame::opcode::is_control(op) && in validate_incoming_basic_header()
984 if (!frame::opcode::is_control(op)) { in prepare_control()

12345678910>>...24