Home
last modified time | relevance | path

Searched refs:expect_eq_pbl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dtest_bitmap.c202 expect_eq_pbl("0-22", bmap, 23); in test_zero_clear()
203 expect_eq_pbl("0-1023", bmap, 1024); in test_zero_clear()
207 expect_eq_pbl("9-1023", bmap, 1024); in test_zero_clear()
221 expect_eq_pbl("", bmap, 1024); in test_zero_clear()
272 expect_eq_pbl("", bmap, 23); in test_fill_set()
273 expect_eq_pbl("", bmap, 1024); in test_fill_set()
277 expect_eq_pbl("0-8", bmap, 1024); in test_fill_set()
280 expect_eq_pbl("0-63", bmap, 1024); in test_fill_set()
287 expect_eq_pbl("0-127", bmap, 1024); in test_fill_set()
305 expect_eq_pbl("0-18", bmap2, 1024); in test_copy()
[all …]