Home
last modified time | relevance | path

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

/tools/include/linux/
A Dfind.h108 #ifndef find_first_bit
118 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
A Dbitops.h55 for ((bit) = find_first_bit((addr), (size)); \
A Dbitmap.h56 return find_first_bit(src, nbits) == nbits; in bitmap_empty()
/tools/lib/
A Dfind_bit.c70 #ifndef find_first_bit
A Dbitmap.c39 rbot = cur = find_first_bit(bitmap, nbits); in bitmap_scnprintf()

Completed in 5 milliseconds