Home
last modified time | relevance | path

Searched refs:XXH64 (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/vfs/hammer2/xxhash/
H A Dxxhash.h128 # define XXH64 XXH_NAME2(XXH_NAMESPACE, XXH64) macro
160 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t length, unsigned long long seed);
H A Dxxhash.c497 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() function
/dragonfly/contrib/zstd/lib/common/
H A Dxxhash.h106 # define XXH64 XXH_NAME2(XXH_NAMESPACE, XXH64) macro
147 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t length, unsigned long long seed);
H A Dxxhash.c462 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() function
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_strategy.c1439 crc = XXH64(data, chain->bytes, XXH_HAMMER2_SEED); in hammer2_dedup_record()
1455 crc = XXH64(data, chain->bytes, XXH_HAMMER2_SEED); in hammer2_dedup_record()
1549 crc = XXH64(data, pblksize, XXH_HAMMER2_SEED); in hammer2_dedup_lookup()
H A Dhammer2_chain.c5491 XXH64(bdata, chain->bytes, XXH_HAMMER2_SEED); in hammer2_chain_setcheck()
5626 check64 = XXH64(bdata, chain->bytes, XXH_HAMMER2_SEED); in hammer2_chain_testcheck()
/dragonfly/sbin/newfs_hammer2/
H A Dmkfs_hammer2.c405 XXH64(rawip, sizeof(*rawip), XXH_HAMMER2_SEED); in format_hammer2_inode()
477 XXH64(rawip, sizeof(*rawip), XXH_HAMMER2_SEED); in format_hammer2_inode()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_strategy.c1415 crc = XXH64(data, chain->bytes, XXH_HAMMER2_SEED); in hammer2_dedup_record()
1431 crc = XXH64(data, chain->bytes, XXH_HAMMER2_SEED); in hammer2_dedup_record()
1525 crc = XXH64(data, pblksize, XXH_HAMMER2_SEED); in hammer2_dedup_lookup()
H A Dhammer2_chain.c5485 XXH64(bdata, chain->bytes, XXH_HAMMER2_SEED); in hammer2_chain_setcheck()
5617 check64 = XXH64(bdata, chain->bytes, XXH_HAMMER2_SEED); in hammer2_chain_testcheck()
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c393 { U64 const crcOrig = (adv->mode == BMK_decodeOnly) ? 0 : XXH64(srcBuffer, srcSize, 0); in BMK_benchMemAdvancedNoAlloc()
497 U64 const crcCheck = XXH64(resultBuffer, srcSize, 0); in BMK_benchMemAdvancedNoAlloc()
/dragonfly/sbin/hammer2/
H A Dcmd_info.c447 cv64 = XXH64(&media, bytes, XXH_HAMMER2_SEED); in h2pfs_check()
H A Dcmd_debug.c930 cv64 = XXH64(&media, bytes, XXH_HAMMER2_SEED); in show_bref()
1284 hash = XXH64(buf, sizeof(buf), XXH_HAMMER2_SEED); in cmd_dhash()
H A Dcmd_recover.c1505 cv64 = XXH64(data, bytes, XXH_HAMMER2_SEED); in validate_crc()
/dragonfly/sbin/fsck_hammer2/
H A Dreconstruct.c465 cv64 = XXH64(media, media_bytes, XXH_HAMMER2_SEED); in modify_check()
H A Dtest.c924 cv64 = XXH64(&media, bytes, XXH_HAMMER2_SEED); in verify_blockref()
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c906 { U64 const randomID = XXH64(customDictContent, dictContentSize, 0); in ZDICT_finalizeDictionary()
959 …{ U64 const randomID = XXH64((char*)dictBuffer + dictBufferCapacity - dictContentSize, dictConte… in ZDICT_addEntropyTablesFromBuffer_advanced()