Lines Matching full:find
49 * find_next_bit - find the next set bit in a memory region
77 * find_next_and_bit - find the next set bit in both memory regions
107 * find_next_andnot_bit - find the next set bit in *addr1 excluding all the bits
138 * find_next_or_bit - find the next set bit in either memory regions
168 * find_next_zero_bit - find the next cleared bit in a memory region
196 * find_first_bit - find the first set bit in a memory region
217 * find_nth_bit - find N'th set bit in a memory region
245 * find_nth_and_bit - find N'th set bit in 2 memory regions
271 * find_nth_and_andnot_bit - find N'th set bit in 2 memory regions,
302 * find_first_and_bit - find the first set bit in both memory regions
326 * find_first_andnot_bit - find the first bit set in 1st memory region and unset in 2nd
349 * find_first_and_and_bit - find the first set bit in 3 memory regions
375 * find_first_zero_bit - find the first cleared bit in a memory region
397 * find_last_bit - find the last set bit in a memory region
417 * find_next_and_bit_wrap - find the next set bit in both memory regions
441 * find_next_bit_wrap - find the next set bit in a memory region
489 * find_next_clump8 - find next 8-bit clump with set bits in a memory region