Home
last modified time | relevance | path

Searched refs:endid (Results 1 – 25 of 87) sorted by relevance

1234

/dports/biology/hisat2/hisat2-2.2.1/
H A Dpat.h177 TReadId& endid,
189 TReadId& endid,
204 TReadId& endid,
219 TReadId& endid,
291 TReadId& endid,
394 TReadId& endid,
486 TReadId& endid,
720 TReadId& endid,
731 TReadId& endid,
789 TReadId& endid, in nextReadImpl() argument
[all …]
H A Dpat.cpp82 TReadId& endid, in nextReadPair() argument
115 TReadId& endid, in nextRead() argument
162 TReadId& endid, in nextReadPair() argument
196 ra.endid = endid; in nextReadPair()
199 rb.endid = endid+1; in nextReadPair()
219 TReadId& endid, in nextReadPair() argument
250 ra.endid = endid; in nextReadPair()
295 ra.endid = endid; in nextReadPair()
298 rb.endid = endid+1; in nextReadPair()
551 TReadId& endid, argument
[all …]
H A Dread_qseq.cpp205 TReadId& endid, in read() argument
214 rdid = endid = readCnt_-1; in read()
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dstream.c96 RedisModuleStreamID startid, endid; in stream_range() local
98 RedisModule_StringToStreamID(argv[3], &endid) != REDISMODULE_OK) { in stream_range()
105 if (startid.ms > endid.ms || in stream_range()
106 (startid.ms == endid.ms && startid.seq > endid.seq)) { in stream_range()
108 startid = endid; in stream_range()
109 endid = tmp; in stream_range()
117 &startid, &endid) != REDISMODULE_OK) { in stream_range()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/tools/result_type_converter/
H A Dhecmw_res_type_conv.c15 int endid = 1; variable
26 printf(" -e [step] : end step number (default:%d)\n", endid); in help()
63 if (sscanf(argv[i], "%d", &endid) != 1) { in set_params()
113 for (i = strid; i <= endid; i++) { in main()
114 if ((i % intid) != 0 && i != endid) continue; in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/exe/
H A Dorbit_pc_viewer.cxx35 bool endid =false; in main() local
36 while(!endid){ in main()
42 endid = true; in main()
H A Dorbit_stats.cxx36 bool endid =false; in main() local
37 while(!endid){ in main()
43 endid = true; in main()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Post/
H A DMakeIndex.pm265 my $endid = $id;
268 $endid = shift(@ids);
269 $lvl-- if $$refs{$endid}{rangestart};
270 $lvl-- if $$refs{$endid}{rangeend};
277 $self->makeIndexRefs($doc, $endid,
278 grep { $_ ne 'rangeend' } sort keys %{ $$refs{$endid} })]); }
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/tools/result_file_merger/
H A Dfstr_rmerge.c16 int endid = -1; variable
34 printf(" -e [step] : end step number (default:%d)\n", endid); in help()
92 if (sscanf(argv[i], "%d", &endid) != 1) { in set_fname()
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dpathfinder.h119 path(p), startid(start), endid(end-1), npitsegments(pitsegments), nsegments(segments) in PathSegPit()
138 int endid; // Id of last pit Segment. variable
143 if (endid - startid >= 0) { in isPitSeg()
144 if (id >= startid && id <= endid) { in isPitSeg()
148 if ((id >= 0 && id <= endid) || (id >= startid && id < nsegments)) { in isPitSeg()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dpathfinder.h119 path(p), startid(start), endid(end-1), npitsegments(pitsegments), nsegments(segments) in PathSegPit()
138 int endid; // Id of last pit Segment. variable
143 if (endid - startid >= 0) { in isPitSeg()
144 if (id >= startid && id <= endid) { in isPitSeg()
148 if ((id >= 0 && id <= endid) || (id >= startid && id < nsegments)) { in isPitSeg()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dpathfinder.h119 path(p), startid(start), endid(end-1), npitsegments(pitsegments), nsegments(segments) in PathSegPit()
138 int endid; // Id of last pit Segment. variable
143 if (endid - startid >= 0) { in isPitSeg()
144 if (id >= startid && id <= endid) { in isPitSeg()
148 if ((id >= 0 && id <= endid) || (id >= startid && id < nsegments)) { in isPitSeg()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/scriptio/
H A DScriptReaderText.java243 int endid = statement.indexOf('*', 4); in processStatement() local
245 sessionNumber = Integer.parseInt(statement.substring(3, endid)); in processStatement()
246 statement = statement.substring(endid + 2); in processStatement()
/dports/math/fricas/fricas-1.3.7/src/boot/compiled/
H A Dbtscan2.clisp747 ; endid:=shoeIdEnd($ln,$n)
748 ; if endid=l or (not(STR_ELT($ln,endid) = shoeESCAPE))
750 ; $n:=endid
751 ; [b,SUBSTRING($ln,n1,endid-n1)]
753 ; str:=SUBSTRING($ln,n1,endid-n1)
754 ; $n:=endid+1
763 (PROG (|n1| |l| |endid| |str| |a| |bb|)
769 (SETQ |endid| (|shoeIdEnd| |$ln| |$n|))
771 ((OR (EQUAL |endid| |l|)
773 (SETQ |$n| |endid|) (LIST |b| (SUBSTRING |$ln| |n1| (- |endid| |n1|))))
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Ontology/
H A DOBOEngine.pm486 my ( $startid, $endid ) = @{ shift @edges }; # NG 05-02-16
488 (-subject_term => $self->get_terms($endid),
490 -predicate_term => $g->get_edge_attribute($startid, $endid, TYPE),
491 -ontology => $g->get_edge_attribute($startid, $endid, ONTOLOGY));
/dports/math/fricas/fricas-1.3.7/src/boot/
H A Dbtscan2.boot362 endid:=shoeIdEnd($ln,$n)
363 if endid=l or (not(STR_ELT($ln,endid) = shoeESCAPE))
365 $n:=endid
366 [b,SUBSTRING($ln,n1,endid-n1)]
368 str:=SUBSTRING($ln,n1,endid-n1)
369 $n:=endid+1
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/d2t_singular/
H A Dnormal_lib.tex147 l[1] : a polynomial ring, containing two ideals, 'endid' and 'endphi'
148 such that l[1]/endid = Hom_R(J,J) and
168 def end = L[1]; // defines ring L[1], containing ideals endid, endphi
176 endid; // end/endid is isomorphic to End(r/id) as ring
177 @expansion{} endid[1]=0
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dscan.boot535 endid:=posend($ln,$n)
536 if endid = l or STR_ELT($ln, endid) ~= ESCAPE then
538 $n:=endid
539 [b, SUBSTRING($ln, n1, sub_SI(endid, n1))] -- l overflows
540 else -- escape and endid~=l
541 str:=SUBSTRING($ln,n1,endid-n1)
542 $n:=endid+1
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dvithist.h407 dag_t *vithist_dag_build(vithist_t * vh, glist_t hyp, dict_t * dict, int32 endid,
648 int32 endid, cmd_ln_t *config, logmath_t *logmath);
/dports/devel/sunpromake/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:
/dports/devel/smake/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:
/dports/devel/schilybase/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:
/dports/devel/sccs/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:
/dports/net/rscsi/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:
/dports/archivers/star/schily-2021-09-18/cpp/
H A Dcpp.c660 i= *p++; if (!isid(i)) goto endid; tmac1(i,b1); tmac2(c,i,0);
661 c= *p++; if (!isid(c)) goto endid; tmac1(c,b2); tmac2(i,c,1);
662 i= *p++; if (!isid(i)) goto endid; tmac1(i,b3); tmac2(c,i,2);
663 c= *p++; if (!isid(c)) goto endid; tmac1(c,b4); tmac2(i,c,3);
664 i= *p++; if (!isid(i)) goto endid; tmac1(i,b5); tmac2(c,i,4);
665 c= *p++; if (!isid(c)) goto endid; tmac1(c,b6); tmac2(i,c,5);
666 i= *p++; if (!isid(i)) goto endid; tmac1(i,b7); tmac2(c,i,6);
671 endid:

1234