| /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 }, 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 D | usdt.h | 493 #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 D | veristat.c | 2093 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 D | trace_probe.h | 49 #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 D | trace_synth.h | 18 bool is_signed; member
|
| H A D | trace_eprobe.c | 329 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 D | trace_events.c | 117 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 D | trace_events_inject.c | 94 if (field->is_signed) in parse_field()
|
| H A D | trace_events_user.c | 1110 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 D | trace_events_filter.c | 2055 if (field->is_signed) in parse_pred() 2070 field->is_signed); in parse_pred()
|
| /linux/tools/iio/ |
| H A D | iio_generic_buffer.c | 92 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 D | iio_utils.h | 49 unsigned is_signed; member
|
| H A D | iio_utils.c | 86 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(¤t->is_signed, in build_channel_array()
|
| /linux/drivers/iio/adc/ |
| H A D | ad7266.c | 362 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 D | pcsp.h | 62 unsigned int is_signed; member
|
| H A D | pcsp_lib.c | 66 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 D | hid-sensor-hub.h | 183 bool is_signed
|
| /linux/drivers/hid/ |
| H A D | hid-sensor-hub.c | 294 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 D | unaligned_32.c | 176 unsigned long *saddr, int is_signed);
|
| H A D | unaligned_64.c | 198 unsigned long *saddr, int is_signed, int asi);
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6asm.c | 97 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 D | mixart_core.h | 370 u32 is_signed; member
|
| /linux/tools/lib/bpf/ |
| H A D | btf.h | 240 LIBBPF_API int btf__add_enum64(struct btf *btf, const char *name, __u32 bytes_sz, bool is_signed);
|
| H A D | libbpf.c | 629 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 D | llvm_reloc.rst | 313 is_signed = relo(s->f, BPF_CORE_FIELD_SIGNED)
|