Searched refs:uz (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | minmax.h | 77 #define __types_ok3(ux, uy, uz) \ argument 78 (__sign_use(ux) & __sign_use(uy) & __sign_use(uz)) 131 #define __careful_op3(op, x, y, z, ux, uy, uz) ({ \ argument 132 __auto_type ux = (x); __auto_type uy = (y);__auto_type uz = (z);\ 133 BUILD_BUG_ON_MSG(!__types_ok3(ux, uy, uz), \ 135 __cmp(op, ux, __cmp(op, uy, uz)); })
|