Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dfileio.c2666 int fullBufferDecoded = 0; in FIO_decompressLz4Frame() local
2672 …while ((pos < ress->readCtx->srcBufferLoaded) || fullBufferDecoded) { /* still to read, or still … in FIO_decompressLz4Frame()
2685 fullBufferDecoded = decodedBytes == writeJob->bufferSize; in FIO_decompressLz4Frame()