Home
last modified time | relevance | path

Searched refs:fix_bps (Results 1 – 5 of 5) sorted by relevance

/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_msa.h182 … esl_msa_MinimGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int consider_rf, int fix_bps);
184 extern int esl_msa_NoGapsText (ESL_MSA *msa, char *errbuf, const char *gaps, int fix_bps);
H A Desl_msa.c2562 esl_msa_MinimGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int consider_rf, int fix_bps) in esl_msa_MinimGapsText() argument
2584 if (fix_bps && (status = esl_msa_RemoveBrokenBasepairs(msa, errbuf, useme)) != eslOK) goto ERROR; in esl_msa_MinimGapsText()
2695 esl_msa_NoGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int fix_bps) in esl_msa_NoGapsText() argument
2711 if (fix_bps && (status = esl_msa_RemoveBrokenBasepairs(msa, errbuf, useme)) != eslOK) goto ERROR; in esl_msa_NoGapsText()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_msa.h182 … esl_msa_MinimGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int consider_rf, int fix_bps);
184 extern int esl_msa_NoGapsText (ESL_MSA *msa, char *errbuf, const char *gaps, int fix_bps);
H A Desl_msa.c2562 esl_msa_MinimGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int consider_rf, int fix_bps) in esl_msa_MinimGapsText() argument
2584 if (fix_bps && (status = esl_msa_RemoveBrokenBasepairs(msa, errbuf, useme)) != eslOK) goto ERROR; in esl_msa_MinimGapsText()
2695 esl_msa_NoGapsText(ESL_MSA *msa, char *errbuf, const char *gaps, int fix_bps) in esl_msa_NoGapsText() argument
2711 if (fix_bps && (status = esl_msa_RemoveBrokenBasepairs(msa, errbuf, useme)) != eslOK) goto ERROR; in esl_msa_NoGapsText()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/flac/
H A Dflac.c220 fix_bps (int bps) { in fix_bps() function
232 _info->fmt.bps = fix_bps (metadata->data.stream_info.bits_per_sample); in cflac_metadata_callback()
682 _info->fmt.bps = fix_bps (metadata->data.stream_info.bits_per_sample); in cflac_init_metadata_callback()