Lines Matching refs:val
144 #define T(type, val) \ in do_test() argument
145 v_##type = val; \ in do_test()
149 " " #val " failed"); \ in do_test()
152 #define S(type, val) T(type, val) in do_test() argument
162 #define T(type, val) \ in do_test() argument
167 " " #val " failed"); \ in do_test()
170 if (v_##type != val) \ in do_test()
173 "type " #type " " #val); \ in do_test()
176 #define S(type, val) \ in do_test() argument
181 " " #val " failed"); \ in do_test()
184 if (strcmp (v_##type, val)) \ in do_test()
187 "type " #type " " #val); \ in do_test()