Searched refs:previousPos (Results 1 – 1 of 1) sorted by relevance
1378 size_t const previousPos = outBuff.pos; in fuzzerTests_MT() local1382 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() local1396 assert(outBuff.pos >= previousPos); in fuzzerTests_MT()1397 … DISPLAYLEVEL(6, "%u bytes flushed by ZSTDMT_endStream \n", (U32)(outBuff.pos-previousPos)); in fuzzerTests_MT()