]> git.ipfire.org Git - thirdparty/zstd.git/commit
renamed all HUF_decompress*X2*() functions into *X1
authorYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 19:08:43 +0000 (15:08 -0400)
committerYann Collet <cyan@fb.com>
Thu, 14 Jun 2018 19:08:43 +0000 (15:08 -0400)
commita09af5eb6b6af43f319c63889a3ce65a92fb42a4
treee7eb5776523fd3c70c0027f53840484513287563
parent2d76defbfeb0cb2a7e10723f1983c803deca8f0d
renamed all HUF_decompress*X2*() functions into *X1

to underline they generate one symbol per decoding operation.

The new naming scheme will make it easier to introduce an *X3 variant.
lib/common/huf.h
lib/decompress/huf_decompress.c
lib/decompress/zstd_decompress.c