Searched refs:LZ4_HASH64K_VALUE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c685 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro
719 forwardH = LZ4_HASH64K_VALUE(ip);
739 forwardH = LZ4_HASH64K_VALUE(forwardIp);
831 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base;
834 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)];
835 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base;
843 forwardH = LZ4_HASH64K_VALUE(ip);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c708 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro
742 forwardH = LZ4_HASH64K_VALUE(ip);
762 forwardH = LZ4_HASH64K_VALUE(forwardIp);
854 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base;
857 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)];
858 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base;
866 forwardH = LZ4_HASH64K_VALUE(ip);

Completed in 89 milliseconds