Home
last modified time | relevance | path

Searched refs:blockIndex (Results 1 – 25 of 1195) sorted by relevance

12345678910>>...48

/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentbuffer.cpp74 return blockIndex != -1 ? m_blocks.at(blockIndex)->at(index) : 0; in at()
81 if ( blockIndex == -1 ) in insertLine()
103 blockIndex += 2; in insertLine()
121 if ( blockIndex == -1 ) in removeLine()
202 ++blockIndex; in removeLine()
205 ++blockIndex; in removeLine()
222 if ( blockIndex == -1 ) in insertLines()
245 blockIndex += 2; in insertLines()
288 ++blockIndex; in removeLines()
360 ++blockIndex; in removeLines()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentbuffer.cpp74 return blockIndex != -1 ? m_blocks.at(blockIndex)->at(index) : 0; in at()
81 if ( blockIndex == -1 ) in insertLine()
103 blockIndex += 2; in insertLine()
121 if ( blockIndex == -1 ) in removeLine()
202 ++blockIndex; in removeLine()
205 ++blockIndex; in removeLine()
222 if ( blockIndex == -1 ) in insertLines()
245 blockIndex += 2; in insertLines()
288 ++blockIndex; in removeLines()
360 ++blockIndex; in removeLines()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocumentbuffer.cpp74 return blockIndex != -1 ? m_blocks.at(blockIndex)->at(index) : 0; in at()
81 if ( blockIndex == -1 ) in insertLine()
103 blockIndex += 2; in insertLine()
121 if ( blockIndex == -1 ) in removeLine()
202 ++blockIndex; in removeLine()
205 ++blockIndex; in removeLine()
222 if ( blockIndex == -1 ) in insertLines()
245 blockIndex += 2; in insertLines()
288 ++blockIndex; in removeLines()
360 ++blockIndex; in removeLines()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c255 blockIndex = blockIndex + 8; in ComputeVariance32x32()
260 blockIndex = blockIndex + 8; in ComputeVariance32x32()
265 blockIndex = blockIndex + 8; in ComputeVariance32x32()
277 blockIndex = blockIndex + 8; in ComputeVariance32x32()
282 blockIndex = blockIndex + 8; in ComputeVariance32x32()
287 blockIndex = blockIndex + 8; in ComputeVariance32x32()
299 blockIndex = blockIndex + 8; in ComputeVariance32x32()
304 blockIndex = blockIndex + 8; in ComputeVariance32x32()
309 blockIndex = blockIndex + 8; in ComputeVariance32x32()
321 blockIndex = blockIndex + 8; in ComputeVariance32x32()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c255 blockIndex = blockIndex + 8; in ComputeVariance32x32()
260 blockIndex = blockIndex + 8; in ComputeVariance32x32()
265 blockIndex = blockIndex + 8; in ComputeVariance32x32()
277 blockIndex = blockIndex + 8; in ComputeVariance32x32()
282 blockIndex = blockIndex + 8; in ComputeVariance32x32()
287 blockIndex = blockIndex + 8; in ComputeVariance32x32()
299 blockIndex = blockIndex + 8; in ComputeVariance32x32()
304 blockIndex = blockIndex + 8; in ComputeVariance32x32()
309 blockIndex = blockIndex + 8; in ComputeVariance32x32()
321 blockIndex = blockIndex + 8; in ComputeVariance32x32()
[all …]
/dports/math/primme/primme-3.2/src/eigs/
H A Dcorrection.c215 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
267 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
302 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
366 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
369 &Bx[ldBV * blockIndex], 1, &r[ldW * blockIndex], 1, ctx);
651 blockIndex = 0;
679 blockIndex++;
758 int blockIndex;
759 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
765 alpha = -xKinvr[blockIndex] / xKinvBx[blockIndex];
[all …]
/dports/math/py-primme/primme-3.2/src/eigs/
H A Dcorrection.c215 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
267 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
302 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
366 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
369 &Bx[ldBV * blockIndex], 1, &r[ldW * blockIndex], 1, ctx);
651 blockIndex = 0;
679 blockIndex++;
758 int blockIndex;
759 for (blockIndex = 0; blockIndex < blockSize; blockIndex++) {
765 alpha = -xKinvr[blockIndex] / xKinvBx[blockIndex];
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/util/ldiff/
H A DBlockBag.java29 private int blockIndex; field in BlockBag
35 blockIndex = 0; in BlockBag()
75 if (i >= blockIndex) in get()
103 final int startIndex = blockIndex; in remove()
104 while (blockIndex < blocks.size()) { in remove()
106 blockIndex++; in remove()
113 startIndex, blockIndex - 1); in remove()
128 blockIndex++; in removeAll()
139 return blockIndex; in getBlockIndex()
143 return blocks.get(blockIndex); in getBlock()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleUniformPointCoordinates.cxx42 vtkm::Id3 blockIndex; in TestArrayHandleUniformPointCoordinates() local
44 for (blockIndex[2] = 0; blockIndex[2] < DIMENSIONS[2]; blockIndex[2]++) in TestArrayHandleUniformPointCoordinates()
47 for (blockIndex[1] = 0; blockIndex[1] < DIMENSIONS[1]; blockIndex[1]++) in TestArrayHandleUniformPointCoordinates()
50 for (blockIndex[0] = 0; blockIndex[0] < DIMENSIONS[0]; blockIndex[0]++) in TestArrayHandleUniformPointCoordinates()
55 VTKM_TEST_ASSERT(test_equal(expectedValue, portal.Get(blockIndex)), in TestArrayHandleUniformPointCoordinates()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleUniformPointCoordinates.cxx52 vtkm::Id3 blockIndex; in TestArrayHandleUniformPointCoordinates() local
54 for (blockIndex[2] = 0; blockIndex[2] < DIMENSIONS[2]; blockIndex[2]++) in TestArrayHandleUniformPointCoordinates()
57 for (blockIndex[1] = 0; blockIndex[1] < DIMENSIONS[1]; blockIndex[1]++) in TestArrayHandleUniformPointCoordinates()
60 for (blockIndex[0] = 0; blockIndex[0] < DIMENSIONS[0]; blockIndex[0]++) in TestArrayHandleUniformPointCoordinates()
65 VTKM_TEST_ASSERT(test_equal(expectedValue, portal.Get(blockIndex)), in TestArrayHandleUniformPointCoordinates()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DLZWCodec.java236 blockIndex = 0; in initializeForDecoding()
259 blockIndex = 1; in initializeForEncoding()
285 blockIndex = 0; in nextCode()
288 blockIndex++; in nextCode()
302 blockIndex = 0; in nextCode()
305 blockIndex++; in nextCode()
358 blockIndex++; in nextPutCode()
370 blockIndex++; in nextPutCode()
373 blockIndex = 1; in nextPutCode()
380 blockIndex++; in nextPutCode()
[all …]
/dports/databases/postgresql-cstore_fdw/cstore_fdw-1.7.0/
H A Dcstore_reader.c237 uint32 blockIndex = 0; in CStoreReadNextRow() local
580 uint32 blockIndex = 0; in LoadColumnBuffers() local
584 for (blockIndex = 0; blockIndex < blockCount; blockIndex++) in LoadColumnBuffers()
594 for (blockIndex = 0; blockIndex < blockCount; blockIndex++) in LoadColumnBuffers()
605 for (blockIndex = 0; blockIndex < blockCount; blockIndex++) in LoadColumnBuffers()
716 for (blockIndex = 0; blockIndex < stripeBlockCount; blockIndex++) in LoadStripeSkipList()
751 uint32 blockIndex = 0; in SelectedBlockMask() local
773 for (blockIndex = 0; blockIndex < stripeSkipList->blockCount; blockIndex++) in SelectedBlockMask()
1004 for (blockIndex = 0; blockIndex < stripeSkipList->blockCount; blockIndex++) in SelectedBlockSkipList()
1030 for (blockIndex = 0; blockIndex < stripeSkipList->blockCount; blockIndex++) in SelectedBlockSkipList()
[all …]
H A Dcstore_writer.c214 uint32 blockIndex = 0; in CStoreWriteRow() local
283 stripeSkipList->blockCount = blockIndex + 1; in CStoreWriteRow()
432 uint32 blockIndex = 0; in CreateEmptyStripeBuffers() local
436 for (blockIndex = 0; blockIndex < maxBlockCount; blockIndex++) in CreateEmptyStripeBuffers()
503 uint32 blockIndex = 0; in FlushStripe() local
533 for (blockIndex = 0; blockIndex < blockCount; blockIndex++) in FlushStripe()
583 uint32 blockIndex = 0; in FlushStripe() local
585 for (blockIndex = 0; blockIndex < stripeSkipList->blockCount; blockIndex++) in FlushStripe()
594 for (blockIndex = 0; blockIndex < stripeSkipList->blockCount; blockIndex++) in FlushStripe()
675 uint32 blockIndex = 0; in CreateStripeFooter() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DLZWCodec.java235 blockIndex = 0; in initializeForDecoding()
258 blockIndex = 1; in initializeForEncoding()
284 blockIndex = 0; in nextCode()
287 blockIndex++; in nextCode()
301 blockIndex = 0; in nextCode()
304 blockIndex++; in nextCode()
357 blockIndex++; in nextPutCode()
369 blockIndex++; in nextPutCode()
372 blockIndex = 1; in nextPutCode()
379 blockIndex++; in nextPutCode()
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/integration/
H A Diterators.hpp161 blockIndex = 0; in MBlockIterator()
181 blockIndex = termIndex = 0; in begin()
193 if (blockIndex < BLOCK_SIZE) in nextTerm()
200 blockIndex++; in nextTerm()
207 blockIndex = 0; in nextTerm()
233 int blockIndex; member in MBlockIterator
242 blockIndex = 0; in LBlockIterator()
262 blockIndex = termIndex = 0; in begin()
283 blockIndex++; in nextTerm()
290 blockIndex = 0; in nextTerm()
[all …]
/dports/www/firefox/firefox-99.0/intl/unicharutil/util/
H A Dis_combining_diacritic.py33 blockIndex = []
52 blockIndex.append(b)
56 blockIndex.append(len(blocks))
62 while blockIndex[len(blockIndex) - 1] == 0:
63 del blockIndex[len(blockIndex) - 1]
75 header.write(" uint16_t mBlockIndex[" + str(len(blockIndex)) + "];\n")
83 header.write(" " + str(len(blockIndex)) + ",\n")
86 for b in blockIndex:
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/vtkMOABReader/
H A DvtkMoabReader.cxx60 const int blockIndex = output->GetNumberOfBlocks(); in RequestData() local
61 output->SetBlock(blockIndex,volumeRoot.GetPointer()); in RequestData()
62 output->SetBlock(blockIndex+1,boundaryRoot.GetPointer()); in RequestData()
63 output->SetBlock(blockIndex+2,surfaceRoot.GetPointer()); in RequestData()
64 output->SetBlock(blockIndex+3,materialRoot.GetPointer()); in RequestData()
65 output->SetBlock(blockIndex+4,neumannRoot.GetPointer()); in RequestData()
66 output->SetBlock(blockIndex+5,dirichletRoot.GetPointer()); in RequestData()
69 output->GetMetaData(blockIndex)->Set(vtkCompositeDataSet::NAME(), "Volumes"); in RequestData()
70 output->GetMetaData(blockIndex+1)->Set(vtkCompositeDataSet::NAME(), "Boundary"); in RequestData()
71 output->GetMetaData(blockIndex+2)->Set(vtkCompositeDataSet::NAME(), "Surfaces"); in RequestData()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/wav/
H A DWavSeekMap.java53 long blockIndex = (timeUs * wavHeader.frameRateHz) / (C.MICROS_PER_SECOND * framesPerBlock); in getSeekPoints() local
54 blockIndex = Util.constrainValue(blockIndex, 0, blockCount - 1); in getSeekPoints()
56 long seekPosition = firstBlockPosition + (blockIndex * wavHeader.blockSize); in getSeekPoints()
57 long seekTimeUs = blockIndexToTimeUs(blockIndex); in getSeekPoints()
59 if (seekTimeUs >= timeUs || blockIndex == blockCount - 1) { in getSeekPoints()
62 long secondBlockIndex = blockIndex + 1; in getSeekPoints()
70 private long blockIndexToTimeUs(long blockIndex) { in blockIndexToTimeUs() argument
72 blockIndex * framesPerBlock, C.MICROS_PER_SECOND, wavHeader.frameRateHz); in blockIndexToTimeUs()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/wav/
H A DWavSeekMap.java53 long blockIndex = (timeUs * wavHeader.frameRateHz) / (C.MICROS_PER_SECOND * framesPerBlock); in getSeekPoints() local
54 blockIndex = Util.constrainValue(blockIndex, 0, blockCount - 1); in getSeekPoints()
56 long seekPosition = firstBlockPosition + (blockIndex * wavHeader.blockSize); in getSeekPoints()
57 long seekTimeUs = blockIndexToTimeUs(blockIndex); in getSeekPoints()
59 if (seekTimeUs >= timeUs || blockIndex == blockCount - 1) { in getSeekPoints()
62 long secondBlockIndex = blockIndex + 1; in getSeekPoints()
70 private long blockIndexToTimeUs(long blockIndex) { in blockIndexToTimeUs() argument
72 blockIndex * framesPerBlock, C.MICROS_PER_SECOND, wavHeader.frameRateHz); in blockIndexToTimeUs()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/wav/
H A DWavSeekMap.java53 long blockIndex = (timeUs * wavHeader.frameRateHz) / (C.MICROS_PER_SECOND * framesPerBlock); in getSeekPoints() local
54 blockIndex = Util.constrainValue(blockIndex, 0, blockCount - 1); in getSeekPoints()
56 long seekPosition = firstBlockPosition + (blockIndex * wavHeader.blockSize); in getSeekPoints()
57 long seekTimeUs = blockIndexToTimeUs(blockIndex); in getSeekPoints()
59 if (seekTimeUs >= timeUs || blockIndex == blockCount - 1) { in getSeekPoints()
62 long secondBlockIndex = blockIndex + 1; in getSeekPoints()
70 private long blockIndexToTimeUs(long blockIndex) { in blockIndexToTimeUs() argument
72 blockIndex * framesPerBlock, C.MICROS_PER_SECOND, wavHeader.frameRateHz); in blockIndexToTimeUs()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dwrite_cache_block.cc28 WriteCacheBlock::WriteCacheBlock(uint32_t chunkIndex, uint32_t blockIndex, Type type) in WriteCacheBlock() argument
30 blockIndex(blockIndex), in WriteCacheBlock()
34 sassert(blockIndex < MFSBLOCKSINCHUNK); in WriteCacheBlock()
42 blockIndex = block.blockIndex; in WriteCacheBlock()
53 std::swap(blockIndex, block.blockIndex); in operator =()
91 return blockIndex * MFSBLOCKSIZE + from; in offsetInChunk()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dfind2_index_approx.h313 uint8_t const blockIndex,
316 uint8_t const maxErrorsLeftInBlock = s.u[blockIndex] - errors;
317 … uint8_t const minErrorsLeftInBlock = (s.l[blockIndex] > errors) ? (s.l[blockIndex] - errors) : 0;
341 blockIndex, TDir());
359 uint8_t const blockIndex,
437 uint8_t const blockIndex,
441 bool goToRight2 = (blockIndex < s.pi.size() - 1) && s.pi[blockIndex + 1] > s.pi[blockIndex];
499 uint8_t const blockIndex,
503 uint8_t const maxErrorsLeftInBlock = s.u[blockIndex] - errors;
504 … uint8_t const minErrorsLeftInBlock = (s.l[blockIndex] > errors) ? (s.l[blockIndex] - errors) : 0;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dfind2_index_approx.h313 uint8_t const blockIndex,
316 uint8_t const maxErrorsLeftInBlock = s.u[blockIndex] - errors;
317 … uint8_t const minErrorsLeftInBlock = (s.l[blockIndex] > errors) ? (s.l[blockIndex] - errors) : 0;
341 blockIndex, TDir());
359 uint8_t const blockIndex,
437 uint8_t const blockIndex,
441 bool goToRight2 = (blockIndex < s.pi.size() - 1) && s.pi[blockIndex + 1] > s.pi[blockIndex];
499 uint8_t const blockIndex,
503 uint8_t const maxErrorsLeftInBlock = s.u[blockIndex] - errors;
504 … uint8_t const minErrorsLeftInBlock = (s.l[blockIndex] > errors) ? (s.l[blockIndex] - errors) : 0;
[all …]
/dports/math/analitza/analitza-21.12.3/analitza/commands/
H A Dblockmatrixcommands.cpp70 for (int blockIndex = 0; blockIndex < firstVectorSize && isCorrect; ++blockIndex) { in operator ()() local
71 if (firstVector->at(blockIndex)->type() == Analitza::Object::matrix) { in operator ()()
72 … const Analitza::Matrix* block = static_cast<const Analitza::Matrix*>(firstVector->at(blockIndex)); in operator ()()
78 … blockpattern[blockIndex] = isVector? block->rowCount() : block->columnCount(); in operator ()()
81 nrows += blockpattern[blockIndex]; in operator ()()
83 ncols += blockpattern[blockIndex]; in operator ()()
109 … for (int blockIndex = 0; blockIndex < firstVectorSize && isCorrect; ++blockIndex) { in operator ()() local
110 … if (vector->at(blockIndex)->type() == Analitza::Object::matrix) { in operator ()()
120 } else if (blockpattern[blockIndex] != currentpattern) { in operator ()()
172 … for (int blockIndex = 0; blockIndex < firstVectorSize && isCorrect; ++blockIndex) { in operator ()() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaCache.cpp606 for (uint32_t blockIndex = 0; blockIndex < mIndex.Length(); ++blockIndex) { in FlushInternal() local
707 if (blockIndex < 0 || !IsBlockFree(blockIndex)) { in FindBlockForIncomingData()
723 return blockIndex; in FindBlockForIncomingData()
748 if (blockIndex < 0) in AppendMostReusableBlock()
755 if (blockIndex < aBlockIndexLimit && BlockIsReusable(blockIndex)) { in AppendMostReusableBlock()
759 blockIndex = aBlockList->GetPrevBlock(blockIndex); in AppendMostReusableBlock()
791 blockIndex = mFreeBlocks.GetNextBlock(blockIndex); in FindReusableBlock()
1681 ++blockIndex; in NoteSeek()
2072 while (blockIndex < mBlocks.Length() && mBlocks[blockIndex] != -1) { in GetCachedDataEndInternal()
2073 ++blockIndex; in GetCachedDataEndInternal()
[all …]

12345678910>>...48