Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_bitmap.c95 #define __expect_eq(suffix, ...) \ macro
107 #define expect_eq_uint(...) __expect_eq(uint, ##__VA_ARGS__)
108 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__)
109 #define expect_eq_pbl(...) __expect_eq(pbl, ##__VA_ARGS__)
110 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__)