Searched refs:LZ4_HASH64K_VALUE (Results 1 – 1 of 1) sorted by relevance
656 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro686 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()706 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()798 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()801 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()802 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()810 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()