Lines Matching full:find
47 * find_next_bit - find the next set bit in a memory region
75 * find_next_and_bit - find the next set bit in both memory regions
105 * find_next_andnot_bit - find the next set bit in *addr1 excluding all the bits
136 * find_next_or_bit - find the next set bit in either memory regions
166 * find_next_zero_bit - find the next cleared bit in a memory region
194 * find_first_bit - find the first set bit in a memory region
215 * find_nth_bit - find N'th set bit in a memory region
243 * find_nth_and_bit - find N'th set bit in 2 memory regions
269 * find_nth_andnot_bit - find N'th set bit in 2 memory regions,
296 * find_nth_and_andnot_bit - find N'th set bit in 2 memory regions,
327 * find_first_and_bit - find the first set bit in both memory regions
351 * find_first_and_and_bit - find the first set bit in 3 memory regions
377 * find_first_zero_bit - find the first cleared bit in a memory region
399 * find_last_bit - find the last set bit in a memory region
419 * find_next_and_bit_wrap - find the next set bit in both memory regions
443 * find_next_bit_wrap - find the next set bit in a memory region
491 * find_next_clump8 - find next 8-bit clump with set bits in a memory region