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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.h80 * srcBuffers, srcSizes, dstBuffers, dstCapacities, blockResults */
85 size_t* blockResults; /* Optional: store the return value of benchFn for each block. Use NULL if this result is not requested. */ member in struct:__anon11155
105 * blockResults : when provided (!= NULL), and when benchmark is successful,
106 * params.blockResults contains all return values of `benchFn` over all blocks.
108 * params.blockResults contains return values of `benchFn` over all blocks preceding and including the failed block.
H A Dbenchfn.c130 if (p.blockResults != NULL) p.blockResults[blockNb] = res;
H A Dbenchzstd.c413 cbp.blockResults = cSizes;
432 dbp.blockResults = NULL;

Completed in 63 milliseconds