Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c467 static U32 LZ4_hashPosition(const BYTE* p, tableType_t tableType) { return LZ4_hashSequence(LZ4_rea… in LZ4_hashPosition() function
481 U32 h = LZ4_hashPosition(p, tableType); in LZ4_putPosition()
494 U32 h = LZ4_hashPosition(p, tableType); in LZ4_getPosition()
552 ip++; forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic()
587 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()
690 forwardH = LZ4_hashPosition(++ip, tableType); in LZ4_compress_generic()