Home
last modified time | relevance | path

Searched refs:tmp_stop (Results 1 – 7 of 7) sorted by relevance

/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DJUnitXMLReporter.java402 long tmp_start=result.getStartMillis(), tmp_stop=result.getEndMillis(); in getTotalTime() local
410 stop=tmp_stop; in getTotalTime()
412 stop=Math.max(stop, tmp_stop); in getTotalTime()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dalignmgr.c3977 Int4 tmp_stop; in AlnMgrGetNthSeqRangeInSA() local
4067 tmp_end = tmp_stop; in AlnMgrGetNthSeqRangeInSA()
4103 tmp_end = tmp_stop; in AlnMgrGetNthSeqRangeInSA()
4349 Int4 tmp_stop; in am_get_nth_range_for_partial() local
4375 tmp_start = tmp_stop = 0; in am_get_nth_range_for_partial()
4393 *stop = tmp_stop - 1; in am_get_nth_range_for_partial()
4397 *stop = tmp_stop - 1; in am_get_nth_range_for_partial()
4426 Int4 tmp_stop; in AlnMgrGetNthRowTail() local
4431 tmp_start = tmp_stop = -1; in AlnMgrGetNthRowTail()
4561 Int4 tmp_stop; in AlnMgrGetNthUnalignedForNthRow() local
[all …]
H A Dasn2ff6.c1947 Int4 tmp_start, tmp_stop, tmp_range; in GetBaseRangeForCitation() local
1963 (tmp_stop = SeqLocStop(loc)) >= 0) in GetBaseRangeForCitation()
1965 tmp_range = tmp_stop - tmp_start; in GetBaseRangeForCitation()
1969 *stop = tmp_stop+1; in GetBaseRangeForCitation()
1982 (tmp_stop = SeqLocStop(slp)) >= 0) in GetBaseRangeForCitation()
1984 tmp_range = tmp_stop - tmp_start; in GetBaseRangeForCitation()
1988 *stop = tmp_stop+1; in GetBaseRangeForCitation()
H A Dalignmgr2.c6639 Int4 tmp_stop; in AlnMgr2GetNthRowTail() local
6644 tmp_start = tmp_stop = -1; in AlnMgr2GetNthRowTail()
6645 AlnMgr2GetNthSeqRangeInSA(sap, n, &tmp_start, &tmp_stop); in AlnMgr2GetNthRowTail()
6646 if (tmp_start == -1 || tmp_stop == -1) in AlnMgr2GetNthRowTail()
6658 if (tmp_stop == bsp->length-1 || stop == NULL) in AlnMgr2GetNthRowTail()
6667 *start = tmp_stop+1; in AlnMgr2GetNthRowTail()
6718 if (bsp->length-1 == tmp_stop) in AlnMgr2GetNthRowTail()
6727 *start = tmp_stop + 1; in AlnMgr2GetNthRowTail()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1178 HeapWord* tmp_stop = _icms_stop_limit + adjustment; in icms_update_allocation_limits() local
1179 if (tmp_stop > _icms_stop_limit && tmp_stop < eden->end()) { in icms_update_allocation_limits()
1181 _icms_stop_limit = tmp_stop; in icms_update_allocation_limits()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1178 HeapWord* tmp_stop = _icms_stop_limit + adjustment; in icms_update_allocation_limits() local
1179 if (tmp_stop > _icms_stop_limit && tmp_stop < eden->end()) { in icms_update_allocation_limits()
1181 _icms_stop_limit = tmp_stop; in icms_update_allocation_limits()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin9.c5301 Int4 curr_start, curr_stop, tmp_start, tmp_stop; in ExpandSeqLoc() local
5316 tmp_stop = GetOffsetInBioseq (this_slp, bsp, SEQLOC_STOP); in ExpandSeqLoc()
5319 this_slp = expand_seq_loc (tmp_stop, stop, strand, this_slp); in ExpandSeqLoc()
5322 if (tmp_stop == curr_stop && tmp_stop > start) { in ExpandSeqLoc()
5327 this_slp = expand_seq_loc (start, tmp_stop, strand, this_slp); in ExpandSeqLoc()
5330 if (tmp_stop == curr_stop && tmp_stop < stop) { in ExpandSeqLoc()