Home
last modified time | relevance | path

Searched defs:targetCBlockSize (Results 1 – 5 of 5) sorted by relevance

/external/zstd/tests/fuzz/
Dsimple_round_trip.c36 int targetCBlockSize = 0; in roundTripTest() local
/external/zstd/lib/compress/
Dzstd_compress_superblock.c449 size_t targetCBlockSize = cctxParams->targetCBlockSize; in ZSTD_compressSubBlock_multi() local
Dzstd_compress_internal.h292 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize. member
/external/zstd/programs/
Dzstdcli.c832 size_t targetCBlockSize = 0; in main() local
Dfileio.c320 size_t targetCBlockSize; member
499 void FIO_setTargetCBlockSize(FIO_prefs_t* const prefs, size_t targetCBlockSize) { in FIO_setTargetCBlockSize()