Sha256: ec39d4b0d383dc547ad6a8b1e66f66fa7fc085f8d6c9bf9747882b3e48f84b06

Contents?: true

Size: 767 Bytes

Versions: 39

Compression:

Stored size: 767 Bytes

Contents

/*
 *  xxHash - Fast Hash algorithm
 *  Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 *  You can contact the author at :
 *  - xxHash homepage: https://cyan4973.github.io/xxHash/
 *  - xxHash source repository : https://github.com/Cyan4973/xxHash
 *
 * 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.
*/



/*
 * xxhash.c instantiates functions defined in xxhash.h
 */

#define XXH_STATIC_LINKING_ONLY   /* access advanced declarations */
#define XXH_IMPLEMENTATION   /* access definitions */

#include "xxhash.h"

Version data entries

39 entries across 39 versions & 4 rubygems

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