Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dminmax.h68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) macro
70 #define __is_nonneg(ux) statically_true( \ macro