Searched refs:fullBufferDecoded (Results 1 – 1 of 1) sorted by relevance
2666 int fullBufferDecoded = 0; in FIO_decompressLz4Frame() local2672 …while ((pos < ress->readCtx->srcBufferLoaded) || fullBufferDecoded) { /* still to read, or still … in FIO_decompressLz4Frame()2685 fullBufferDecoded = decodedBytes == writeJob->bufferSize; in FIO_decompressLz4Frame()