Home
last modified time | relevance | path

Searched refs:ZSTD_TARGETLENGTH_MIN (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dzstd_lib.h1123 #define ZSTD_TARGETLENGTH_MIN 0 /* note : comparing this constant to an unsigned results in a… macro
/Linux-v6.6/lib/zstd/compress/
Dzstd_compress.c413 bounds.lowerBound = ZSTD_TARGETLENGTH_MIN; in ZSTD_cParam_getBounds()