Searched refs:statically_true (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | compiler.h | 309 #define statically_true(x) (__builtin_constant_p(x) && (x)) macro |
H A D | minmax.h | 79 #define __is_nonneg(x,ux) statically_true((__signed_type(ux))(x)>=0) |