Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dminmax.h75 #define __signed_type(ux) long macro
77 #define __signed_type(ux) typeof(__builtin_choose_expr(sizeof(ux)>4,1LL,1L)) macro
79 #define __is_nonneg(x,ux) statically_true((__signed_type(ux))(x)>=0)