Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dminmax.h54 #define __signed_type_use(x,ux) (2+__is_nonneg(x,ux))
79 #define __is_nonneg(x,ux) statically_true((__signed_type(ux))(x)>=0) macro