Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c172 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) in LZ4HC_countPattern() function
344 … srcPatternLength = LZ4HC_countPattern(ip+sizeof(pattern), iHighLimit, pattern) + sizeof(pattern); in LZ4HC_InsertAndGetWiderMatch()
355 …size_t forwardPatternLength = LZ4HC_countPattern(matchPtr+sizeof(pattern), iLimit, pattern) + size… in LZ4HC_InsertAndGetWiderMatch()
358 … forwardPatternLength += LZ4HC_countPattern(lowPrefixPtr, iHighLimit, rotatedPattern); in LZ4HC_InsertAndGetWiderMatch()