Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dlibf2fs.c333 static inline u64 __ffs(u8 word) in __ffs() function
374 return min(start + __ffs(tmp), nbits); in _find_next_bit_le()