find_nth_bit
int idx = find_nth_bit(bitmap, bitmap_size, vector % dest_vcpus);
unsigned long lastbit = find_nth_bit(chip->map, 64, chip->gc.ngpio - 1);
unsigned long lastbit = find_nth_bit(chip->map, 64, chip->gc.ngpio - 1);
unsigned long bit = find_nth_bit(chip->map, 64, gpio);
unsigned long bit = find_nth_bit(chip->map, 64, gpio);
unsigned long bit = find_nth_bit(chip->map, 64, gpio);
unsigned long bit = find_nth_bit(chip->map, 64, gpio);
unsigned long bit = find_nth_bit(chip->map, 64, irq_offset), enable;
unsigned long bit = find_nth_bit(chip->map, 64, irq_offset), enable;
unsigned long bit = find_nth_bit(chip->map, 64, irq_offset);
temp = find_nth_bit(priv->temp_sensors, AWCC_ID_BITMAP_SIZE, channel);
temp = find_nth_bit(priv->temp_sensors, AWCC_ID_BITMAP_SIZE, channel);
return find_nth_bit(cpumask_bits(srcp), small_cpumask_bits, cpumask_check(cpu));
set_bit(find_nth_bit(new, nbits, n % w), dst);
return find_nth_bit(new, bits, n % w);
return find_nth_bit(addr, size, get_random_u32_below(w));
l = find_nth_bit(bitmap, len, n);
ret = find_nth_bit(NULL, 0, 0);
expect_eq_uint(10, find_nth_bit(bmap, 64 * 3, 0));
expect_eq_uint(20, find_nth_bit(bmap, 64 * 3, 1));
expect_eq_uint(30, find_nth_bit(bmap, 64 * 3, 2));
expect_eq_uint(40, find_nth_bit(bmap, 64 * 3, 3));
expect_eq_uint(50, find_nth_bit(bmap, 64 * 3, 4));
expect_eq_uint(60, find_nth_bit(bmap, 64 * 3, 5));
expect_eq_uint(80, find_nth_bit(bmap, 64 * 3, 6));
expect_eq_uint(123, find_nth_bit(bmap, 64 * 3, 7));
expect_eq_uint(0, !!(find_nth_bit(bmap, 64 * 3, 8) < 64 * 3));
expect_eq_uint(10, find_nth_bit(bmap, 64 * 3 - 1, 0));
expect_eq_uint(20, find_nth_bit(bmap, 64 * 3 - 1, 1));
expect_eq_uint(30, find_nth_bit(bmap, 64 * 3 - 1, 2));
expect_eq_uint(40, find_nth_bit(bmap, 64 * 3 - 1, 3));
expect_eq_uint(50, find_nth_bit(bmap, 64 * 3 - 1, 4));
expect_eq_uint(60, find_nth_bit(bmap, 64 * 3 - 1, 5));
expect_eq_uint(80, find_nth_bit(bmap, 64 * 3 - 1, 6));
expect_eq_uint(123, find_nth_bit(bmap, 64 * 3 - 1, 7));
expect_eq_uint(0, !!(find_nth_bit(bmap, 64 * 3 - 1, 8) < 64 * 3 - 1));
b = find_nth_bit(exp1, EXP1_IN_BITS, cnt++);