Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c670 …{ size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buf… in fullSpeedBench() local
671 assert(!LZ4F_isError(fcsize)); in fullSpeedBench()
673 chunkP[0].compressedSize = (int)fcsize; in fullSpeedBench()