zstd/lib/dictBuilder
Nick Terrell 2312b819af [cover] Remove unnecessary mask and dedup hash functions
* Remove the unnecessary mask, since `ZSTD_hash*()` already ensures
  the output is mod 2^h.
* Dedup the hash functions and use `ZSTD_hash*()` directly.
2020-06-22 12:52:13 -07:00
..
cover.c Renamed cover and fast cover hash functions/vars 2020-06-22 11:54:24 +02:00
cover.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
divsufsort.c fixed more issues detected by recent version of scan-build 2018-08-16 15:20:25 -07:00
divsufsort.h fixed multiple minor warnings for XCode 2016-08-26 01:43:47 +02:00
fastcover.c [cover] Remove unnecessary mask and dedup hash functions 2020-06-22 12:52:13 -07:00
zdict.c Initial implementation (files added, macros fixed) 2020-06-22 10:31:36 +02:00
zdict.h [zdict] Stabilize ZDICT_finalizeDictionary() 2020-05-07 10:37:01 -07:00