Home
last modified time | relevance | path

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

/dports/finance/chiapos/chiapos-1.0.3/lib/FiniteStateEntropy/programs/
H A Dbench.c494 char* compressedBuffer; int compressedBuffSize; in BMK_benchFiles() local
515 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFiles()
516 compressedBuffer = (char*)malloc((size_t )compressedBuffSize); in BMK_benchFiles()
703 char* compressedBuffer; size_t compressedBuffSize; in BMK_benchCore_Files() local
721 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchCore_Files()
722 compressedBuffer = (char*)malloc(compressedBuffSize); in BMK_benchCore_Files()
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/
H A Dbench.c277 char* compressedBuffer; int compressedBuffSize; in BMK_benchFiles() local
302 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFiles()
303 compressedBuffer = (char*)malloc((size_t)compressedBuffSize); in BMK_benchFiles()
H A Dfullbench.c590 int compressedBuffSize; in fullSpeedBench() local
612 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
613 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
799 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/
H A Dbench.c277 char* compressedBuffer; int compressedBuffSize; in BMK_benchFiles() local
302 compressedBuffSize = nbChunks * maxCompressedChunkSize; in BMK_benchFiles()
303 compressedBuffer = (char*)malloc((size_t)compressedBuffSize); in BMK_benchFiles()
H A Dfullbench.c590 int compressedBuffSize; in fullSpeedBench() local
612 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
613 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
799 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/
H A Dfullbench.c338 int compressedBuffSize; in fullSpeedBench() local
359 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
360 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
529 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
/dports/archivers/lizard/lizard-1.0/tests/
H A Dfullbench.c352 int compressedBuffSize; in fullSpeedBench() local
373 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
374 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
536 …errorCode = LizardF_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NUL… in fullSpeedBench()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/
H A Dfullbench.c407 int compressedBuffSize; in fullSpeedBench() local
427 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
619 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/
H A Dfullbench.c407 int compressedBuffSize; in fullSpeedBench() local
427 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
428 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
621 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()
/dports/archivers/liblz4/lz4-1.9.3/tests/
H A Dfullbench.c453 int compressedBuffSize; in fullSpeedBench() local
473 compressedBuffSize = nbChunks * maxCompressedChunkSize; in fullSpeedBench()
474 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
670 … size_t const fcsize = LZ4F_compressFrame(compressed_buff, (size_t)compressedBuffSize, orig_buff, … in fullSpeedBench()