Home
last modified time | relevance | path

Searched refs:bufferIdx (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DtypeBufferTest.c65 for (unsigned int bufferIdx = 0; bufferIdx < bufSize(buffer); bufferIdx++) in testRun() local
66 bufferPtr[bufferIdx] = (unsigned char)bufferIdx; in testRun()
82 for (unsigned int bufferIdx = 0; bufferIdx < 256; bufferIdx++) in testRun() local
83 sameTotal += bufferPtr[bufferIdx] == bufferIdx; in testRun()
94 for (unsigned int bufferIdx = 0; bufferIdx < bufSize(buffer); bufferIdx++) in testRun() local
95 sameTotal += bufferPtr[bufferIdx] == bufferIdx; in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A DstringId.c58 for (size_t bufferIdx = 0; bufferIdx < size; bufferIdx++) in strIdFromZN() local
60 if (bufferIdx == STRID5_MAX - 1) in strIdFromZN()
63 if (map[(uint8_t)buffer[bufferIdx]] == 0) in strIdFromZN()
64 … THROW_FMT(FormatError, "'%c' is invalid for 5-bit encoding in '%s'", buffer[bufferIdx], buffer); in strIdFromZN()
146 for (size_t bufferIdx = 0; bufferIdx < size; bufferIdx++) in strIdFromZN() local
148 if (bufferIdx == STRID6_MAX - 1) in strIdFromZN()
151 if (map[(uint8_t)buffer[bufferIdx]] == 0) in strIdFromZN()
152 … THROW_FMT(FormatError, "'%c' is invalid for 6-bit encoding in '%s'", buffer[bufferIdx], buffer); in strIdFromZN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DBindingPerf.cpp111 for (size_t bufferIdx = 0; bufferIdx < mBuffers.size(); bufferIdx++) in initializeBenchmark() local
113 glBindBuffer(GL_ARRAY_BUFFER, mBuffers[bufferIdx]); in initializeBenchmark()
167 for (size_t bufferIdx = 0; bufferIdx < buffersSize; bufferIdx++) in drawBenchmark() local
170 glBindBuffer(binding, buffers[bufferIdx]); in drawBenchmark()
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dbpc_poolWrite.c46 info->bufferIdx = 0; in bpc_poolWrite_open()
153 if ( thisRead > info->bufferIdx - idx ) thisRead = info->bufferIdx - idx; in bpc_poolWrite_updateMatches()
203 memcpy(info->buffer + info->bufferIdx, data, dataLen); in bpc_poolWrite_write()
204 info->bufferIdx += dataLen; in bpc_poolWrite_write()
213 uint32 addTo1MB = (1 << 20) - info->bufferIdx; in bpc_poolWrite_write()
215 info->bufferIdx += addTo1MB; in bpc_poolWrite_write()
234 if ( info->bufferIdx > 0 ) { in bpc_poolWrite_write()
235 …teRet = bpc_fileZIO_write(&info->fd, info->buffer, info->bufferIdx)) != (signed)info->bufferIdx ) { in bpc_poolWrite_write()
458 … if ( nread0 > info->bufferIdx - info->matchPosn ) nread0 = info->bufferIdx - info->matchPosn; in bpc_poolWrite_write()
514 if ( info->bufferIdx > 0 ) { in bpc_poolWrite_write()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheck.cpp99 for (Steinberg::int32 bufferIdx = 0; bufferIdx < numBuffers; ++bufferIdx) in checkAudioBuffers() local
102 mComponent->getBusInfo (Steinberg::Vst::kAudio, dir, bufferIdx, busInfo); in checkAudioBuffers()
103 Steinberg::Vst::AudioBusBuffers& tmpBuffers = buffers[bufferIdx]; in checkAudioBuffers()
/dports/irc/quassel/quassel-0.14-rc2/src/client/
H A Dbuffermodel.cpp95 void BufferModel::switchToBufferIndex(const QModelIndex& bufferIdx) in switchToBufferIndex() argument
98 if (bufferIdx.model() == this) { in switchToBufferIndex()
99 setCurrentIndex(bufferIdx); in switchToBufferIndex()
103 if (bufferIdx.model() == sourceModel()) { in switchToBufferIndex()
104 setCurrentIndex(mapFromSource(bufferIdx)); in switchToBufferIndex()
108 …qWarning() << "BufferModel::switchToBufferIndex(const QModelIndex &):" << bufferIdx << "does not b… in switchToBufferIndex()
/dports/irc/quassel-core/quassel-0.14-rc2/src/client/
H A Dbuffermodel.cpp95 void BufferModel::switchToBufferIndex(const QModelIndex& bufferIdx) in switchToBufferIndex() argument
98 if (bufferIdx.model() == this) { in switchToBufferIndex()
99 setCurrentIndex(bufferIdx); in switchToBufferIndex()
103 if (bufferIdx.model() == sourceModel()) { in switchToBufferIndex()
104 setCurrentIndex(mapFromSource(bufferIdx)); in switchToBufferIndex()
108 …qWarning() << "BufferModel::switchToBufferIndex(const QModelIndex &):" << bufferIdx << "does not b… in switchToBufferIndex()
/dports/science/ergo/ergo-3.8/source/matrix/
H A DAllocator.h89 int bufferIdx = count / noOfRealsPerBuffer; in free() local
90 if(nextFreeIndexList[bufferIdx] != -1) in free()
92 nextFreeIndexList[bufferIdx] = firstFreeIndex; in free()
93 firstFreeIndex = bufferIdx; in free()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheck.cpp107 for (Steinberg::int32 bufferIdx = 0; bufferIdx < numBuffers; ++bufferIdx) in checkAudioBuffers() local
110 mComponent->getBusInfo (Steinberg::Vst::kAudio, dir, bufferIdx, busInfo); in checkAudioBuffers()
111 Steinberg::Vst::AudioBusBuffers& tmpBuffers = buffers[bufferIdx]; in checkAudioBuffers()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Daudio.cpp119 inline void PspAudio::nextBuffer(int &bufferIdx) { in nextBuffer() argument
121 bufferIdx++; in nextBuffer()
122 if (bufferIdx >= NUM_BUFFERS) in nextBuffer()
123 bufferIdx = 0; in nextBuffer()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Daudio.cpp119 inline void PspAudio::nextBuffer(int &bufferIdx) { in nextBuffer() argument
121 bufferIdx++; in nextBuffer()
122 if (bufferIdx >= NUM_BUFFERS) in nextBuffer()
123 bufferIdx = 0; in nextBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DSemaphoreGL.cpp24 for (GLuint bufferIdx = 0; bufferIdx < bufferBarriers.size(); bufferIdx++) in GatherNativeBufferIDs() local
26 (*outIDs)[bufferIdx] = GetImplAs<BufferGL>(bufferBarriers[bufferIdx])->getBufferID(); in GatherNativeBufferIDs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DSemaphoreGL.cpp24 for (GLuint bufferIdx = 0; bufferIdx < bufferBarriers.size(); bufferIdx++) in GatherNativeBufferIDs() local
26 (*outIDs)[bufferIdx] = GetImplAs<BufferGL>(bufferBarriers[bufferIdx])->getBufferID(); in GatherNativeBufferIDs()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DLeafManager.h121 BufferType& buffer(size_t bufferIdx)
123 return mRange.mLeafManager.getBuffer(mPos, bufferIdx);
330 BufferType& getBuffer(size_t leafIdx, size_t bufferIdx) const
333 assert(bufferIdx == 0 || bufferIdx - 1 < mAuxBuffersPerLeaf);
334 return bufferIdx == 0 ? mLeafs[leafIdx]->buffer()
335 : mAuxBuffers[leafIdx * mAuxBuffersPerLeaf + bufferIdx - 1];
359 bool swapLeafBuffer(size_t bufferIdx, bool serial = false)
362 if (bufferIdx == 0 || bufferIdx > mAuxBuffersPerLeaf || this->isConstTree()) return false;
395 bool syncAuxBuffer(size_t bufferIdx, bool serial = false)
398 if (bufferIdx == 0 || bufferIdx > mAuxBuffersPerLeaf) return false;
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrendereffectsystem.cpp466 qint32 bufferIdx = theContext.findBuffer(inCommand.m_name); in allocateBuffer() local
467 if (bufferIdx < theContext.m_allocatedBuffers.size()) { in allocateBuffer()
473 theContext.releaseBuffer(bufferIdx); in allocateBuffer()
543 qint32 bufferIdx = theContext.findDataBuffer(inCommand.m_name); in allocateDataBuffer() local
544 if (bufferIdx < theContext.m_allocatedDataBuffers.size()) { in allocateDataBuffer()
594 qint32 bufferIdx = theContext.findBuffer(inName); in findTexture() local
595 if (bufferIdx < theContext.m_allocatedBuffers.size()) in findTexture()
596 return theContext.m_allocatedBuffers[bufferIdx].texture; in findTexture()
612 if (bufferIdx < theContext.m_allocatedBuffers.size()) { in bindBuffer()
881 if (bufferIdx < theContext.m_allocatedBuffers.size()) { in applyBufferValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp4236 for (deUint32 bufferIdx = 0; bufferIdx < 2; bufferIdx++) in initColorImageChessboardPattern() local
4239 …bufferAllocs[bufferIdx] = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffers[buff… in initColorImageChessboardPattern()
4240 …CK(vk.bindBufferMemory(device, *buffers[bufferIdx], bufferAllocs[bufferIdx]->getMemory(), bufferAl… in initColorImageChessboardPattern()
4247 access.setPixel(colorValues[bufferIdx], x, y, 0); in initColorImageChessboardPattern()
4249 flushAlloc(vk, device, *bufferAllocs[bufferIdx]); in initColorImageChessboardPattern()
4261 for (deUint32 bufferIdx = 0; bufferIdx < 2; bufferIdx++) in initColorImageChessboardPattern() local
4546 for (deUint32 bufferIdx = 0; bufferIdx < 2; bufferIdx++) in initDepthStencilImageChessboardPattern() local
4550 …BufferMemory(device, *depthBuffers[bufferIdx], depthBufferAllocs[bufferIdx]->getMemory(), depthBuf… in initDepthStencilImageChessboardPattern()
4553 …erMemory(device, *stencilBuffers[bufferIdx], stencilBufferAllocs[bufferIdx]->getMemory(), stencilB… in initDepthStencilImageChessboardPattern()
4571 ((float*)depthPtr)[i] = depthValues[bufferIdx]; in initDepthStencilImageChessboardPattern()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/linuxfb/
H A Dqlinuxfbdrmscreen.cpp112 bool createFramebuffer(Output *output, int bufferIdx);
113 void destroyFramebuffer(Output *output, int bufferIdx);
240 bool QLinuxFbDevice::createFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in createFramebuffer() argument
257 Framebuffer &fb(output->fb[bufferIdx]); in createFramebuffer()
308 void QLinuxFbDevice::destroyFramebuffer(QLinuxFbDevice::Output *output, int bufferIdx) in destroyFramebuffer() argument
310 Framebuffer &fb(output->fb[bufferIdx]); in destroyFramebuffer()

123