Home
last modified time | relevance | path

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

/external/zstd/tests/
Dzstreamtest.c2674 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
2683 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
2743 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests() local
3107 … size_t const adjustedDstSize = MIN(cBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local
3204 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local