Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/inc/linux/
H A Dbitops.h44 static inline unsigned long __ffs(unsigned long word) in __ffs() function
90 return __ffs(val) + x; in find_first_bit()
109 #define ffz(x) __ffs(~(x))