]> git.ipfire.org Git - thirdparty/zstd.git/commit
grouped all histogram functions into hist.c
authorYann Collet <cyan@fb.com>
Wed, 13 Jun 2018 23:49:31 +0000 (19:49 -0400)
committerYann Collet <cyan@fb.com>
Wed, 13 Jun 2018 23:49:31 +0000 (19:49 -0400)
commit2d76defbfeb0cb2a7e10723f1983c803deca8f0d
tree462452342d086033467f2f3d3e72f35480192897
parentfa41bcc2c2440915bf6602f698c8ed4a9005e7aa
grouped all histogram functions into hist.c

renamed functions with HIST_* prefix
build/cmake/lib/CMakeLists.txt
build/cmake/tests/CMakeLists.txt
doc/zstd_manual.html
lib/common/fse.h
lib/compress/fse_compress.c
lib/compress/hist.c [new file with mode: 0644]
lib/compress/hist.h [new file with mode: 0644]
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_opt.c
tests/decodecorpus.c