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