Searched refs:XXH32 (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/contrib/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);
H A DroundTripCrash.c69 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
92 unsigned const h32 = XXH32(srcBuff, hashLength, 0);
H A Dzbufftest.c593 U32 const h = XXH32(&t, sizeof(t), 1);
H A Ddecodecorpus.c1719 return XXH32(&t, sizeof(t), 0) % 65536;
H A Dfuzzer.c1799 U32 const h = XXH32(&t, sizeof(t), 1);
H A Dzstreamtest.c1992 U32 const h = XXH32(&t, sizeof(t), 1);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_xxhash.h38 unsigned int (*XXH32)(const void* input, unsigned int len, member in struct:archive_xxhash
H A Dxxhash.c96 static unsigned int XXH32 (const void*, unsigned int, unsigned int);
286 U32 XXH32(const void* input, unsigned int len, U32 seed) function
503 XXH32,
H A Darchive_write_add_filter_lz4.c414 sd[6] = (__archive_xxhash.XXH32(&sd[4], 2, 0) >> 8) & 0xff;
529 __archive_xxhash.XXH32(data->out - outsize, outsize, 0);
614 __archive_xxhash.XXH32(data->out - outsize, outsize, 0);
H A Darchive_read_support_filter_lz4.c455 chsum = __archive_xxhash.XXH32(read_buf, (int)descriptor_bytes -1, 0);
525 unsigned int chsum = __archive_xxhash.XXH32(
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.h64 XXH32 6.8 GB/s 6.0 GB/s
125 # 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);
167 XXH32() :
207 For small input, prefer `XXH32()` and `XXH64()` .
H A Dxxhash.c401 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) function
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz_helpers.h66 return XXH32(data, toHash, 0);

Completed in 143 milliseconds