Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_bitmap.c91 #define __expect_eq(suffix, ...) \ macro
103 #define expect_eq_uint(...) __expect_eq(uint, ##__VA_ARGS__)
104 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__)
105 #define expect_eq_pbl(...) __expect_eq(pbl, ##__VA_ARGS__)
106 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__)