Searched refs:__clzll (Results 1 – 3 of 3) sorted by relevance
44 static __always_inline int __clzll(unsigned long long x) in __clzll() function
54 #define __mostbit_id(x) ((x) ? (63 - __clzll(x)) : -1)
600 return (unsigned)__clzll((U64)val) >> 3; in LZ4_NbCommonBytes()