Searched refs:LZ4_HASH64K_VALUE (Results 1 – 1 of 1) sorted by relevance
708 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro742 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()762 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()854 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()857 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()858 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()866 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()