Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/openbmc/linux/include/linux/
H A Dcompiler.h237 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h702 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro