Lines Matching refs:dstCapacities
1120 size_t* dstCapacities; member
1143 free(b.dstCapacities); in freeNonSrcBuffers()
1183 buff->dstCapacities = (size_t*)malloc(maxNbBlocks * sizeof(size_t)); in createBuffersFromMemory()
1189 …if(!buff->srcPtrs || !buff->srcSizes || !buff->dstPtrs || !buff->dstCapacities || !buff->dstSizes … in createBuffersFromMemory()
1218 buff->dstCapacities[0] = ZSTD_compressBound(buff->srcSizes[0]); in createBuffersFromMemory()
1219 buff->dstSizes[0] = buff->dstCapacities[0]; in createBuffersFromMemory()
1224 buff->dstPtrs[n] = ((char*)buff->dstPtrs[n-1]) + buff->dstCapacities[n-1]; in createBuffersFromMemory()
1226 buff->dstCapacities[n] = ZSTD_compressBound(buff->srcSizes[n]); in createBuffersFromMemory()
1227 buff->dstSizes[n] = buff->dstCapacities[n]; in createBuffersFromMemory()
1561 size_t const *const dstCapacities = buf.dstCapacities; in BMK_benchMemInvertible() local
1579 RDG_genBuffer(dstPtrs[i], dstCapacities[i], 0.10, 0.50, 1); in BMK_benchMemInvertible()
1605 cbp.dstCapacities = dstCapacities; in BMK_benchMemInvertible()
1621 dbp.srcSizes = dstCapacities; in BMK_benchMemInvertible()
1623 dbp.dstCapacities = resSizes; in BMK_benchMemInvertible()