Searched refs:uy (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | minmax.h | 74 #define __types_ok(ux, uy) \ argument 75 (__sign_use(ux) & __sign_use(uy)) 77 #define __types_ok3(ux, uy, uz) \ argument 78 (__sign_use(ux) & __sign_use(uy) & __sign_use(uz)) 86 ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) 91 #define __careful_cmp_once(op, x, y, ux, uy) ({ \ argument 92 __auto_type ux = (x); __auto_type uy = (y); \ 93 BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ 95 __cmp(op, ux, uy); }) 133 BUILD_BUG_ON_MSG(!__types_ok3(ux, uy, uz), \ [all …]
|
Completed in 3 milliseconds