Home
last modified time | relevance | path

Searched refs:ZFS_CRC64_POLY (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h177 #define ZFS_CRC64_POLY 0xC96C5795D7870F42ULL /* ECMA-182, reflected form */ macro
H A Dfsys_zfs.c601 ZFS_CRC64_POLY); in zap_hash()
605 if (crc == 0 || table[128] != ZFS_CRC64_POLY) { in zap_hash()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h946 #define ZFS_CRC64_POLY 0xC96C5795D7870F42ULL /* ECMA-182, reflected form */ macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c86 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in zap_hash()
H A Darc.c1277 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in buf_hash()
1558 *ct = (*ct >> 1) ^ (-(*ct & 1) & ZFS_CRC64_POLY); in buf_init()
H A Ddbuf.c109 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in dbuf_hash()