Searched refs:ZSTD_MAX_PRICE (Results 1 – 1 of 1) sorted by relevance
30 #define ZSTD_MAX_PRICE (1<<30) macro1025 …opt[pos].price = ZSTD_MAX_PRICE; /* mlen, litlen and price will be fixed during forward scanning… in ZSTD_compressBlock_opt_generic()1145 …while (last_pos < pos) { opt[last_pos+1].price = ZSTD_MAX_PRICE; last_pos++; } /* fill empty pos… in ZSTD_compressBlock_opt_generic()