Home
last modified time | relevance | path

Searched refs:pattern32 (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c175 * pattern32 must be a sample of repetitive pattern of length 1, 2 or 4 (but not 3!) */
177 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32) in LZ4HC_countPattern() argument
181 (reg_t)pattern32 + (((reg_t)pattern32) << (sizeof(pattern)*4)) : pattern32; in LZ4HC_countPattern()

Completed in 4 milliseconds