Searched refs:LZ4HC_countPattern (Results 1 – 1 of 1) sorted by relevance
172 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) in LZ4HC_countPattern() function344 … 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()