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/programs/
Dzstdcli.c740 size_t targetCBlockSize = 0; in main() local
Dfileio.c306 size_t targetCBlockSize; member
477 void FIO_setTargetCBlockSize(FIO_prefs_t* const prefs, size_t targetCBlockSize) { in FIO_setTargetCBlockSize()
/external/zstd/lib/compress/
Dzstd_compress_superblock.c725 size_t targetCBlockSize = cctxParams->targetCBlockSize; in ZSTD_compressSubBlock_multi() local
Dzstd_compress_internal.h219 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize. member