Searched refs:LZ4_HASH64K_VALUE (Results 1 – 2 of 2) sorted by relevance
664 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro693 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()713 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()805 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()808 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()809 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()817 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()
664 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p)) macro698 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()718 forwardH = LZ4_HASH64K_VALUE(forwardIp); in LZ4_compress64kCtx()810 HashTable[LZ4_HASH64K_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compress64kCtx()813 ref = base + HashTable[LZ4_HASH64K_VALUE(ip)]; in LZ4_compress64kCtx()814 HashTable[LZ4_HASH64K_VALUE(ip)] = ip - base; in LZ4_compress64kCtx()822 forwardH = LZ4_HASH64K_VALUE(ip); in LZ4_compress64kCtx()