Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dbitops.h269 static inline unsigned char __flogr(unsigned long word) in __flogr() function
320 return __flogr(-word & word) ^ (BITS_PER_LONG - 1); in __ffs()
335 return (1 + (__flogr(-val & val) ^ (BITS_PER_LONG - 1))) & mask; in ffs()
346 return __flogr(word) ^ (BITS_PER_LONG - 1); in __fls()
364 return (1 + (__flogr(word) ^ (BITS_PER_LONG - 1))) & mask; in fls64()

Completed in 4 milliseconds