Searched defs:dstBuffSize (Results 1 – 2 of 2) sorted by relevance
2660 size_t const dstBuffSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local2704 size_t const dstBuffSize = MIN(dstBufferSize - totalGenSize, randomDstSize); in fuzzerTests() local3081 … size_t const dstBuffSize = MIN(cBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local3156 size_t const dstBuffSize = MIN(dstBufferSize - totalGenSize, randomDstSize); in fuzzerTests_newAPI() local
442 size_t dstBuffSize = ZSTD_compressBound(srcSize); in benchMem() local