Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/lib/
Dlz4.c513 static unsigned LZ4_NbCommonBytes (reg_t val) in LZ4_NbCommonBytes() function
612 return LZ4_NbCommonBytes(diff); in LZ4_count()
618 pIn += LZ4_NbCommonBytes(diff); in LZ4_count()
Dlz4hc.c181 ip += LZ4_NbCommonBytes(diff); in LZ4HC_countPattern()