Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4defs.h168 static FORCE_INLINE unsigned int LZ4_NbCommonBytes(register size_t val) in LZ4_NbCommonBytes() function
193 pIn += LZ4_NbCommonBytes(diff); in LZ4_count()