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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.h35 size_t sumOfReturn; /* sum of return values */ member in struct:__anon11153
100 * .sumOfReturn : the sum of all return values of benchFn through all of blocks
102 * .sumOfReturn is generally intended for functions which return a # of bytes written into dstBuffer,
H A Dbenchfn.c143 rt.sumOfReturn = dstSize;
193 timedFnState->fastestRun.sumOfReturn = (size_t)(-1LL);
H A Dbenchzstd.c450 cSize = cResult.sumOfReturn;

Completed in 63 milliseconds