Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_export.c89 is_signed_type(_type), .filter_type = _filter_type },
96 is_signed_type(_type), .filter_type = _filter_type },
114 is_signed_type(_type), .filter_type = FILTER_OTHER },
123 is_signed_type(_type), .filter_type = FILTER_OTHER },
A Dtrace_syscalls.c209 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
A Dring_buffer.c381 (unsigned int)is_signed_type(u64)); in ring_buffer_print_page_header()
387 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header()
393 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header()
399 (unsigned int)is_signed_type(char)); in ring_buffer_print_page_header()
A Dtrace_events.c151 #item, 0, 0, is_signed_type(type), \
161 is_signed_type(type), FILTER_OTHER); \
/linux/tools/include/linux/
A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
32 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
/linux/include/linux/
A 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)))
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
700 switch (is_signed_type(__exp) * 2 + is_signed_type(__seen)) { \
/linux/lib/
A Dtest_scanf.c188 (is_signed_type(T) \
304 if (is_signed_type(typeof((arr)[0])) && (neg_pattern & 1)) \
715 if (is_signed_type(T)) \
/linux/include/trace/
A Dtrace_events.h439 .is_signed = is_signed_type(_type), .filter_type = _filter_type },
457 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
463 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
/linux/include/rdma/
A Duverbs_ioctl.h991 (is_signed_type(typeof(*(_to))) ? \
996 (is_signed_type(typeof(*(_to))) ? \

Completed in 51 milliseconds