Home
last modified time | relevance | path

Searched refs:previousPos (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzstreamtest.c1378 size_t const previousPos = outBuff.pos; in fuzzerTests_MT() local
1382 assert(outBuff.pos >= previousPos); in fuzzerTests_MT()
1383 … DISPLAYLEVEL(6, "%u bytes flushed by ZSTDMT_flushStream \n", (U32)(outBuff.pos-previousPos)); in fuzzerTests_MT()
1391 size_t const previousPos = outBuff.pos; in fuzzerTests_MT() local
1396 assert(outBuff.pos >= previousPos); in fuzzerTests_MT()
1397 … DISPLAYLEVEL(6, "%u bytes flushed by ZSTDMT_endStream \n", (U32)(outBuff.pos-previousPos)); in fuzzerTests_MT()