Searched refs:LZ4_HASH_VALUE (Results 1 – 1 of 1) sorted by relevance
375 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p)) macro495 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()497 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()517 forwardH = LZ4_HASH_VALUE(forwardIp); in LZ4_compressCtx()609 HashTable[LZ4_HASH_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compressCtx()612 ref = base + HashTable[LZ4_HASH_VALUE(ip)]; in LZ4_compressCtx()613 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()621 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()