Searched refs:__cmp_once (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | minmax.h | 88 #define __cmp_once(op, type, x, y) \ 161 #define min_t(type, x, y) __cmp_once(min, type, x, y) 169 #define max_t(type, x, y) __cmp_once(max, type, x, y) 95 #define __cmp_once( global() macro
|