Searched refs:__cmp_once (Results 1 – 1 of 1) sorted by relevance
95 #define __cmp_once(op, type, x, y) \ macro213 #define min_t(type, x, y) __cmp_once(min, type, x, y)221 #define max_t(type, x, y) __cmp_once(max, type, x, y)