Home
last modified time | relevance | path

Searched refs:starti (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtinline1.pp4 starti: longint;
12 if c <> starti then
19 if i <> starti+1 then
28 if c <> starti then
106 starti := 5;
108 starti := i;
110 starti := i;
112 starti := i;
114 starti := i;
116 starti := i;
[all …]
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Ddpenvelope.dy18 int starti
26 int starti
43 diag_a = a->starti - a->startj;
44 diag_b = b->starti - b->startj;
127 unit->starti = atoi(*str);
188 i+j >= u->starti+u->startj && i+j+u->length >= u->starti+u->startj)
209 dpe->starti = 1000000;
218 if( dpe->starti > dpe->dpu[i]->starti-1 ) {
219 dpe->starti = dpe->dpu[i]->starti-1;
231 if( dpe->starti > dpe->dpu[i]->starti-dpe->dpu[i]->height ) {
[all …]
H A Ddpenvelope.c24 diag_a = a->starti - a->startj; in overlap_DPUnit()
25 diag_b = b->starti - b->startj; in overlap_DPUnit()
124 unit->starti = atoi(*str); in read_DPEnvelope()
202 i+j >= u->starti+u->startj && i+j+u->length >= u->starti+u->startj) in is_in_DPEnvelope()
231 dpe->starti = 1000000; in prepare_DPEnvelope()
240 if( dpe->starti > dpe->dpu[i]->starti-1 ) { in prepare_DPEnvelope()
241 dpe->starti = dpe->dpu[i]->starti-1; in prepare_DPEnvelope()
253 if( dpe->starti > dpe->dpu[i]->starti-dpe->dpu[i]->height ) { in prepare_DPEnvelope()
254 dpe->starti = dpe->dpu[i]->starti-dpe->dpu[i]->height; in prepare_DPEnvelope()
355 out->starti = 0; in DPUnit_alloc()
[all …]
H A Dshattermatrix.dy14 int starti
53 if( ipos >= sm->smc[i]->starti && ipos < sm->smc[i]->endi &&
58 offseti = ipos - sm->smc[i]->starti;
100 …add_ShatterMatrix(out,new_ShatterMatrixComponent(dpu->starti,dpu->starti+dpu->height,dpu->startj,d…
102 …add_ShatterMatrix(out,new_ShatterMatrixComponent(dpu->starti-dpu->height,dpu->starti+dpu->height+d…
120 ShatterMatrixComponent * new_ShatterMatrixComponent(int starti,int endi,int startj,int endj,int cel…
127 assert(starti < endi);
132 out->starti = starti;
136 leni = endi - starti;
H A Dshattermatrix.c51 if( ipos >= sm->smc[i]->starti && ipos < sm->smc[i]->endi && in fetch_cell_from_ShatterMatrix()
56 offseti = ipos - sm->smc[i]->starti; in fetch_cell_from_ShatterMatrix()
109 …add_ShatterMatrix(out,new_ShatterMatrixComponent(dpu->starti,dpu->starti+dpu->height,dpu->startj,d… in new_ShatterMatrix()
111 …add_ShatterMatrix(out,new_ShatterMatrixComponent(dpu->starti-dpu->height,dpu->starti+dpu->height+d… in new_ShatterMatrix()
141 ShatterMatrixComponent * new_ShatterMatrixComponent(int starti,int endi,int startj,int endj,int cel… in new_ShatterMatrixComponent() argument
148 assert(starti < endi); in new_ShatterMatrixComponent()
153 out->starti = starti; in new_ShatterMatrixComponent()
157 leni = endi - starti; in new_ShatterMatrixComponent()
216 out->starti = 0; in ShatterMatrixComponent_alloc()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmdprint.c43 int starti, endi, i; in print_md_string_plus() local
51 starti = 0; in print_md_string_plus()
55 starti = hardclip_low - querypos; in print_md_string_plus()
58 starti,hardclip_low,querypos)); in print_md_string_plus()
62 starti = 0; in print_md_string_plus()
78 if (endi > starti) { in print_md_string_plus()
168 int starti, endi, i; in print_md_string_minus() local
178 starti = 0; in print_md_string_minus()
186 starti,hardclip_low,querypos)); in print_md_string_minus()
189 starti = 0; in print_md_string_minus()
[all …]
H A Dtranslation.c969 j = starti; in count_cdna_forward_strict()
990 j = starti; in count_cdna_forward()
1010 j = starti; in count_cdna_forward_mod3()
1031 j = starti; in count_cdna_backward_strict()
1051 j = starti; in count_cdna_backward()
1071 j = starti; in count_cdna_backward_mod3()
1093 j = starti;
1116 j = starti;
1137 j = starti;
1163 j = starti; in get_codon_forward()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dcompound.c377 starti, 0, nbez, bez->eflag); in makeCompoundEdge()
431 starti = endi - 3; in makeCompoundEdge()
432 bez->list[starti] = p; in makeCompoundEdge()
434 bez->list[starti + 3] = mid_pointf(bez->list[starti + 2], nbez->ep); in makeCompoundEdge()
435 bez->list[starti + 1] = mid_pointf(bez->list[starti + 2], p); in makeCompoundEdge()
437 starti = arrowStartClip(e, bez->list, starti, in makeCompoundEdge()
442 for (starti = endi; starti > 0; starti -= 3) { in makeCompoundEdge()
444 pts[i] = bez->list[starti - i]; in makeCompoundEdge()
451 if (starti == 0) { in makeCompoundEdge()
456 starti -= 3; in makeCompoundEdge()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/shootout/src/
H A Dregexdna.pp19 starti : longint;
28 starti := 1;
30 while starti <= length(str) do
35 dest := dest + Copy( str, starti, index) + repl;
37 inc(starti,index+size);
43 dest:=dest+Copy( str, starti, length(str)-starti+1);
52 starti,
62 starti := 1;
63 while starti <= length(str) do
69 inc(starti,index+size);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhtml/
H A Dlex.c487 int starti; in _gettoks() local
505 starti = ts->i; in _gettoks()
513 starti = ts->i; in _gettoks()
562 int starti; in getplaindata() local
569 starti = ts->i; in getplaindata()
604 tok->starti = starti; in getplaindata()
685 tok->starti = starti; in getdata()
706 tstarti = starti; in getscriptdata()
756 tok->starti = starti; in getscriptdata()
759 backup(ts, starti); in getscriptdata()
[all …]
/dports/biology/wise/wise2.4.1/src/models/
H A Deditdistdp.c234 int starti; in calculate_shatter_EditDistance() local
252 starti = dpenv->starti; in calculate_shatter_EditDistance()
253 if( starti < 0 ) in calculate_shatter_EditDistance()
254 starti = 0; in calculate_shatter_EditDistance()
284 …if( abs( (i-j) - (u->starti-u->startj)) <= u->height && i+j >= u->starti+u->startj && i+j+u->leng… in calculate_shatter_EditDistance()
1033 int starti; in PackAln_calculate_Small_EditDistance() local
2946 int starti; in calculate_dpenv_EditDistance() local
2962 starti = dpenv->starti; in calculate_dpenv_EditDistance()
2963 if( starti < 0 ) in calculate_dpenv_EditDistance()
2964 starti = 0; in calculate_dpenv_EditDistance()
[all …]
H A Dtransregiondp.c391 int starti; in calculate_shatter_TransRegionMatrix() local
407 starti = dpenv->starti; in calculate_shatter_TransRegionMatrix()
408 if( starti < 0 ) in calculate_shatter_TransRegionMatrix()
409 starti = 0; in calculate_shatter_TransRegionMatrix()
439 …if( abs( (i-j) - (u->starti-u->startj)) <= u->height && i+j >= u->starti+u->startj && i+j+u->leng… in calculate_shatter_TransRegionMatrix()
1180 int starti; in PackAln_calculate_Small_TransRegionMatrix() local
3215 int starti; in calculate_dpenv_TransRegionMatrix() local
3231 starti = dpenv->starti; in calculate_dpenv_TransRegionMatrix()
3232 if( starti < 0 ) in calculate_dpenv_TransRegionMatrix()
3233 starti = 0; in calculate_dpenv_TransRegionMatrix()
[all …]
/dports/databases/jdb/jdb-1.14/
H A Ddb2dcliff187 $starti = $endi = 0;
195 $endi = $i - 1; $endi = $starti if ($endi < $starti);
196 if ($endi > $starti && $d[$i][$PENDY] - $d[$starti][$PSTARTY] > $p_y_threshold) {
197 push(@e, points_to_segment($d[$starti][$STARTX],
198 $d[$starti][$STARTY],
203 $starti = $i;
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DCutAndCloseCommand.cpp124 Segment::iterator starti = m_segment->findTime(m_gapStart); in unexecute() local
126 while (m_segment->isBeforeEndMarker(starti)) { in unexecute()
129 if ((*starti)->getAbsoluteTime() > m_gapStart) in unexecute()
131 if (!(*starti)->isa(Note::EventRestType)) in unexecute()
133 ++starti; in unexecute()
139 for (Segment::iterator i = starti; m_segment->isBeforeEndMarker(i); ) { in unexecute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp956 starti; in br()
990 starti; in generate_exception()
1015 starti; in system()
1058 starti; in msr()
1069 starti; in mrs()
1138 starti; in branch_reg()
1174 starti; in load_store_exclusive()
1263 starti; in lse_cas()
1303 starti;
1407 starti; in ld_st1()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp956 starti; in br()
990 starti; in generate_exception()
1015 starti; in system()
1058 starti; in msr()
1069 starti; in mrs()
1138 starti; in branch_reg()
1174 starti; in load_store_exclusive()
1263 starti; in lse_cas()
1303 starti;
1407 starti; in ld_st1()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp900 starti; in br()
934 starti; in generate_exception()
959 starti; in system()
1002 starti; in msr()
1013 starti; in mrs()
1081 starti; in branch_reg()
1117 starti; in load_store_exclusive()
1206 starti; in lse_cas()
1246 starti;
1335 starti; in ld_st1()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp900 starti; in br()
934 starti; in generate_exception()
959 starti; in system()
1002 starti; in msr()
1013 starti; in mrs()
1081 starti; in branch_reg()
1117 starti; in load_store_exclusive()
1206 starti; in lse_cas()
1246 starti;
1335 starti; in ld_st1()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp902 starti; in br()
936 starti; in generate_exception()
961 starti; in system()
1004 starti; in msr()
1015 starti; in mrs()
1083 starti; in branch_reg()
1119 starti; in load_store_exclusive()
1208 starti; in lse_cas()
1248 starti;
1337 starti; in ld_st1()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dassembler_aarch64.hpp900 starti; in br()
934 starti; in generate_exception()
959 starti; in system()
981 starti; in msr()
992 starti; in mrs()
1060 starti; in branch_reg()
1096 starti; in load_store_exclusive()
1185 starti; in lse_cas()
1225 starti;
1314 starti; in ld_st1()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A Dassembler_aarch64.hpp900 starti; in br()
934 starti; in generate_exception()
959 starti; in system()
981 starti; in msr()
992 starti; in mrs()
1060 starti; in branch_reg()
1096 starti; in load_store_exclusive()
1185 starti; in lse_cas()
1225 starti;
1314 starti; in ld_st1()
[all …]
/dports/biology/fasta/fasta/
H A Dl_band.c47 int best_score, starti, startj, endi, endj; local
166 starti = i;
185 starti = i;
194 if (starti < 0 || starti > M || startj < 0 || startj > N) {
199 *psi = starti;
324 int best_score, starti, startj; local
362 starti = M;
376 starti = i;
393 starti = i;
403 if (starti < 0 || starti > M || startj < 0 || startj > N) {
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp913 starti; in br()
947 starti; in generate_exception()
972 starti; in system()
1015 starti; in msr()
1026 starti; in mrs()
1094 starti; in branch_reg()
1130 starti; in load_store_exclusive()
1219 starti; in lse_cas()
1259 starti;
1348 starti; in ld_st1()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp915 starti; in br()
949 starti; in generate_exception()
974 starti; in system()
1017 starti; in msr()
1028 starti; in mrs()
1097 starti; in branch_reg()
1133 starti; in load_store_exclusive()
1222 starti; in lse_cas()
1262 starti;
1351 starti; in ld_st1()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/aarch64/
H A Dassembler_aarch64.hpp916 starti; in br()
950 starti; in generate_exception()
975 starti; in system()
1018 starti; in msr()
1029 starti; in mrs()
1098 starti; in branch_reg()
1134 starti; in load_store_exclusive()
1223 starti; in lse_cas()
1263 starti;
1352 starti; in ld_st1()
[all …]

12345678910>>...24