Home
last modified time | relevance | path

Searched refs:first_context (Results 1 – 25 of 126) sorted by relevance

123456

/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dvideo.c50 while(cnv->first_context) in video_converter_cleanup()
52 ctx = cnv->first_context->next; in video_converter_cleanup()
54 if(cnv->first_context->scaler) in video_converter_cleanup()
55 gavl_video_scaler_destroy(cnv->first_context->scaler); in video_converter_cleanup()
56 if(cnv->first_context->output_frame && cnv->first_context->next) in video_converter_cleanup()
58 free(cnv->first_context); in video_converter_cleanup()
59 cnv->first_context = ctx; in video_converter_cleanup()
94 cnv->first_context = ctx; in add_context()
464 tmp_ctx = cnv->first_context; in gavl_video_converter_reinit()
504 cnv->first_context->input_frame = input_frame; in gavl_video_convert()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailTemplateContextService.php79 $first_context = current($contexts);
80 … if (!($first_context instanceof ilMailTemplateContext) || $first_context->getId() != $a_id) {
84 return $first_context;
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailTemplateContextService.php79 $first_context = current($contexts);
80 … if (!($first_context instanceof ilMailTemplateContext) || $first_context->getId() != $a_id) {
84 return $first_context;
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_query_info.c76 retval->first_context = 0; in BlastQueryInfoNew()
225 if (A->min_length > 0 && A->max_length > 0 && A->first_context == 0) { in BSearchContextInfo()
334 Int4 first_context; in Blast_GetOneQueryStructs() local
344 first_context = query_index*num_frames; in Blast_GetOneQueryStructs()
345 query_offset = query_info->contexts[first_context].query_offset; in Blast_GetOneQueryStructs()
368 &query_info->contexts[first_context], in Blast_GetOneQueryStructs()
H A Dblast_parameters.c71 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindValidKarlinBlk()
101 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindSmallestLambda()
199 for (context = query_info->first_context; in BlastInitialWordParametersNew()
314 for (context = query_info->first_context; in BlastInitialWordParametersUpdate()
872 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
896 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
907 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
957 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
974 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
1083 for (context = query_info->first_context; in printBlastInitialWordParamters()
[all …]
H A Dblast_setup.c73 for (index = query_info->first_context; in Blast_ScoreBlkKbpGappedCalc()
409 for (context = query_info->first_context; in s_JumperScoreBlkFill()
423 context = query_info->first_context; in s_JumperScoreBlkFill()
542 for (index = query_info->first_context; in BlastSetup_Validate()
744 for (index = query_info->first_context; in BLAST_CalcEffLengths()
756 for (index = query_info->first_context; in BLAST_CalcEffLengths()
770 for (index = query_info->first_context; in BLAST_CalcEffLengths()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_query_info.c76 retval->first_context = 0; in BlastQueryInfoNew()
225 if (A->min_length > 0 && A->max_length > 0 && A->first_context == 0) { in BSearchContextInfo()
334 Int4 first_context; in Blast_GetOneQueryStructs() local
344 first_context = query_index*num_frames; in Blast_GetOneQueryStructs()
345 query_offset = query_info->contexts[first_context].query_offset; in Blast_GetOneQueryStructs()
368 &query_info->contexts[first_context], in Blast_GetOneQueryStructs()
H A Dblast_parameters.c71 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindValidKarlinBlk()
101 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindSmallestLambda()
199 for (context = query_info->first_context; in BlastInitialWordParametersNew()
314 for (context = query_info->first_context; in BlastInitialWordParametersUpdate()
876 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
900 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
911 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
961 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
978 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
1090 for (context = query_info->first_context; in printBlastInitialWordParamters()
[all …]
H A Dblast_setup.c73 for (index = query_info->first_context; in Blast_ScoreBlkKbpGappedCalc()
409 for (context = query_info->first_context; in s_JumperScoreBlkFill()
423 context = query_info->first_context; in s_JumperScoreBlkFill()
542 for (index = query_info->first_context; in BlastSetup_Validate()
744 for (index = query_info->first_context; in BLAST_CalcEffLengths()
756 for (index = query_info->first_context; in BLAST_CalcEffLengths()
770 for (index = query_info->first_context; in BLAST_CalcEffLengths()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_query_info.c76 retval->first_context = 0; in BlastQueryInfoNew()
225 if (A->min_length > 0 && A->max_length > 0 && A->first_context == 0) { in BSearchContextInfo()
334 Int4 first_context; in Blast_GetOneQueryStructs() local
344 first_context = query_index*num_frames; in Blast_GetOneQueryStructs()
345 query_offset = query_info->contexts[first_context].query_offset; in Blast_GetOneQueryStructs()
368 &query_info->contexts[first_context], in Blast_GetOneQueryStructs()
H A Dblast_parameters.c71 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindValidKarlinBlk()
101 for (i=query_info->first_context; i<=query_info->last_context; i++) { in s_BlastFindSmallestLambda()
199 for (context = query_info->first_context; in BlastInitialWordParametersNew()
314 for (context = query_info->first_context; in BlastInitialWordParametersUpdate()
876 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
900 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
911 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
961 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
978 for (context = query_info->first_context; in BlastHitSavingParametersUpdate()
1090 for (context = query_info->first_context; in printBlastInitialWordParamters()
[all …]
H A Dblast_setup.c73 for (index = query_info->first_context; in Blast_ScoreBlkKbpGappedCalc()
409 for (context = query_info->first_context; in s_JumperScoreBlkFill()
423 context = query_info->first_context; in s_JumperScoreBlkFill()
542 for (index = query_info->first_context; in BlastSetup_Validate()
744 for (index = query_info->first_context; in BLAST_CalcEffLengths()
756 for (index = query_info->first_context; in BLAST_CalcEffLengths()
770 for (index = query_info->first_context; in BLAST_CalcEffLengths()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/data/generators/
H A Dgenerate-doxygenlua.pl19 $first_context = " <context attribute=\"Normal Text\" lineEndContext=\"#stay\" name=\"Normal\">
26 $file =~ s/\n\s*<context [^\n]*?name="Normal".*?<\/context>/\n$first_context/s;
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblast.c2853 kbp = search->sbp->kbp[search->first_context]; in CalculateSecondCutoffScore()
4817 } else if (search->first_context==0) in BLASTSetUpSearchInternalByLoc()
4936 index>search->first_context || in BLASTSetUpSearchInternalByLoc()
5493 last_index = search->first_context; in BLASTSetUpSearchInternalByLoc()
5595 *first_context = 0; in BlastGetFirstAndLastContext()
5601 *first_context = 0; in BlastGetFirstAndLastContext()
5603 *first_context = 3; in BlastGetFirstAndLastContext()
5613 *first_context = 0; in BlastGetFirstAndLastContext()
5615 *first_context = 1; in BlastGetFirstAndLastContext()
5881 Int2 status, first_context, last_context; in BLASTSetUpSearchEx() local
[all …]
H A Dmblast.c760 SeqLocPtr query_slp, Int2Ptr first_context,
974 search->context[search->first_context].query->length = in BioseqMegaBlastEngineCore()
1007 Int2 status, first_context, last_context; in MegaBlastSetUpSearchWithReadDbInternal() local
1044 first_context, last_context, rdfp, in MegaBlastSetUpSearchWithReadDbInternal()
1190 context = search->first_context; in MegaBlastSetUpSearchInternalByLoc()
1274 context = search->first_context; in MegaBlastSetUpSearchInternalByLoc()
1301 if (search->first_context == 0) { in MegaBlastSetUpSearchInternalByLoc()
1485 if (context==search->first_context) in MegaBlastSetUpSearchInternalByLoc()
1575 for( context=search->first_context; in MegaBlastSetUpSearchInternalByLoc()
1596 if (context == search->first_context) in MegaBlastSetUpSearchInternalByLoc()
[all …]
H A Dblastconcat.c134 Int2 first_context, /* First context of the sequence */ in GetNumSpacers() local
157 &first_context, &last_context, in GetNumSpacers()
246 …(sbp->kbp_gap_std[first_context], options->gap_open, options->gap_extend, options->reward, options… in GetNumSpacers()
248 if( first_context == 0 ) in GetNumSpacers()
256 kbp = sbp->kbp[first_context]; in GetNumSpacers()
257 kbp_gap = sbp->kbp[first_context]; in GetNumSpacers()
269 kbp_gap = sbp->kbp_gap[first_context]; in GetNumSpacers()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddposutil.c1522 search->context_factor = (search->last_context-search->first_context+1); in CddSetUpSearchInternalByLoc()
1527 search->context_factor = search->last_context-search->first_context+1; in CddSetUpSearchInternalByLoc()
1564 for (index=search->first_context; index<=search->last_context; index++) in CddSetUpSearchInternalByLoc()
1612 if (search->first_context == 0) in CddSetUpSearchInternalByLoc()
1675 for (index=search->first_context; index<=search->last_context; index++) in CddSetUpSearchInternalByLoc()
1744 kbp[search->first_context]->H, in CddSetUpSearchInternalByLoc()
1833 …trigger*NCBIMATH_LN2+search->sbp->kbp[search->first_context]->logK)/ search->sbp->kbp[search->firs… in CddSetUpSearchInternalByLoc()
1839 …trigger*NCBIMATH_LN2+search->sbp->kbp[search->first_context]->logK)/ search->sbp->kbp[search->firs… in CddSetUpSearchInternalByLoc()
1848 …trigger*NCBIMATH_LN2+search->sbp->kbp[search->first_context]->logK)/ search->sbp->kbp[search->firs… in CddSetUpSearchInternalByLoc()
1997 Int2 status, first_context, last_context; in CddSetUpSearchWithReadDb() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dqueryinfo_unit_test.cpp70 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
94 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
119 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dqueryinfo_unit_test.cpp70 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
94 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
119 BOOST_REQUIRE_EQUAL(0, query_info->first_context); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/api/
H A Ddust_filter.c137 …Boolean no_forward_strand = (query_info->first_context > 0); /* filtering needed on reverse stran… in s_GetFilteringLocations()
144 for (context = query_info->first_context; in s_GetFilteringLocations()
H A Dblast_returns.c284 for (index=query_info->first_context; index<=query_info->last_context; index++) in s_SummaryKAParametersFill()
410 Int4 qlen = query_info->contexts[query_info->first_context].query_length; in s_SummaryDBStatsFill()
412 query_info->contexts[query_info->first_context].length_adjustment; in s_SummaryDBStatsFill()
422 query_info->contexts[query_info->first_context].eff_searchsp; in s_SummaryDBStatsFill()
/dports/multimedia/gavl/gavl-1.4.0/include/
H A Dvideo.h105 gavl_video_convert_context_t * first_context; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dquery_data.cpp93 for (int i = query_info->first_context; in IsValidQuery()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dquery_data.cpp93 for (int i = query_info->first_context; in IsValidQuery()
/dports/biology/diamond/diamond-2.0.13/src/lib/blast/
H A Dblast_query_info.h66 Int4 first_context; /**< Index of the first element of the context array */ member

123456