Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dbitops.h135 static __always_inline __attribute_const__ unsigned long __flogr(unsigned long word) in __flogr() function
196 return BITS_PER_LONG - __flogr(-val & val); in ffs()