Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_opt.c257 ZSTD_getMatchPrice(U32 const offset, in ZSTD_getMatchPrice() function
877 … U32 const matchPrice = ZSTD_getMatchPrice(offset, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
982 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_opt.c298 ZSTD_getMatchPrice(U32 const offcode, in ZSTD_getMatchPrice() function
1128 … U32 const matchPrice = ZSTD_getMatchPrice(offcode, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()