Searched refs:LZ4HC_countPattern (Results 1 – 1 of 1) sorted by relevance
153 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) in LZ4HC_countPattern() function309 … srcPatternLength = LZ4HC_countPattern(ip+sizeof(pattern), iHighLimit, pattern) + sizeof(pattern); in LZ4HC_InsertAndGetWiderMatch()317 …size_t const forwardPatternLength = LZ4HC_countPattern(matchPtr+sizeof(pattern), iHighLimit, patte… in LZ4HC_InsertAndGetWiderMatch()