Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_bitmap.c158 #define __expect_eq(suffix, ...) \ macro
170 #define expect_eq_uint(...) __expect_eq(uint, ##__VA_ARGS__)
171 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__)
172 #define expect_eq_pbl(...) __expect_eq(pbl, ##__VA_ARGS__)
173 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__)
174 #define expect_eq_clump8(...) __expect_eq(clump8, ##__VA_ARGS__)