Lines Matching full:find
45 * find_next_bit - find the next set bit in a memory region
73 * find_next_and_bit - find the next set bit in both memory regions
103 * find_next_andnot_bit - find the next set bit in *addr1 excluding all the bits
134 * find_next_or_bit - find the next set bit in either memory regions
164 * find_next_zero_bit - find the next cleared bit in a memory region
192 * find_first_bit - find the first set bit in a memory region
213 * find_nth_bit - find N'th set bit in a memory region
241 * find_nth_and_bit - find N'th set bit in 2 memory regions
267 * find_nth_andnot_bit - find N'th set bit in 2 memory regions,
294 * find_nth_and_andnot_bit - find N'th set bit in 2 memory regions,
325 * find_first_and_bit - find the first set bit in both memory regions
350 * find_first_zero_bit - find the first cleared bit in a memory region
372 * find_last_bit - find the last set bit in a memory region
392 * find_next_and_bit_wrap - find the next set bit in both memory regions
416 * find_next_bit_wrap - find the next set bit in both memory regions
464 * find_next_clump8 - find next 8-bit clump with set bits in a memory region