Home
last modified time | relevance | path

Searched refs:__cmp_once (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dminmax.h88 #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