Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c459 static U32 LZ4_hashSequence(U32 sequence, tableType_t tableType) in LZ4_hashSequence() function
467 static U32 LZ4_hashPosition(const BYTE* p, tableType_t tableType) { return LZ4_hashSequence(LZ4_rea… in LZ4_hashPosition()