Home
last modified time | relevance | path

Searched refs:total_matched (Results 1 – 7 of 7) sorted by relevance

/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Ddisplay.cpp622 uint64_t total_matched = known.total_matched(); in finalize_matching() local
625 if (total_matched != known_size()) in finalize_matching()
H A Dhashlist.cpp281 uint64_t hashlist::total_matched() in total_matched() function in hashlist
H A Dmain.h460 uint64_t total_matched(); // return the total matched from all calls to search()
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_string.cpp729 int total_matched{0}; member in string_matcher_t
737 int match_count() const { return total_matched; } in match_count()
778 total_matched++; in report_matches()
1083 total_matched++; in report_matches()
1089 for (auto *ovector = pcre2_get_ovector_pointer(regex.match); opts.all; total_matched++) { in report_matches()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/crcp/bkmrk/
H A Dcrcp_bkmrk_pml.c365 int total_sent, int total_matched);
381 int total_recv, int total_matched);
5384 int total_sent, int total_matched) in send_msg_details() argument
5397 need = total_sent - total_matched; in send_msg_details()
5637 int total_recv, int total_matched) in recv_msg_details() argument
5645 need = total_recv - total_matched; in recv_msg_details()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/crcp/bkmrk/
H A Dcrcp_bkmrk_pml.c365 int total_sent, int total_matched);
381 int total_recv, int total_matched);
5384 int total_sent, int total_matched) in send_msg_details() argument
5397 need = total_sent - total_matched; in send_msg_details()
5637 int total_recv, int total_matched) in recv_msg_details() argument
5645 need = total_recv - total_matched; in recv_msg_details()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c11473 int total_matched = 0, matched = 0; local
11491 total_matched += matched;
11519 *nmatched = total_matched;