Home
last modified time | relevance | path

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

/tools/testing/radix-tree/linux/bitops/
Dfind.h10 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro
/tools/lib/
Dfind_bit.c73 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function