Home
last modified time | relevance | path

Searched refs:match_cnt (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-flow.c216 fd->match_cnt = 0; in DetectFlowParse()
308 fd->match_cnt++; in DetectFlowParse()
507 fd->match_cnt == 1); in DetectFlowTestParse02()
599 fd->match_cnt == 2); in DetectFlowTestParse09()
614 fd->match_cnt == 2); in DetectFlowTestParse10()
629 fd->match_cnt == 2); in DetectFlowTestParse11()
656 fd->match_cnt == 1); in DetectFlowTestParseNocase02()
735 fd->match_cnt == 2); in DetectFlowTestParseNocase08()
750 fd->match_cnt == 2); in DetectFlowTestParseNocase09()
765 fd->match_cnt == 2); in DetectFlowTestParseNocase10()
[all …]
/dports/devel/urjtag/urjtag-2021.03/src/cmd/
H A Dcmd_test.c112 cmd_test_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_test_complete() argument
119 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "signal"); in cmd_test_complete()
123 cmd_signal_complete (chain, matches, match_cnt, text, text_len); in cmd_test_complete()
127 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "0"); in cmd_test_complete()
128 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "1"); in cmd_test_complete()
H A Dcmd_set.c121 cmd_set_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_set_complete() argument
135 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "signal"); in cmd_set_complete()
139 cmd_signal_complete (chain, matches, match_cnt, text, text_len); in cmd_set_complete()
143 urj_completion_mayben_add_matches (matches, match_cnt, text, text_len, in cmd_set_complete()
149 urj_completion_mayben_add_matches (matches, match_cnt, text, in cmd_set_complete()
H A Dcmd_cable.c136 cmd_cable_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_cable_complete() argument
145 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "probe"); in cmd_cable_complete()
148 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, in cmd_cable_complete()
152 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "help"); in cmd_cable_complete()
153 urj_completion_mayben_add_param_list (matches, match_cnt, text, in cmd_cable_complete()
H A Dcmd_bsdl.c120 cmd_bsdl_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_bsdl_complete() argument
138 urj_completion_mayben_add_matches (matches, match_cnt, text, text_len, in cmd_bsdl_complete()
145 urj_completion_mayben_add_file (matches, match_cnt, text, in cmd_bsdl_complete()
148 urj_completion_mayben_add_matches (matches, match_cnt, text, in cmd_bsdl_complete()
H A Dcmd_part.c130 cmd_part_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_part_complete() argument
139 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "alias"); in cmd_part_complete()
147 urj_completion_mayben_add_match (matches, match_cnt, text, in cmd_part_complete()
151 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, in cmd_part_complete()
H A Dcmd_initbus.c69 cmd_initbus_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_initbus_complete() argument
79 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, in cmd_initbus_complete()
83 urj_completion_mayben_add_param_list (matches, match_cnt, text, in cmd_initbus_complete()
H A Dcmd_shift.c81 cmd_shift_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_shift_complete() argument
88 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "dr"); in cmd_shift_complete()
89 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "ir"); in cmd_shift_complete()
H A Dcmd_get.c96 cmd_get_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_get_complete() argument
103 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "signal"); in cmd_get_complete()
107 cmd_signal_complete (chain, matches, match_cnt, text, text_len); in cmd_get_complete()
H A Dcmd_flashmem.c112 cmd_flashmem_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_flashmem_complete() argument
122 urj_completion_mayben_add_file (matches, match_cnt, text, in cmd_flashmem_complete()
127 urj_completion_mayben_add_match (matches, match_cnt, text, text_len, "noverify"); in cmd_flashmem_complete()
H A Dcmd_svf.c99 cmd_svf_complete (urj_chain_t *chain, char ***matches, size_t *match_cnt, in cmd_svf_complete() argument
112 urj_completion_mayben_add_file (matches, match_cnt, text, in cmd_svf_complete()
117 urj_completion_mayben_add_matches (matches, match_cnt, text, text_len, in cmd_svf_complete()
/dports/games/tads/tads-3.0.8/tads2/
H A Dindlg_tx.c60 int match_cnt; in tio_input_dialog() local
202 for (i = 0, match_cnt = 0 ; i < button_count ; ++i) in tio_input_dialog()
231 ++match_cnt; in tio_input_dialog()
241 if (match_cnt == 1) in tio_input_dialog()
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dcorestr.cpp264 long match_cnt(0); in edit_distance() local
275 ++match_cnt; in edit_distance()
282 if (!match_cnt) in edit_distance()
286 std::unique_ptr<char32_t []> ms(std::make_unique<char32_t []>(2 * match_cnt)); in edit_distance()
287 std::fill_n(ms.get(), 2 * match_cnt, char32_t(0)); in edit_distance()
289 char32_t *const ms2(&ms[match_cnt]); in edit_distance()
303 for (long i = 0; match_cnt > i; ++i) in edit_distance()
316 double const m(match_cnt); in edit_distance()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dcorestr.cpp264 long match_cnt(0); in edit_distance() local
275 ++match_cnt; in edit_distance()
282 if (!match_cnt) in edit_distance()
286 std::unique_ptr<char32_t []> ms(std::make_unique<char32_t []>(2 * match_cnt)); in edit_distance()
287 std::fill_n(ms.get(), 2 * match_cnt, char32_t(0)); in edit_distance()
289 char32_t *const ms2(&ms[match_cnt]); in edit_distance()
303 for (long i = 0; match_cnt > i; ++i) in edit_distance()
316 double const m(match_cnt); in edit_distance()
/dports/games/tads/tads-3.0.8/tads3/
H A Dindlg_tx.cpp55 int match_cnt; in input_dialog() local
217 for (i = 0, match_cnt = 0 ; i < button_count ; ++i) in input_dialog()
246 ++match_cnt; in input_dialog()
256 if (match_cnt == 1) in input_dialog()
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0107-topic_recreate.c139 int match_cnt = 0, other_cnt = 0, err_cnt = 0; in expect_messages() local
145 while (match_cnt < cnt) { in expect_messages()
158 match_cnt++; in expect_messages()
173 match_cnt, exp_value, other_cnt, err_cnt); in expect_messages()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/
H A D0107-topic_recreate.c139 int match_cnt = 0, other_cnt = 0, err_cnt = 0; in expect_messages() local
145 while (match_cnt < cnt) { in expect_messages()
158 match_cnt++; in expect_messages()
173 match_cnt, exp_value, other_cnt, err_cnt); in expect_messages()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0107-topic_recreate.c139 int match_cnt = 0, other_cnt = 0, err_cnt = 0; in expect_messages() local
145 while (match_cnt < cnt) { in expect_messages()
158 match_cnt++; in expect_messages()
173 match_cnt, exp_value, other_cnt, err_cnt); in expect_messages()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Ddescribe.c308 unsigned int match_cnt = 0, annotated_cnt = 0, cur_match; in describe_commit() local
362 } else if (match_cnt < max_candidates) { in describe_commit()
363 struct possible_tag *t = &all_matches[match_cnt++]; in describe_commit()
366 t->flag_within = 1u << match_cnt; in describe_commit()
367 t->found_order = match_cnt; in describe_commit()
377 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
386 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
415 if (!match_cnt) { in describe_commit()
433 QSORT(all_matches, match_cnt, compare_pt); in describe_commit()
452 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Ddescribe.c308 unsigned int match_cnt = 0, annotated_cnt = 0, cur_match; in describe_commit() local
362 } else if (match_cnt < max_candidates) { in describe_commit()
363 struct possible_tag *t = &all_matches[match_cnt++]; in describe_commit()
366 t->flag_within = 1u << match_cnt; in describe_commit()
367 t->found_order = match_cnt; in describe_commit()
377 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
386 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
415 if (!match_cnt) { in describe_commit()
433 QSORT(all_matches, match_cnt, compare_pt); in describe_commit()
452 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Ddescribe.c308 unsigned int match_cnt = 0, annotated_cnt = 0, cur_match; in describe_commit() local
362 } else if (match_cnt < max_candidates) { in describe_commit()
363 struct possible_tag *t = &all_matches[match_cnt++]; in describe_commit()
366 t->flag_within = 1u << match_cnt; in describe_commit()
367 t->found_order = match_cnt; in describe_commit()
377 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
386 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
415 if (!match_cnt) { in describe_commit()
433 QSORT(all_matches, match_cnt, compare_pt); in describe_commit()
452 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
/dports/devel/git/git-2.34.1/builtin/
H A Ddescribe.c308 unsigned int match_cnt = 0, annotated_cnt = 0, cur_match; in describe_commit() local
362 } else if (match_cnt < max_candidates) { in describe_commit()
363 struct possible_tag *t = &all_matches[match_cnt++]; in describe_commit()
366 t->flag_within = 1u << match_cnt; in describe_commit()
367 t->found_order = match_cnt; in describe_commit()
377 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
386 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
415 if (!match_cnt) { in describe_commit()
433 QSORT(all_matches, match_cnt, compare_pt); in describe_commit()
452 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Ddescribe.c308 unsigned int match_cnt = 0, annotated_cnt = 0, cur_match; in describe_commit() local
362 } else if (match_cnt < max_candidates) { in describe_commit()
363 struct possible_tag *t = &all_matches[match_cnt++]; in describe_commit()
366 t->flag_within = 1u << match_cnt; in describe_commit()
367 t->found_order = match_cnt; in describe_commit()
377 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
386 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
415 if (!match_cnt) { in describe_commit()
433 QSORT(all_matches, match_cnt, compare_pt); in describe_commit()
452 for (cur_match = 0; cur_match < match_cnt; cur_match++) { in describe_commit()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Drenesas-sdhi.c183 unsigned long match_cnt;/* counter of matching data */ in renesas_sdhi_select_tuning() local
236 match_cnt = 0; in renesas_sdhi_select_tuning()
244 if (ntap > match_cnt) { in renesas_sdhi_select_tuning()
247 match_cnt = ntap; in renesas_sdhi_select_tuning()
252 if (ntap > match_cnt) { in renesas_sdhi_select_tuning()
255 match_cnt = ntap; in renesas_sdhi_select_tuning()
257 if (match_cnt) in renesas_sdhi_select_tuning()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Drenesas-sdhi.c183 unsigned long match_cnt;/* counter of matching data */ in renesas_sdhi_select_tuning() local
236 match_cnt = 0; in renesas_sdhi_select_tuning()
244 if (ntap > match_cnt) { in renesas_sdhi_select_tuning()
247 match_cnt = ntap; in renesas_sdhi_select_tuning()
252 if (ntap > match_cnt) { in renesas_sdhi_select_tuning()
255 match_cnt = ntap; in renesas_sdhi_select_tuning()
257 if (match_cnt) in renesas_sdhi_select_tuning()

1234567