Searched refs:optLevel (Results 1 – 3 of 3) sorted by relevance
72 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument106 int const optLevel) in ZSTD_rescaleFreqs() argument209 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()217 int optLevel) in ZSTD_rawLiteralsCost() argument248 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()260 int const optLevel) in ZSTD_getMatchPrice() argument272 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()934 const int optLevel, in ZSTD_compressBlock_opt_generic() argument963 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()1079 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()[all …]
20216 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument20250 int const optLevel) in ZSTD_rescaleFreqs() argument20353 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()20361 int optLevel) in ZSTD_rawLiteralsCost() argument20392 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()20404 int const optLevel) in ZSTD_getMatchPrice() argument20416 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()20944 const int optLevel, in ZSTD_compressBlock_opt_generic() argument20968 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()21082 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()[all …]
1624 StringRef optLevel = s.substr(7); in linkerMain() local1625 if (optLevel.getAsInteger(10, config->ltoo) || config->ltoo > 3) in linkerMain()1626 error("/opt:lldlto: invalid optimization level: " + optLevel); in linkerMain()