]> git.ipfire.org Git - thirdparty/zstd.git/commit
change the offset|repcode sumtype format to match offBase
authorYann Collet <cyan@fb.com>
Wed, 29 Dec 2021 20:03:36 +0000 (12:03 -0800)
committerYann Collet <cyan@fb.com>
Wed, 29 Dec 2021 20:03:36 +0000 (12:03 -0800)
commitf92ec5ea54d64207f5ffd30b5c746367a6e75dc4
tree74c809b09d3d7025bd5c7ad0795dc858f0b4c46c
parentad7c9fc11e689e105e9c43c016c9160a121ba3b1
change the offset|repcode sumtype format to match offBase

directly at ZSTD_storeSeq() interface.

In the process, remove ZSTD_REP_MOVE.

This makes it possible, in future commits,
to update and effectively simplify the naming scheme
to properly label the updated processing pipeline :
offset | repcode => offBase => offCode + offBits
lib/compress/zstd_compress_internal.h