Home
last modified time | relevance | path

Searched refs:is_signed (Results 1 – 25 of 26) sorted by relevance

12

/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 },
54 .is_signed = 0, .filter_type = FILTER_OTHER },
63 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
78 .is_signed = 0, .filter_type = FILTER_OTHER },
/linux/tools/testing/selftests/bpf/
H A Dusdt.h493 #define __usdt_is_signed(x) (!__usdt_is_arr(x) && __usdt_t<__typeof(x)>::is_signed)
497 template<typename T> struct __usdt_t { static const bool is_signed = false; };
502 template<> struct __usdt_t<T> { static const bool is_signed = true; }; \
503 template<> struct __usdt_t<const T> { static const bool is_signed = true; }; \
504 template<> struct __usdt_t<volatile T> { static const bool is_signed = true; }; \
505 template<> struct __usdt_t<const volatile T> { static const bool is_signed = true; }
507 template<> struct __usdt_t<T> { static const bool is_signed = (T)-1 < (T)1; }; \
508 template<> struct __usdt_t<const T> { static const bool is_signed = (T)-1 < (T)1; }; \
509 template<> struct __usdt_t<volatile T> { static const bool is_signed = (T)-1 < (T)1; }; \
510 template<> struct __usdt_t<const volatile T> { static const bool is_signed
495 template<typename T> struct __usdt_t { static const bool is_signed = false; }; global() member
[all...]
H A Dveristat.c2093 bool is_signed = is_signed_type(base_type); in set_global_var() local
2094 __u32 unsigned_bits = sinfo->size * 8 - (is_signed ? 1 : 0); in set_global_var()
2101 is_signed ? -max_val : 0, max_val - 1); in set_global_var()
/linux/kernel/trace/
H A Dtrace_probe.h49 #define DEFINE_FIELD(type, item, name, is_signed) \ argument
53 sizeof(field.item), is_signed, \
145 bool is_signed; /* Signed flag */ member
194 .is_signed = (bool)sign, \
H A Dtrace_synth.h18 bool is_signed; member
H A Dtrace_eprobe.c329 if (field->is_signed) in get_event_field()
335 if (field->is_signed) in get_event_field()
341 if (field->is_signed) in get_event_field()
348 if (field->is_signed) in get_event_field()
H A Dtrace_events.c117 int is_signed, int filter_type, int len, in __trace_define_field() argument
136 field->is_signed = is_signed; in __trace_define_field()
146 const char *name, int offset, int size, int is_signed, in trace_define_field() argument
156 is_signed, filter_type, 0, 0); in trace_define_field()
161 const char *name, int offset, int size, int is_signed, in trace_define_field_ext() argument
171 is_signed, filter_type, len, need_test); in trace_define_field_ext()
2123 field->size, !!field->is_signed); in f_show()
2129 field->size, !!field->is_signed); in f_show()
2134 field->offset, field->size, !!field->is_signed); in f_show()
3032 field->is_signed, field->filter_type, in event_define_fields()
H A Dtrace_events_inject.c94 if (field->is_signed) in parse_field()
H A Dtrace_events_user.c1110 int is_signed, int filter_type) in user_event_add_field() argument
1153 field->is_signed = is_signed; in user_event_add_field()
H A Dtrace_events_filter.c2055 if (field->is_signed) in parse_pred()
2070 field->is_signed); in parse_pred()
/linux/tools/iio/
H A Diio_generic_buffer.c92 if (info->is_signed) { in print1byte()
115 if (info->is_signed) { in print2byte()
138 if (info->is_signed) { in print4byte()
161 if (info->is_signed) { in print8byte()
H A Diio_utils.h49 unsigned is_signed; member
H A Diio_utils.c86 static int iioutils_get_type(unsigned int *is_signed, unsigned int *bytes, in iioutils_get_type() argument
165 *is_signed = (signchar == 's'); in iioutils_get_type()
490 ret = iioutils_get_type(&current->is_signed, in build_channel_array()
/linux/drivers/iio/adc/
H A Dad7266.c362 bool is_differential, is_signed; in ad7266_init_channels() local
367 is_signed = (st->range == AD7266_RANGE_2VREF) | in ad7266_init_channels()
370 i = AD7266_CHAN_INFO_INDEX(is_differential, is_signed, st->fixed_addr); in ad7266_init_channels()
/linux/sound/drivers/pcsp/
H A Dpcsp.h62 unsigned int is_signed; member
H A Dpcsp_lib.c66 if (chip->is_signed) in pcsp_timer_update()
238 chip->is_signed = snd_pcm_format_signed(substream->runtime->format); in snd_pcsp_playback_prepare()
/linux/include/linux/
H A Dhid-sensor-hub.h183 bool is_signed
/linux/drivers/hid/
H A Dhid-sensor-hub.c294 bool is_signed) in sensor_hub_input_attr_get_raw_value() argument
326 if (is_signed) in sensor_hub_input_attr_get_raw_value()
332 if (is_signed) in sensor_hub_input_attr_get_raw_value()
/linux/arch/sparc/kernel/
H A Dunaligned_32.c176 unsigned long *saddr, int is_signed);
H A Dunaligned_64.c198 unsigned long *saddr, int is_signed, int asi);
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.c97 u16 is_signed; member
189 uint16_t is_signed; member
1107 fmt->is_signed = 1; in q6asm_media_format_block_multi_ch_pcm()
1380 enc_cfg->is_signed = 1; in q6asm_enc_cfg_blk_pcm_format_support()
/linux/sound/pci/mixart/
H A Dmixart_core.h370 u32 is_signed; member
/linux/tools/lib/bpf/
H A Dbtf.h240 LIBBPF_API int btf__add_enum64(struct btf *btf, const char *name, __u32 bytes_sz, bool is_signed);
H A Dlibbpf.c629 bool is_signed; member
2196 if (ext->kcfg.is_signed) in is_kcfg_value_in_range()
4173 bool *is_signed) in cmp_externs()
4181 if (is_signed) in cmp_externs()
4182 *is_signed = false; in cmp_externs()
4189 if (is_signed) in cmp_externs()
4190 *is_signed = enc & BTF_INT_SIGNED; in cmp_externs()
4391 &ext->kcfg.is_signed); in bpf_object__collect_externs()
4127 find_kcfg_type(const struct btf * btf,int id,bool * is_signed) find_kcfg_type() argument
/linux/Documentation/bpf/
H A Dllvm_reloc.rst313 is_signed = relo(s->f, BPF_CORE_FIELD_SIGNED)

12