Home
last modified time | relevance | path

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

/linux/tools/include/linux/
A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/include/linux/
A Doverflow.h32 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
A Dtrace_events.h799 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/tools/testing/selftests/
A Dkselftest_harness.h691 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro

Completed in 11 milliseconds