Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/include/linux/
Doverflow.h34 #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/
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
/kernel/linux/linux-5.10/kernel/trace/
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 },
Dtrace_syscalls.c209 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
Dring_buffer.c390 (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()
Dtrace_events.c151 #item, 0, 0, is_signed_type(type), \
161 is_signed_type(type), FILTER_OTHER); \
/kernel/linux/linux-5.10/tools/testing/selftests/
Dkselftest_harness.h687 #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/
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 },