Home
last modified time | relevance | path

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

/include/linux/
Dminmax.h68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0)
70 #define __is_nonneg(ux) statically_true( \
188 BUILD_BUG_ON_MSG(statically_true(ulo > uhi), \
Dcompiler.h293 #define statically_true(x) (__builtin_constant_p(x) && (x)) macro