Home
last modified time | relevance | path

Searched refs:ret_match (Results 1 – 14 of 14) sorted by relevance

/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_distance.h50 extern int esl_dst_CAverageMatch(char **as, int N, int max_comparisons, double *ret_match);
53 …AverageMatch(const ESL_ALPHABET *abc, ESL_DSQ **ax, int N, int max_comparisons, double *ret_match);
H A Desl_distance.c901 esl_dst_CAverageMatch(char **as, int N, int max_comparisons, double *ret_match) in esl_dst_CAverageMatch() argument
908 if (N <= 1) { *ret_match = 1.; return eslOK; } in esl_dst_CAverageMatch()
909 *ret_match = 0.; in esl_dst_CAverageMatch()
937 *ret_match = sum; in esl_dst_CAverageMatch()
1039 …XAverageMatch(const ESL_ALPHABET *abc, ESL_DSQ **ax, int N, int max_comparisons, double *ret_match) in esl_dst_XAverageMatch() argument
1046 if (N <= 1) { *ret_match = 1.; return eslOK; } in esl_dst_XAverageMatch()
1047 *ret_match = 0.; in esl_dst_XAverageMatch()
1079 *ret_match = sum; in esl_dst_XAverageMatch()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_distance.h50 extern int esl_dst_CAverageMatch(char **as, int N, int max_comparisons, double *ret_match);
53 …AverageMatch(const ESL_ALPHABET *abc, ESL_DSQ **ax, int N, int max_comparisons, double *ret_match);
H A Desl_distance.c901 esl_dst_CAverageMatch(char **as, int N, int max_comparisons, double *ret_match) in esl_dst_CAverageMatch() argument
908 if (N <= 1) { *ret_match = 1.; return eslOK; } in esl_dst_CAverageMatch()
909 *ret_match = 0.; in esl_dst_CAverageMatch()
937 *ret_match = sum; in esl_dst_CAverageMatch()
1039 …XAverageMatch(const ESL_ALPHABET *abc, ESL_DSQ **ax, int N, int max_comparisons, double *ret_match) in esl_dst_XAverageMatch() argument
1046 if (N <= 1) { *ret_match = 1.; return eslOK; } in esl_dst_XAverageMatch()
1047 *ret_match = 0.; in esl_dst_XAverageMatch()
1079 *ret_match = sum; in esl_dst_XAverageMatch()
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Ddns.c453 ndpi_protocol_match_result ret_match; in ndpi_search_dns() local
460 &ret_match, in ndpi_search_dns()
463 if(ret_match.protocol_category != NDPI_PROTOCOL_CATEGORY_UNSPECIFIED) in ndpi_search_dns()
464 flow->category = ret_match.protocol_category; in ndpi_search_dns()
H A Dhttp.c590 ndpi_protocol_match_result ret_match; in check_content_type_and_change_protocol() local
595 &ret_match, in check_content_type_and_change_protocol()
660 ndpi_protocol_match_result ret_match; in check_content_type_and_change_protocol() local
664 &ret_match, NDPI_PROTOCOL_HTTP); in check_content_type_and_change_protocol()
H A Dquic.c1328 ndpi_protocol_match_result ret_match; in process_chlo() local
1370 &ret_match, NDPI_PROTOCOL_QUIC); in process_chlo()
/dports/net/rsync/rsync-3.2.3/
H A Dexclude.c623 int ret_match = ex->rflags & FILTRULE_NEGATE ? 0 : 1; in rule_matches() local
656 return !ret_match; in rule_matches()
681 return ret_match; in rule_matches()
684 return ret_match; in rule_matches()
687 return ret_match; in rule_matches()
694 return ret_match; in rule_matches()
698 return !ret_match; in rule_matches()
/dports/net/rsync/rsync-3.2.3/patches/
H A Dignore-case.diff21 return ret_match;
25 return ret_match;
35 return ret_match;
39 return !ret_match;
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c4857 ndpi_protocol_match_result ret_match; in ndpi_detection_giveup() local
4859 memset(&ret_match, 0, sizeof(ret_match)); in ndpi_detection_giveup()
6854 &ret_match->protocol_category, &ret_match->protocol_breed); in ndpi_match_string_subprotocol()
6855 return rc < 0 ? rc : ret_match->protocol_id; in ndpi_match_string_subprotocol()
6924ret_match->protocol_id = NDPI_PROTOCOL_UNKNOWN, ret_match->protocol_category = NDPI_PROTOCOL_CATEG… in ndpi_automa_match_string_subprotocol()
6952 master_protocol_id, ret_match, 1); in ndpi_match_host_subprotocol()
6953 id = ret_match->protocol_category; in ndpi_match_host_subprotocol()
6979 ndpi_protocol_match_result ret_match; in ndpi_match_hostname_protocol() local
6989 &ret_match, master_protocol); in ndpi_match_hostname_protocol()
7004 ndpi_protocol_match_result *ret_match, in ndpi_match_content_subprotocol() argument
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_api.h.in426 * @par ret_match = completed returned match information
436 ndpi_protocol_match_result *ret_match,
445 * @par ret_match = completed returned match information
454 ndpi_protocol_match_result *ret_match,
474 * @par ret_match = completed returned match information
483 ndpi_protocol_match_result *ret_match,
/dports/security/mailzu/MailZu_0.8RC3/lib/
H A Dhtmlfilter.php524 $ret_match = false;
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Dmime.php1587 $ret_match = false;
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp5755 int lhs_ili, rhs_ili, ret_match, size1, size2; in gen_binary_expr() local
7777 MATCH_Kind ret_match; in gen_llvm_expr() local
9567 ret_match = match_types(expected_type, operand->ll_type); in gen_llvm_expr()
9568 switch (ret_match) { in gen_llvm_expr()
9606 assert(0, "gen_llvm_expr(): bad match type for operand", ret_match, in gen_llvm_expr()