Home
last modified time | relevance | path

Searched defs:is_signed_type (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/include/linux/
H A Dcompiler.h304 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro