Searched defs:price (Results 1 – 2 of 2) sorted by relevance
60 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()258 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local303 U32 price; in ZSTD_getMatchPrice() local1149 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
148 int price; member