Searched refs:is_signed_type (Results 1 – 10 of 10) sorted by relevance
| /linux/include/trace/stages/ |
| H A D | stage4_event_fields.h | 11 .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 },
|
| /linux/kernel/trace/ |
| H A D | trace_export.c | 95 is_signed_type(_type), .filter_type = _filter_type }, 102 is_signed_type(_type), .filter_type = _filter_type }, 123 is_signed_type(_type), .filter_type = FILTER_OTHER, \ 136 is_signed_type(_type), .filter_type = FILTER_OTHER },
|
| H A D | trace_syscalls.c | 382 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
|
| H A D | trace_events.c | 178 #item, 0, 0, is_signed_type(type), \ 188 is_signed_type(type), FILTER_OTHER, \
|
| /linux/tools/include/linux/ |
| H 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)))
|
| /linux/tools/lib/subcmd/ |
| H A D | run-command.c | 235 #ifndef is_signed_type in check_if_command_finished() 236 #define is_signed_type(type) (((type)(-1)) < (type)1) in check_if_command_finished() 238 #define MAX_STRLEN_TYPE(type) (sizeof(type) * 8 / 3 + (is_signed_type(type) ? 1 : 0)) in check_if_command_finished() 226 #define is_signed_type( global() macro
|
| /linux/security/landlock/ |
| H A D | task.c | 211 BUILD_BUG_ON(!is_signed_type(typeof(client_layer))); in domain_is_scoped()
|
| /linux/include/linux/ |
| H A D | minmax.h | 49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \
|
| H A D | overflow.h | 33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1905 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function 2155 bool is_signed = is_signed_type(base_type); in set_global_var()
|