Home
last modified time | relevance | path

Searched refs:getElementSize (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DRelaxedConcurrentPriorityQueue.h291 if (getElementSize(pos) == 0) { in deleteAllNodes()
451 uint32_t sa = getElementSize(a); in swapList()
452 uint32_t sb = getElementSize(b); in swapList()
548 if (getElementSize(tmp) != 0) { in pruningLeaf()
676 uint32_t sz = getElementSize(pos); in regularInsert()
737 uint32_t sz = getElementSize(pos); in forceInsertToRoot()
783 uint32_t sz = getElementSize(pos); in forceInsert()
909 getElementSize(rchild) + getElementSize(lchild) + getElementSize(pos); in mergeDown()
950 if (getElementSize(lchild) == 0 && getElementSize(rchild) == 0) { in deferSettingRootSize()
994 uint32_t sz = getElementSize(pos); in moundPopMany()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/usecode/
H A Duc_list.h117 assert(_elementSize == l.getElementSize()); in appendList()
124 assert(_elementSize == l.getElementSize()); in unionList()
132 assert(_elementSize == l.getElementSize()); in subtractList()
144 unsigned int getElementSize() const { in getElementSize() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfArrayType.cpp215 if (type1->getElementSize() >= type2->getElementSize()) { in comparePrecision()
302 if (type1->getElementSize() == 4) { in comparePrecision()
310 if (type2->getElementSize() == 4) { in comparePrecision()
379 XdmfArrayType::getElementSize() const in getElementSize() function in XdmfArrayType
465 unsigned int typePrecision = type->getElementSize(); in typeToInt()
587 return intToType(type)->getElementSize(); in XdmfArrayTypeGetElementSize()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfArrayType.cpp215 if (type1->getElementSize() >= type2->getElementSize()) { in comparePrecision()
302 if (type1->getElementSize() == 4) { in comparePrecision()
310 if (type2->getElementSize() == 4) { in comparePrecision()
379 XdmfArrayType::getElementSize() const in getElementSize() function in XdmfArrayType
465 unsigned int typePrecision = type->getElementSize(); in typeToInt()
587 return intToType(type)->getElementSize(); in XdmfArrayTypeGetElementSize()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfArrayType.cpp192 if (type1->getElementSize() >= type2->getElementSize()) { in comparePrecision()
279 if (type1->getElementSize() == 4) { in comparePrecision()
287 if (type2->getElementSize() == 4) { in comparePrecision()
356 XdmfArrayType::getElementSize() const in getElementSize() function in XdmfArrayType
H A DXdmfBinaryController.cpp168 array->getSize() * mType->getElementSize()); in read()
177 switch(mType->getElementSize()){ in read()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/field/
H A DFieldList.java133 private int getElementSize() { in getElementSize() method in FieldList
171 int size = getElementSize(); in readElements()
210 int elementSize = getElementSize(); in append()
238 / getElementSize()); in allocate()
273 int elementSize = getElementSize(); in allocateNewBlock()
324 int size = getElementSize(); in destructElements()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Base/
H A DIO.cpp34 nitems = fwrite(T.getUnsafePtr(), T.getType().getElementSize(), T.size(), fp); in writeToFile()
46 nitems = fread(T.getUnsafePtr(), T.getType().getElementSize(), T.size(), fp); in readFromFile()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dany.c++158 if (getElementSize() != right.getElementSize()) { in equals()
163 switch(getElementSize()) { in equals()
172 if (getElementSize() == ElementSize::BIT && size() % 8 != 0) { in equals()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dany.c++158 if (getElementSize() != right.getElementSize()) { in equals()
163 switch(getElementSize()) { in equals()
172 if (getElementSize() == ElementSize::BIT && size() % 8 != 0) { in equals()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opencl/
H A DCLChecks.java149 final int elementSize = getElementSize(format); in calculateImage2DSize()
178 final int elementSize = getElementSize(format); in calculateImage3DSize()
200 private static int getElementSize(final ByteBuffer format) { in getElementSize() method in CLChecks
/dports/math/scilab/scilab-6.1.1/scilab/modules/mexlib/tests/unit_tests/
H A DmxGetElementSize.dia.ref42 ilib_mex_build("libmextest",["getElementSize","mexgetElementSize","cmex"], "mexgetElementSize.c",[]…
44 getElementSize();
H A DmxGetElementSize.tst46 ilib_mex_build("libmextest",["getElementSize","mexgetElementSize","cmex"], "mexgetElementSize.c",[]…
49 getElementSize();
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DUniform.cpp107 size_t LinkedUniform::getElementSize() const in getElementSize() function in gl::LinkedUniform
120 return data() + getElementSize() * elementIndex; in getDataPtrToElement()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Base/
H A DType.h717 unsigned getElementSize() const { return getElementSize(elementType_); } in getElementSize() function
721 size_t s = getElementSize(); in getSizeInBytes()
728 size_t(sizes_[i]) * getElementSize() * strides_[i]); in getSizeInBytes()
736 size_t actualSize() const { return getSizeInBytes() / getElementSize(); } in actualSize()
739 static unsigned getElementSize(ElemKind Ty) { in getElementSize() function
858 assert(alignment % getElementSize() == 0 && in initDims()
860 alignment /= getElementSize(); in initDims()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DPrimitiveSetIndirect.cpp81 …+_firstCommand* _indirectCommandArray->getElementSize())// runtime offset computaion can be sizeof… in draw()
139 …(_indirectCommandArray->getBufferIndex())+_firstCommand* _indirectCommandArray->getElementSize())); in draw()
196 …(_indirectCommandArray->getBufferIndex())+_firstCommand* _indirectCommandArray->getElementSize())); in draw()
461 …(_indirectCommandArray->getBufferIndex())+_firstCommand* _indirectCommandArray->getElementSize())); in draw()
526 …et(_indirectCommandArray->getBufferIndex())+_firstCommand*_indirectCommandArray->getElementSize()), in draw()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/util/
H A DUniformBufferManager.cpp10 size_t getElementSize(uniform_block_type type) in getElementSize() function
137 element_size_override = getElementSize(type); in getUniformBuffer()
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/observer/
H A DObserver.h25 virtual size_t getElementSize() const = 0;
/dports/games/scummvm/scummvm-2.5.1/test/engines/ultima/ultima8/usecode/
H A Duc_list.h16 TS_ASSERT_EQUALS(l.getElementSize(), 2); in test_static_list()
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/vdb/
H A DVdbLeafAccessObserver.h36 size_t getElementSize() const override;
H A DVdbInnerNodeObserver.h32 size_t getElementSize() const override;
H A DVdbLeafAccessObserver.cpp52 size_t VdbLeafAccessObserver<W>::getElementSize() const in getElementSize() function in openvkl::cpu_device::VdbLeafAccessObserver
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/tiff/
H A DCiffEntry.h70 uint32_t __attribute__((pure)) getElementSize() const;
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtPoolAllocator.h94 int getElementSize() const in getElementSize() function
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/tiff/
H A DCiffEntry.h70 [[nodiscard]] uint32_t __attribute__((pure)) getElementSize() const;

12345678910>>...17