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