Home
last modified time | relevance | path

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

/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/types/
H A Dencrypted_assertion.go61 lastGoodIndex := len(data) - int(padLength)
62 return data[:lastGoodIndex], nil
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/
H A DStyledLineWrapper.java230 int lastGoodIndex = 0; in getLineBreak() local
234 lastGoodIndex = currentIndex; in getLineBreak()
241 return lastGoodIndex; in getLineBreak()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkScalarImageToRunLengthMatrixFilter.hxx216 IndexType lastGoodIndex = centerIndex; in GenerateData() local
248 lastGoodIndex = index; in GenerateData()
266 inputImage->TransformIndexToPhysicalPoint( lastGoodIndex, point ); in GenerateData()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/common/
H A DCircularDeque-inl.h271 auto lastGoodIndex = capacity_ - 1; in emplace() local
274 CircularDequeIterator<T>(this, end_ == 0 ? lastGoodIndex : end_ - 1); in emplace()
280 auto destIndex = begin_ == 0 ? lastGoodIndex : begin_ - 1; in emplace()
284 index = index == 0 ? index = lastGoodIndex : index - 1; in emplace()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/readthreading/
H A DAbstractReadThreadingGraph.java874 int lastGoodIndex = -1; in bestPrefixMatchLegacy() local
880 lastGoodIndex = index; in bestPrefixMatchLegacy()
885 return lastGoodIndex; in bestPrefixMatchLegacy()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DSelectElement.cpp80 int lastGoodIndex = listIndex; in nextValidIndex() local
85 lastGoodIndex = listIndex; in nextValidIndex()
90 return lastGoodIndex; in nextValidIndex()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dedge_drawing.cpp1379 int lastGoodIndex = index - 1; in SplitSegment2Lines() local
1389 lastGoodIndex = index; in SplitSegment2Lines()
1404 len += lastGoodIndex - startIndex + 1; in SplitSegment2Lines()
1406 index = lastGoodIndex + 1; in SplitSegment2Lines()
1420 index = lastGoodIndex; in SplitSegment2Lines()