Searched refs:LZ4_hashSequence (Results 1 – 1 of 1) sorted by relevance
459 static U32 LZ4_hashSequence(U32 sequence, tableType_t tableType) in LZ4_hashSequence() function467 static U32 LZ4_hashPosition(const BYTE* p, tableType_t tableType) { return LZ4_hashSequence(LZ4_rea… in LZ4_hashPosition()