Home
last modified time | relevance | path

Searched defs:find_first_bit (Results 1 – 1 of 1) sorted by relevance

/include/asm-generic/bitops/
Dfind.h110 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
147 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro