Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c72 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument
106 int const optLevel) in ZSTD_rescaleFreqs() argument
209 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()
217 int optLevel) in ZSTD_rawLiteralsCost() argument
248 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()
260 int const optLevel) in ZSTD_getMatchPrice() argument
272 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()
934 const int optLevel, in ZSTD_compressBlock_opt_generic() argument
963 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()
1079 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20216 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument
20250 int const optLevel) in ZSTD_rescaleFreqs() argument
20353 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()
20361 int optLevel) in ZSTD_rawLiteralsCost() argument
20392 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()
20404 int const optLevel) in ZSTD_getMatchPrice() argument
20416 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()
20944 const int optLevel, in ZSTD_compressBlock_opt_generic() argument
20968 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()
21082 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1624 StringRef optLevel = s.substr(7); in linkerMain() local
1625 if (optLevel.getAsInteger(10, config->ltoo) || config->ltoo > 3) in linkerMain()
1626 error("/opt:lldlto: invalid optimization level: " + optLevel); in linkerMain()