Home
last modified time | relevance | path

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

/titanic_41/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.c597 ZFS_CRC64_POLY); in zap_hash()
601 if (crc == 0 || table[128] != ZFS_CRC64_POLY) { in zap_hash()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h942 #define ZFS_CRC64_POLY 0xC96C5795D7870F42ULL /* ECMA-182, reflected form */ macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c85 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in zap_hash()
H A Darc.c1273 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in buf_hash()
1554 *ct = (*ct >> 1) ^ (-(*ct & 1) & ZFS_CRC64_POLY); in buf_init()
H A Ddbuf.c108 ASSERT(zfs_crc64_table[128] == ZFS_CRC64_POLY); in dbuf_hash()