Home
last modified time | relevance | path

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

/include/linux/
Doverflow.h32 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
Dtrace_events.h799 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/include/trace/
Dtrace_events.h506 .is_signed = is_signed_type(_type), .filter_type = _filter_type },
524 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
530 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
548 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
/include/rdma/
Duverbs_ioctl.h991 (is_signed_type(typeof(*(_to))) ? \
996 (is_signed_type(typeof(*(_to))) ? \