Skip to content
Commit 14a99e13 authored by Yury Norov's avatar Yury Norov
Browse files

lib/find_bit: create find_first_zero_bit_le()



find_first_zero_bit_le() is an alias to find_next_zero_bit_le(),
despite that 'next' is known to be slower than 'first' version.

Now that we have common FIND_FIRST_BIT() macro helper, it's trivial
to implement find_first_zero_bit_le() as a real function.

Reviewed-by: default avatarValentin Schneider <vschneid@redhat.com>
Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent 58414bbb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment