Searched refs:expect_eq_ulong (Results 1 – 1 of 1) sorted by relevance
187 #define expect_eq_ulong(...) __expect_eq(ulong, ##__VA_ARGS__) macro188 #define expect_eq_uint(x, y) expect_eq_ulong((unsigned int)(x), (unsigned int)(y))1349 expect_eq_ulong(r, w); in test_bitmap_write_helper()1389 expect_eq_ulong(0b10101UL, val); in test_bitmap_read_write()1393 expect_eq_ulong(0b101UL, val); in test_bitmap_read_write()1396 expect_eq_ulong(0b10110101UL, val); in test_bitmap_read_write()