Searched defs:price (Results 1 – 7 of 7) sorted by relevance
61 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()228 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local262 U32 price; in ZSTD_getMatchPrice() local898 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local982 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
91 int price; member
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
154 int price; member
58 static float price = 0.02; /* cost per page (or what ever) */ variable
565 U32 price; member
2799 U32 price; member