Searched refs:__clz (Results 1 – 2 of 2) sorted by relevance
9 static __always_inline int __clz(uint32_t x) in __clz() function
774 return (unsigned)__clz((U32)val) >> 3; in LZ4_NbCommonBytes()