Home
last modified time | relevance | path

Searched refs:LZ4_hashPosition (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c79 static FORCE_INLINE U32 LZ4_hashPosition( in LZ4_hashPosition() function
129 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
166 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
242 forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
278 forwardH = LZ4_hashPosition(forwardIp, in LZ4_compress_generic()
425 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic()
565 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_destSize_generic()
590 forwardH = LZ4_hashPosition(forwardIp, in LZ4_compress_destSize_generic()
684 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_destSize_generic()