Home
last modified time | relevance | path

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

/external/zstd/tests/
Dzstreamtest.c1911 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
1920 size_t const adjustedDstSize = MIN(cBufferSize - cSize, randomDstSize); in fuzzerTests() local
1980 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests() local
2337 … size_t const adjustedDstSize = MIN(cBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local
2414 size_t const adjustedDstSize = MIN(dstBufferSize - outBuff.pos, randomDstSize); in fuzzerTests_newAPI() local