Searched refs:dstBuffers (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.h70 * (*benchFn)(srcBuffers[i], srcSizes[i], dstBuffers[i], dstCapacities[i], benchPayload) */
80 * srcBuffers, srcSizes, dstBuffers, dstCapacities, blockResults */
83 void *const * dstBuffers; /* array of buffers to be written into by benchFn. This array is not optional, it must be provided even if unused by benchfn. */ member in struct:__anon11155
84 const size_t* dstCapacities; /* read-only array containing capacities of dstBuffers. This array must be present. */
H A Dbenchfn.c117 memset(p.dstBuffers[i], 0xE5, p.dstCapacities[i]); /* warm up and erase result buffer */
127 p.dstBuffers[blockNb], p.dstCapacities[blockNb],
H A Dbenchzstd.c411 cbp.dstBuffers = cPtrs;
430 dbp.dstBuffers = resPtrs;

Completed in 77 milliseconds