Home
last modified time | relevance | path

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

/linux/include/trace/stages/
H A Dstage4_event_fields.h11 .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 Dtrace_export.c95 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 Dtrace_syscalls.c382 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
H A Dtrace_events.c178 #item, 0, 0, is_signed_type(type), \
188 is_signed_type(type), FILTER_OTHER, \
/linux/tools/include/linux/
H 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)))
/linux/tools/lib/subcmd/
H A Drun-command.c235 #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 Dtask.c211 BUILD_BUG_ON(!is_signed_type(typeof(client_layer))); in domain_is_scoped()
/linux/include/linux/
H A Dminmax.h49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \
H A Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1905 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()