Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dlz4.c399 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p)) macro
547 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()
549 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()
569 forwardH = LZ4_HASH_VALUE(forwardIp); in LZ4_compressCtx()
661 HashTable[LZ4_HASH_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compressCtx()
664 ref = base + HashTable[LZ4_HASH_VALUE(ip)]; in LZ4_compressCtx()
665 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()
673 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()