Searched refs:expect_eq_uint (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 211 expect_eq_uint(10, find_nth_bit(bmap, 64 * 3, 0)); in test_find_nth_bit() 212 expect_eq_uint(20, find_nth_bit(bmap, 64 * 3, 1)); in test_find_nth_bit() 213 expect_eq_uint(30, find_nth_bit(bmap, 64 * 3, 2)); in test_find_nth_bit() 214 expect_eq_uint(40, find_nth_bit(bmap, 64 * 3, 3)); in test_find_nth_bit() 215 expect_eq_uint(50, find_nth_bit(bmap, 64 * 3, 4)); in test_find_nth_bit() 233 expect_eq_uint(b, bit); in test_find_nth_bit() 316 expect_eq_uint(pos, 0); in test_bitmap_region() 325 expect_eq_uint(bitmap_weight(bmap, 1000), 0); in test_bitmap_region() 668 expect_eq_uint(arr[DIV_ROUND_UP(nbits, 32)], in test_bitmap_arr32() 1182 expect_eq_uint(strlen(t->mask) + 1, n); in test_bitmap_print_buf() [all …]
|