Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dminmax.h50 (2 + __is_nonneg(ux)) : (1 + 2 * (sizeof(ux) < 4)))
68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) macro
70 #define __is_nonneg(ux) statically_true( \ macro