Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp185 } copyRanges[] = in iterate() local
193 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(copyRanges) && isOk; ndx++) in iterate()
195 int srcOffset = copyRanges[ndx].srcOffset; in iterate()
196 int dstOffset = copyRanges[ndx].dstOffset; in iterate()
197 int copySize = copyRanges[ndx].copySize; in iterate()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatetextbuffer.cpp82 QSet<TextRange *> copyRanges = m_ranges; in ~TextBuffer() local
83 qDeleteAll(copyRanges); in ~TextBuffer()
105 const QSet<TextRange *> copyRanges = m_ranges; in invalidateRanges() local
106 for (TextRange *range : copyRanges) { in invalidateRanges()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dpost.go645 copyRanges := make([]markdown.Range, 0, len(ranges))
661 copyRanges = append(copyRanges, markdown.Range{Position: start, End: r.Position})
668 for i, r := range copyRanges {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dpost.go709 copyRanges := make([]markdown.Range, 0, len(ranges))
725 copyRanges = append(copyRanges, markdown.Range{Position: start, End: r.Position})
732 for i, r := range copyRanges {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dpost.go637 copyRanges := make([]markdown.Range, 0, len(ranges))
653 copyRanges = append(copyRanges, markdown.Range{Position: start, End: r.Position})
660 for i, r := range copyRanges {
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dpost.go645 copyRanges := make([]markdown.Range, 0, len(ranges))
661 copyRanges = append(copyRanges, markdown.Range{Position: start, End: r.Position})
668 for i, r := range copyRanges {
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DSplitter.cpp76 copyRanges(); in apply()
206 void copyRanges() { in copyRanges() function in llvm::LoopSplit
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dbam.c4259 static void copyRanges(BAMFileSlice *slice, in copyRanges() function
4344 copyRanges(slice, refIndex, minPos, maxPos, bins.range); in makeSlice()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dbam.c4259 static void copyRanges(BAMFileSlice *slice, in copyRanges() function
4344 copyRanges(slice, refIndex, minPos, maxPos, bins.range); in makeSlice()