Home
last modified time | relevance | path

Searched defs:adjustedDstSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
Dzstreamtest.c1119 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
1128 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
1188 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests() local
1377 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests_MT() local
1390 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests_MT() local
1460 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_MT() local
1753 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests_newAPI() local
1822 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local