Home
last modified time | relevance | path

Searched refs:all_starts (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-B-Utils/B-Utils-0.27/t/utils/
H A D20all_starts.t10 my %starts = all_starts();
19 my $starts = all_starts();
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/engine/mixer/
H A DHDFMixerWriter.cpp123 size_t all_starts[m_NumSubFiles][nDims]; in AddVar() local
131 m_SubfileComm.Gather(start.data(), nDims, all_starts[0], nDims, 0); in AddVar()
158 currStart[j] = all_starts[i][j]; in AddVar()
/dports/devel/p5-B-Utils/B-Utils-0.27/t/
H A D11export.t16 qw( all_starts all_roots anon_subs recalc_sub_cache
/dports/devel/p5-B-Utils/B-Utils-0.27/
H A DMANIFEST20 t/utils/20all_starts.t
H A DChanges135 - Added a function recalc_sub_cache so anon_subs, all_starts, and
/dports/devel/p5-Module-Info/Module-Info-0.35/lib/B/
H A DBUtils.pm104 sub all_starts { _init(); return %starts; } subroutine
/dports/devel/p5-B-Utils/B-Utils-0.27/lib/B/
H A DUtils.pm464 sub all_starts { _init_sub_cache(); wantarray ? %starts : \%starts } subroutine
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dparagraphs.cpp2182 bool all_starts = rows[row].GetLineType(); in RowIsStranded() local
2195 all_starts = false; in RowIsStranded()
2213 all_starts = false; in RowIsStranded()
2220 if (run_length > 2 || (!all_starts && run_length > 1)) { in RowIsStranded()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage2.c302 List_T all_starts; member
317 Stage2_new (List_T middle, List_T all_starts, List_T all_ends) { in Stage2_new() argument
324 new->all_starts = all_starts; in Stage2_new()
329 for (p = all_starts; p != NULL; p = List_next(p)) { in Stage2_new()
349 return this->all_starts; in Stage2_all_starts()
6558 List_T all_stage2results = NULL, all_paths, all_ends, all_starts, path, pairs, p; in Stage2_compute() local
6928 all_starts = (List_T) NULL; in Stage2_compute()
7003 all_starts = List_push(all_starts,(void *) path); in Stage2_compute()
7009 … all_stage2results = List_push(all_stage2results,(void *) Stage2_new(middle,all_starts,all_ends)); in Stage2_compute()