Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Dbitops.h260 static inline unsigned int __clz(unsigned int x) in __clz() function
278 return 32 - __clz(x); in fls()