D | test_overflow.c | 218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument 223 if (_of != of) { \ 226 a, b, of ? "" : " not", #t); \ 296 #define TEST_ONE_SHIFT(a, s, t, expect, of) ({ \ in test_overflow_shift() argument 303 if (__of != of) { \ in test_overflow_shift() 305 #t, #a, #s, of ? "" : " not"); \ in test_overflow_shift() 318 of ? "overflow" : #expect); \ in test_overflow_shift()
|