Searched defs:price (Results 1 – 2 of 2) sorted by relevance
72 MEM_STATIC double ZSTD_fCost(int price) in ZSTD_fCost()281 { U32 price = optPtr->litSumBasePrice * litLength; in ZSTD_rawLiteralsCost() local330 U32 price; in ZSTD_getMatchPrice() local1208 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local1317 … int const price = basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
215 int price; /* price from beginning of segment to this position */ member