Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c693 U32 forwardH; in LZ4_compress_generic() local
721 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
734 U32 const h = forwardH; in LZ4_compress_generic()
743 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
755 U32 const h = forwardH; in LZ4_compress_generic()
792 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
972 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic()