Home
last modified time | relevance | path

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

/include/trace/stages/
A Dstage4_event_fields.h11 .is_signed = is_signed_type(_type), .filter_type = _filter_type },
29 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER,\
36 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
63 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
/include/linux/
A Dcompiler.h350 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
351 #define is_unsigned_type(type) (!is_signed_type(type))
A Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
A Dminmax.h49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \
/include/rdma/
A Duverbs_ioctl.h1001 (is_signed_type(typeof(*(_to))) ? \
1006 (is_signed_type(typeof(*(_to))) ? \

Completed in 10 milliseconds