Searched defs:price (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ | ||
H A D | zstd_opt.h | 103 U32 price, u; in ZSTD_getLiteralPrice() local 145 U32 price; in ZSTD_getPrice() local 440 U32 cur, match_num, last_pos, litlen, price; ZSTD_compressBlock_opt_generic() local 738 U32 cur, match_num, last_pos, litlen, price; ZSTD_compressBlock_opt_extDict_generic() local [all...] |
H A D | zstd_internal.h | 175 U32 price; member |
/kernel/linux/linux-6.6/lib/zstd/compress/ | ||
H A D | zstd_opt.c | 60 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost() argument 258 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local 303 U32 price; in ZSTD_getMatchPrice() local 1149 int const price = opt[cur-1].price ZSTD_compressBlock_opt_generic() local 1238 int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); ZSTD_compressBlock_opt_generic() local [all...] |
H A D | zstd_compress_internal.h | 148 int price; member |
Completed in 6 milliseconds