Home
last modified time | relevance | path

Searched refs:copySize (Results 226 – 250 of 890) sorted by relevance

12345678910>>...36

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/crt/
H A Dalignment.c128 size_t copySize; in _aligned_offset_realloc() local
157 copySize = (pNewMem->size < pMem->size) ? pNewMem->size : pMem->size; in _aligned_offset_realloc()
158 CopyMemory(newMemblock, memblock, copySize); in _aligned_offset_realloc()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DglUtils.cpp178 ptrdiff_t copySize) in AddRange() argument
180 _CopyUnit unit(readOffset, writeOffset, copySize); in AddRange()
195 blitOp.byteSize = it->copySize; in Commit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCommands.h123 Extent3D copySize; // Texels member
129 Extent3D copySize; // Texels member
135 Extent3D copySize; // Texels member
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/
H A Dhdfs_http_client.c159 size_t copySize = wbuffer->remaining < size * nmemb ? in readfunc() local
161 memcpy(ptr, wbuffer->wbuffer + wbuffer->offset, copySize); in readfunc()
162 wbuffer->offset += copySize; in readfunc()
163 wbuffer->remaining -= copySize; in readfunc()
165 return copySize; in readfunc()
/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_frame.c928 size_t copySize = LIZARD_DICT_SIZE - dctxPtr->tmpOutSize; in LizardF_updateDict() local
930 if (dctxPtr->tmpOutSize > LIZARD_DICT_SIZE) copySize = 0; in LizardF_updateDict()
931 if (copySize > preserveSize) copySize = preserveSize; in LizardF_updateDict()
933 memcpy(dctxPtr->tmpOutBuffer + preserveSize - copySize, oldDictEnd - copySize, copySize); in LizardF_updateDict()
1331 size_t copySize = LIZARD_DICT_SIZE - dctxPtr->tmpOutSize; in LizardF_decompress() local
1333 if (dctxPtr->tmpOutSize > LIZARD_DICT_SIZE) copySize = 0; in LizardF_decompress()
1334 if (copySize > preserveSize) copySize = preserveSize; in LizardF_decompress()
1336 … memcpy(dctxPtr->tmpOutBuffer + preserveSize - copySize, oldDictEnd - copySize, copySize); in LizardF_decompress()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_queue/
H A Dflattened_id_tests.cpp109 auto copySize = getSizeFlattenedIDs(simd, lwsX, lwsY, lwsZ); in generateFlattenedIDs() local
111 memcpy_s(buffer, copySize, pSrc, copySize); in generateFlattenedIDs()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dcl_blit_properties.h72 Vec3<size_t> copySize = 0; in constructProperties() local
100 copySize = builtinOpParams.size; in constructProperties()
125 copySize = builtinOpParams.size; in constructProperties()
135 … hostPtrOffset, copyOffset, copySize, in constructProperties()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/SparseCore/
H A DCompressedStorage.h236 Index copySize = (std::min)(size, m_size); in reallocate() local
237 if (copySize>0) { in reallocate()
238 internal::smart_copy(m_values, m_values+copySize, newValues.ptr()); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()

12345678910>>...36