Home
last modified time | relevance | path

Searched refs:offsetsSize (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/plasma-pass/plasma-pass-1.2.0/plugin/
H A Dabbreviations.cpp29 constexpr const std::size_t offsetsSize = 32; variable
35 const QVarLengthArray<int, offsetsSize> &offsets, in matchesAbbreviationHelper()
105 QVarLengthArray<int, offsetsSize> offsets; in matchesAbbreviation()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcff_p.h214 BL_INLINE uint32_t offsetsSize() const noexcept { return (entryCount + 1) * offsetSize; } in offsetsSize() function
217 BL_INLINE uint32_t payloadOffset() const noexcept { return offsetsOffset() + offsetsSize(); } in payloadOffset()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/rawdb/
H A Dfreezer_table.go236 offsetsSize := stat.Size()
253 t.index.ReadAt(buffer, offsetsSize-indexEntrySize)
279 if err := truncateFreezerFile(t.index, offsetsSize-indexEntrySize); err != nil {
282 offsetsSize -= indexEntrySize
283 t.index.ReadAt(buffer, offsetsSize-indexEntrySize)
312 …t.items = uint64(t.itemOffset) + uint64(offsetsSize/indexEntrySize-1) // last indexEntry points to…
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_g_v_a_r.py125 offsetsSize = (glyphCount + 1) * 2
129 offsetsSize = (glyphCount + 1) * 4
130 offsets.fromstring(data[0 : offsetsSize])
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_g_v_a_r.py123 offsetsSize = (glyphCount + 1) * 2
127 offsetsSize = (glyphCount + 1) * 4
128 offsets.frombytes(data[0 : offsetsSize])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/
H A DPrintDialog.java341 int offsetsSize = offsets.length * 2; // 2 bytes each in open() local
343 long hMem = OS.GlobalAlloc(OS.GMEM_MOVEABLE | OS.GMEM_ZEROINIT, offsetsSize + size); in open()
345 OS.MoveMemory(ptr, offsets, offsetsSize); in open()
346 OS.MoveMemory(ptr + offsetsSize, buffer, size); in open()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h806 size_t offsetsSize = bindingCount * sizeof(VkDeviceSize); in bindTransformFeedbackBuffers() local
807 size_t sizesSize = offsetsSize; in bindTransformFeedbackBuffers()
810 buffersSize + offsetsSize + sizesSize, in bindTransformFeedbackBuffers()
815 writePtr = storePointerParameter(writePtr, offsets, offsetsSize); in bindTransformFeedbackBuffers()
827 size_t offsetsSize = bindingCount * sizeof(VkDeviceSize); in bindVertexBuffers() local
829 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
833 storePointerParameter(writePtr, offsets, offsetsSize); in bindVertexBuffers()
H A DTransformFeedbackVk.h72 size_t offsetsSize) const;
H A DTransformFeedbackVk.cpp249 size_t offsetsSize) const in getBufferOffsets()
265 ASSERT(offsetsSize >= xfbBufferCount); in getBufferOffsets()
H A DContextVk.h898 void writeAtomicCounterBufferDriverUniformOffsets(uint32_t *offsetsOut, size_t offsetsSize);
H A DContextVk.cpp3334 size_t offsetsSize) in writeAtomicCounterBufferDriverUniformOffsets() argument
3340 ASSERT(atomicCounterBufferCount <= offsetsSize * 4); in writeAtomicCounterBufferDriverUniformOffsets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h932 size_t offsetsSize = bindingCount * sizeof(VkDeviceSize); in bindTransformFeedbackBuffers() local
933 size_t sizesSize = offsetsSize; in bindTransformFeedbackBuffers()
936 buffersSize + offsetsSize + sizesSize, in bindTransformFeedbackBuffers()
941 writePtr = storePointerParameter(writePtr, offsets, offsetsSize); in bindTransformFeedbackBuffers()
953 size_t offsetsSize = bindingCount * sizeof(VkDeviceSize); in bindVertexBuffers() local
955 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
959 storePointerParameter(writePtr, offsets, offsetsSize); in bindVertexBuffers()
H A DTransformFeedbackVk.cpp280 size_t offsetsSize) const in getBufferOffsets()
296 ASSERT(offsetsSize >= xfbBufferCount); in getBufferOffsets()
H A DTransformFeedbackVk.h59 size_t offsetsSize) const;
H A DContextVk.h872 void writeAtomicCounterBufferDriverUniformOffsets(uint32_t *offsetsOut, size_t offsetsSize);
H A DContextVk.cpp3571 size_t offsetsSize) in writeAtomicCounterBufferDriverUniformOffsets() argument
3577 ASSERT(atomicCounterBufferCount <= offsetsSize * 4); in writeAtomicCounterBufferDriverUniformOffsets()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/prefiltering/
H A DPrefilteringIndexReader.cpp229 size_t offsetsSize = (indexTable.getTableSize() + 1) * sizeof(size_t); in createIndexFile() local
230 writer.writeData(offsets, offsetsSize, (keyOffset + ENTRIESOFFSETS), SPLIT_INDX + s); in createIndexFile()
/dports/math/vtk9/VTK-9.1.0/IO/Legacy/
H A DvtkDataWriter.cxx2311 vtkIdType offsetsSize = cells->GetNumberOfOffsets(); in WriteCells() local
2317 *fp << label << " " << offsetsSize << " " << connSize << "\n"; in WriteCells()
2319 this->WriteArray(fp, type, cells->GetOffsetsArray(), "OFFSETS %s\n", offsetsSize, 1); in WriteCells()
H A DvtkDataReader.cxx3174 vtkIdType offsetsSize{ 0 }; in ReadCells() local
3178 if (!(this->Read(&offsetsSize) && this->Read(&connSize))) in ReadCells()
3185 if (offsetsSize < 1) in ReadCells()
3201 auto offsets = vtk::TakeSmartPointer(this->ReadArray(buffer, offsetsSize, 1)); in ReadCells()