Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.h98 void FIO_setTargetCBlockSize(FIO_prefs_t* const prefs, size_t targetCBlockSize);
H A Dzstdcli.c1440 FIO_setTargetCBlockSize(prefs, targetCBlockSize); in main()
H A Dfileio.c499 void FIO_setTargetCBlockSize(FIO_prefs_t* const prefs, size_t targetCBlockSize) { in FIO_setTargetCBlockSize() function