create mode 100644 stage1/zstd/LICENSE create mode 100644 stage1/zstd/lib/common/bitstream.h create mode 100644 stage1/zstd/lib/common/compiler.h create mode 100644 stage1/zstd/lib/common/cpu.h create mode 100644 stage1/zstd/lib/common/debug.c create mode 100644 stage1/zstd/lib/common/debug.h create mode 100644 stage1/zstd/lib/common/entropy_common.c create mode 100644 stage1/zstd/lib/common/error_private.c create mode 100644 stage1/zstd/lib/common/error_private.h create mode 100644 stage1/zstd/lib/common/fse.h create mode 100644 stage1/zstd/lib/common/fse_decompress.c create mode 100644 stage1/zstd/lib/common/huf.h create mode 100644 stage1/zstd/lib/common/mem.h create mode 100644 stage1/zstd/lib/common/pool.c create mode 100644 stage1/zstd/lib/common/pool.h create mode 100644 stage1/zstd/lib/common/portability_macros.h create mode 100644 stage1/zstd/lib/common/threading.c create mode 100644 stage1/zstd/lib/common/threading.h create mode 100644 stage1/zstd/lib/common/xxhash.c create mode 100644 stage1/zstd/lib/common/xxhash.h create mode 100644 stage1/zstd/lib/common/zstd_common.c create mode 100644 stage1/zstd/lib/common/zstd_deps.h create mode 100644 stage1/zstd/lib/common/zstd_internal.h create mode 100644 stage1/zstd/lib/common/zstd_trace.h create mode 100644 stage1/zstd/lib/decompress/huf_decompress.c create mode 100644 stage1/zstd/lib/decompress/huf_decompress_amd64.S create mode 100644 stage1/zstd/lib/decompress/zstd_ddict.c create mode 100644 stage1/zstd/lib/decompress/zstd_ddict.h create mode 100644 stage1/zstd/lib/decompress/zstd_decompress.c create mode 100644 stage1/zstd/lib/decompress/zstd_decompress_block.c create mode 100644 stage1/zstd/lib/decompress/zstd_decompress_block.h create mode 100644 stage1/zstd/lib/decompress/zstd_decompress_internal.h create mode 100644 stage1/zstd/lib/zstd.h create mode 100644 stage1/zstd/lib/zstd_errors.h