Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c421 FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t const tableType) in LZ4_hashPosition() function
439 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
452 U32 const h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
511 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
540 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
633 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic()
755 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_destSize_generic()
776 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_destSize_generic()
846 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_destSize_generic()