Home
last modified time | relevance | path

Searched defs:ldmMinMatch (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/zstd/programs/
H A Dbenchzstd.h115 int ldmMinMatch; /* below: parameters for long distance matching, see zstd.1.md */ member
H A Dfileio.c316 int ldmMinMatch; member
538 void FIO_setLdmMinMatch(FIO_prefs_t* const prefs, int ldmMinMatch) { in FIO_setLdmMinMatch()