Home
last modified time | relevance | path

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

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