Searched refs:is_signed_type (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | overflow.h | 34 #define is_signed_type(type) (((type)(-1)) < (type)1) macro 35 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) 188 __builtin_choose_expr(is_signed_type(typeof(a)), \ 193 __builtin_choose_expr(is_signed_type(typeof(a)), \ 198 __builtin_choose_expr(is_signed_type(typeof(a)), \
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | overflow.h | 35 #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)), \
|
| D | trace_events.h | 695 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| 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 },
|
| D | trace_syscalls.c | 209 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
|
| D | ring_buffer.c | 390 (unsigned int)is_signed_type(u64)); in ring_buffer_print_page_header() 396 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header() 402 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header() 408 (unsigned int)is_signed_type(char)); in ring_buffer_print_page_header()
|
| D | trace_events.c | 151 #item, 0, 0, is_signed_type(type), \ 161 is_signed_type(type), FILTER_OTHER); \
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ |
| D | kselftest_harness.h | 687 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro 696 switch (is_signed_type(__exp) * 2 + is_signed_type(__seen)) { \
|
| /kernel/linux/linux-5.10/include/trace/ |
| D | trace_events.h | 409 .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 },
|