Searched defs:dstBuffSize (Results 1 – 2 of 2) sorted by relevance
1897 size_t const dstBuffSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local1941 size_t const dstBuffSize = MIN(dstBufferSize - totalGenSize, randomDstSize); in fuzzerTests() local2311 … size_t const dstBuffSize = MIN(cBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local2373 size_t const dstBuffSize = MIN(dstBufferSize - totalGenSize, randomDstSize); in fuzzerTests_newAPI() local
435 size_t dstBuffSize = ZSTD_compressBound(srcSize); in benchMem() local