Searched refs:__cmp_once (Results 1 – 1 of 1) sorted by relevance
88 #define __cmp_once(op, type, x, y) \ macro161 #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)