match_next_bit
add_implied_return_hook("find_next_bit", &match_next_bit, NULL);
add_implied_return_hook("find_next_zero_bit", &match_next_bit, NULL);
add_implied_return_hook("find_first_bit", &match_next_bit, NULL);
add_implied_return_hook("find_first_zero_bit", &match_next_bit, NULL);