Home
last modified time | relevance | path

Searched refs:ZSTD_dictDefaultAttach (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1217 ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */ enumerator
H A Dzstd.c4277 ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */ enumerator
13484 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceCopy); in ZSTD_cParam_getBounds()
13485 bounds.lowerBound = ZSTD_dictDefaultAttach; in ZSTD_cParam_getBounds()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1241 ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */ enumerator
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c434 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad); in ZSTD_cParam_getBounds()
435 bounds.lowerBound = ZSTD_dictDefaultAttach; in ZSTD_cParam_getBounds()