Searched defs:__is_nonneg (Results 1 – 1 of 1) sorted by relevance
68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) macro70 #define __is_nonneg(ux) statically_true( \ macro