Searched refs:XXH32 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | xxhash.h | 105 # 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);
|
H A D | xxhash.c | 388 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_xxhash.h | 38 unsigned int (*XXH32)(const void* input, unsigned int len, member
|
H A D | xxhash.c | 96 static unsigned int XXH32 (const void*, unsigned int, unsigned int); 294 U32 XXH32(const void* input, unsigned int len, U32 seed) in XXH32() function 511 XXH32,
|
H A D | archive_write_add_filter_lz4.c | 412 sd[6] = (__archive_xxhash.XXH32(&sd[4], 2, 0) >> 8) & 0xff; in lz4_write_stream_descriptor() 527 __archive_xxhash.XXH32(data->out - outsize, outsize, 0); in drive_compressor_independence() 612 __archive_xxhash.XXH32(data->out - outsize, outsize, 0); in drive_compressor_dependence()
|
H A D | archive_read_support_filter_lz4.c | 447 chsum = __archive_xxhash.XXH32(read_buf, (int)descriptor_bytes -1, 0); in lz4_filter_read_descriptor() 519 unsigned int chsum = __archive_xxhash.XXH32( in lz4_filter_read_data_block()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 126 # undef XXH32 255 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32) macro 404 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed); 2092 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32() function
|