Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c534 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition() function
567 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
604 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
721 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
743 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
792 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
931 U32 const h = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
972 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic()