Home
last modified time | relevance | path

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

/include/linux/
Doverflow.h35 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
36 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
205 __builtin_choose_expr(is_signed_type(typeof(a)), \
210 __builtin_choose_expr(is_signed_type(typeof(a)), \
215 __builtin_choose_expr(is_signed_type(typeof(a)), \
Dtrace_events.h695 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/include/trace/
Dtrace_events.h409 .is_signed = is_signed_type(_type), .filter_type = _filter_type },
427 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
433 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },