Sha256: 6efa67eb99d579d0b822bfba7954e641db3c116e3487dfc613c30bf75a7757da

Contents?: true

Size: 1.32 KB

Versions: 39

Compression:

Stored size: 1.32 KB

Contents

/*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 * All rights reserved.
 *
 * This source code is licensed under both the BSD-style license (found in the
 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
 * in the COPYING file in the root directory of this source tree).
 * You may select, at your option, one of the above-listed licenses.
 */

#ifndef ZSTD_DOUBLE_FAST_H
#define ZSTD_DOUBLE_FAST_H

#if defined (__cplusplus)
extern "C" {
#endif

#include "../common/mem.h"      /* U32 */
#include "zstd_compress_internal.h"     /* ZSTD_CCtx, size_t */

void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms,
                              void const* end, ZSTD_dictTableLoadMethod_e dtlm,
                              ZSTD_tableFillPurpose_e tfp);
size_t ZSTD_compressBlock_doubleFast(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_doubleFast_dictMatchState(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);
size_t ZSTD_compressBlock_doubleFast_extDict(
        ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
        void const* src, size_t srcSize);


#if defined (__cplusplus)
}
#endif

#endif /* ZSTD_DOUBLE_FAST_H */

Version data entries

39 entries across 39 versions & 4 rubygems

Version Path
zstd-ruby-1.5.5.1 ext/zstdruby/libzstd/compress/zstd_double_fast.h
wasmtime-18.0.3 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-17.0.1 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
zstdlib-0.12.0-x86-mingw32 ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
zstdlib-0.12.0-x86_64-darwin ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
zstdlib-0.12.0-x64-mingw-ucrt ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
zstdlib-0.12.0-x64-mingw32 ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
zstdlib-0.12.0 ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
zstdlib-0.12.0-arm64-darwin ext/zstdlib_c/zstd-1.5.5/lib/compress/zstd_double_fast.h
wasmtime-17.0.0 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-16.0.0 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-15.0.1 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-15.0.0 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-14.0.4 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-14.0.3 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-14.0.1 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-14.0.0 ./ext/cargo-vendor/zstd-sys-2.0.9+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-13.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-12.0.1 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h
wasmtime-12.0.0 ./ext/cargo-vendor/zstd-sys-2.0.8+zstd.1.5.5/zstd/lib/compress/zstd_double_fast.h