zstd/tests/regression
Nick Terrell f4abba02ba [libzstd] Clean up parameter code
* Move all ZSTDMT parameter setting code to ZSTD_CCtxParams_*Parameter().
  ZSTDMT now calls these functions, so we can keep all the logic in the
  same place.
* Clean up `ZSTD_CCtx_setParameter()` to only add extra checks where needed.
* Clean up `ZSTDMT_initJobCCtxParams()` by copying all parameters by default,
  and then zeroing the ones that need to be zeroed. We've missed adding several
  parameters here, and it makes more sense to only have to update it if you
  change something in ZSTDMT.
* Add `ZSTDMT_cParam_clampBounds()` to clamp a parameter into its valid
  range. Use this to keep backwards compatibility when setting ZSTDMT parameters,
  which clamp into the valid range.
2019-02-19 13:22:37 -08:00
..
2018-12-12 20:30:09 -08:00
2019-02-19 13:22:37 -08:00
2018-12-11 13:10:22 -08:00
2018-11-30 18:23:01 -08:00
2018-11-30 18:23:01 -08:00
2018-12-19 16:36:26 -08:00
2019-02-15 14:58:19 -08:00
2019-02-19 13:22:37 -08:00
2018-11-30 18:23:01 -08:00