Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1298 unsigned inputPresented = 0; in FIO_compressZstdFrame() local
1335 inputPresented++; in FIO_compressZstdFrame()
1432 assert(inputPresented > 0); in FIO_compressZstdFrame()
1434 … inputBlocked, inputPresented, (double)inputBlocked/inputPresented*100, in FIO_compressZstdFrame()
1437 …if ( (inputBlocked > inputPresented / 8) /* input is waiting often, because input buffers is f… in FIO_compressZstdFrame()
1447 inputPresented = 0; in FIO_compressZstdFrame()