Searched refs:is_signed_type (Results 1 – 11 of 11) sorted by relevance
/linux/kernel/trace/ |
A D | trace_export.c | 89 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 D | trace_syscalls.c | 209 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
|
A D | ring_buffer.c | 381 (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 D | trace_events.c | 151 #item, 0, 0, is_signed_type(type), \ 161 is_signed_type(type), FILTER_OTHER); \
|
/linux/tools/include/linux/ |
A D | overflow.h | 31 #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 D | overflow.h | 32 #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 D | trace_events.h | 799 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
|
/linux/tools/testing/selftests/ |
A D | kselftest_harness.h | 691 #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 D | test_scanf.c | 188 (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 D | trace_events.h | 439 .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 D | uverbs_ioctl.h | 991 (is_signed_type(typeof(*(_to))) ? \ 996 (is_signed_type(typeof(*(_to))) ? \
|
Completed in 46 milliseconds