Home
last modified time | relevance | path

Searched refs:XXH32 (Results 1 – 25 of 836) sorted by relevance

12345678910>>...34

/dports/archivers/maxcso/maxcso-1.10.0/lz4/lib/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/lz4/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/devel/upp/upp/uppsrc/Core/lib/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/biology/abyss/abyss-2.3.1/vendor/nthash/lib/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/www/netsurf/netsurf-3.10/frontends/amiga/hash/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/lib/
H A Dxxhash.h100 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
119 unsigned int XXH32 (const void* input, size_t length, unsigned seed);
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/tests/
H A DnamespaceTest.c17 extern unsigned XXH32(const void* src, size_t srcSize, unsigned seed);
22 unsigned result = XXH32(exename, strlen(exename), argc); in main()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/
H A Dfuzzer.c377 U32 const crcOrig = XXH32(block, (size_t)blockSize, 0); in FUZ_test()
402 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
437 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
696 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
708 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
743 expectedCrc = XXH32(compressedBuffer, expectedSize, 0); in FUZ_test()
795 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
806 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
931 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test()
1022 XXH32_hash_t const crcOrig = XXH32(testInput, sampleSize, 0); in FUZ_unitTests()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/
H A Dfuzzer.c385 U32 const crcOrig = XXH32(block, (size_t)blockSize, 0); in FUZ_test()
410 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
443 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
737 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
748 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
782 expectedCrc = XXH32(compressedBuffer, (size_t)expectedSize, 0); in FUZ_test()
834 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
845 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
970 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test()
1061 XXH32_hash_t const crcOrig = XXH32(testInput, sampleSize, 0); in FUZ_unitTests()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/
H A Dfuzzer.c313 U32 const crcOrig = XXH32(block, blockSize, 0); in FUZ_test()
334 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test()
369 U32 const crcBase = XXH32(block, srcSize, 0); in FUZ_test()
417 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
439 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
451 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
556 crcCheck = XXH32(decodedBuffer+dictSize, blockSize, 0); in FUZ_test()
596 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
605 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
654 crcCheck = XXH32(decodedBuffer, blockSize, 0); in FUZ_test()
[all …]
/dports/devel/py-pyhashxx/pyhashxx-0.1.3/pyhashxx/
H A Dpyhashxx.c230 digest = XXH32(PyBytes_AsString(hash_obj), PyBytes_Size(hash_obj), seed); in pyhashxx_hashxx()
234 digest = XXH32(PyString_AsString(hash_obj), PyString_Size(hash_obj), seed); in pyhashxx_hashxx()
238 digest = XXH32(PyByteArray_AsString(hash_obj), PyByteArray_Size(hash_obj), seed); in pyhashxx_hashxx()
242 digest = XXH32("", 0, seed); in pyhashxx_hashxx()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dxxhash.h122 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
154 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/archivers/liblz4/lz4-1.9.3/tests/
H A Dfuzzer.c385 U32 const crcOrig = XXH32(block, (size_t)blockSize, 0); in FUZ_test()
410 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
443 U32 const crcBase = XXH32(block, (size_t)srcSize, 0); in FUZ_test()
740 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
751 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
785 expectedCrc = XXH32(compressedBuffer, (size_t)expectedSize, 0); in FUZ_test()
834 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
845 { U32 const crcCheck = XXH32(decodedBuffer, (size_t)blockSize, 0); in FUZ_test()
972 { U32 const crcSrc = XXH32(block, (size_t)consumedSize, 0); in FUZ_test()
1087 XXH32_hash_t const crcOrig = XXH32(testInput, sampleSize, 0); in FUZ_unitTests()
[all …]
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dxxhash.h125 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
159 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/archivers/zstd/zstd-1.5.0/lib/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/common/
H A Dxxhash.h125 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
163 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/zstd/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/zstd/common/
H A Dxxhash.h105 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
143 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/common/
H A Dxxhash.h125 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
163 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/lang/ghc/ghc-8.10.7/rts/
H A Dxxhash.h126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/lib/
H A Dxxhash.h126 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro
167 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, unsigned int seed);

12345678910>>...34