Searched refs:LZ4_HASH_VALUE (Results 1 – 2 of 2) sorted by relevance
384 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p)) macro503 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()505 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()525 forwardH = LZ4_HASH_VALUE(forwardIp); in LZ4_compressCtx()617 HashTable[LZ4_HASH_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compressCtx()620 ref = base + HashTable[LZ4_HASH_VALUE(ip)]; in LZ4_compressCtx()621 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()629 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()
383 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p)) macro503 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()505 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()525 forwardH = LZ4_HASH_VALUE(forwardIp); in LZ4_compressCtx()617 HashTable[LZ4_HASH_VALUE(ip - 2)] = ip - 2 - base; in LZ4_compressCtx()620 ref = base + HashTable[LZ4_HASH_VALUE(ip)]; in LZ4_compressCtx()621 HashTable[LZ4_HASH_VALUE(ip)] = ip - base; in LZ4_compressCtx()629 forwardH = LZ4_HASH_VALUE(ip); in LZ4_compressCtx()