Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py38 def __init__(self, val_type, size): argument
39 self._val_type = val_type
47 def __init__(self, val_type, size): argument
48 ArrayWorkerBase.__init__(self, val_type, size)
60 def __init__(self, val_type, size): argument
61 ArrayWorkerBase.__init__(self, val_type, size)
73 def __init__(self, val_type, size): argument
74 ArrayWorkerBase.__init__(self, val_type, size)
89 def __init__(self, val_type, size): argument
90 ArrayWorkerBase.__init__(self, val_type, size)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py38 def __init__(self, val_type, size): argument
39 self._val_type = val_type
47 def __init__(self, val_type, size): argument
48 ArrayWorkerBase.__init__(self, val_type, size)
60 def __init__(self, val_type, size): argument
61 ArrayWorkerBase.__init__(self, val_type, size)
73 def __init__(self, val_type, size): argument
74 ArrayWorkerBase.__init__(self, val_type, size)
89 def __init__(self, val_type, size): argument
90 ArrayWorkerBase.__init__(self, val_type, size)
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbuildstats-diff117 def print_task_diff(bs1, bs2, val_type, min_val=0, min_absdiff=0, sort_by=('absdiff',), only_tasks=… argument
131 if 'time' in val_type:
136 elif 'bytes' in val_type and human_readable:
142 elif 'ops' in val_type and human_readable:
156 total += getattr(bs_task, val_type)
167 tasks_diff = diff_buildstats(bs1, bs2, val_type, min_val, min_absdiff, only_tasks)
179 val_type.upper() + '1', val_type.upper() + '2')]
204 print("\nCumulative {}:".format(val_type))
/OK3568_Linux_fs/kernel/sound/usb/
H A Dmixer_quirks.c42 int val_type; member
58 int val_type, in snd_create_std_mono_ctl_offset() argument
71 cval->val_type = val_type; in snd_create_std_mono_ctl_offset()
111 int val_type, in snd_create_std_mono_ctl() argument
116 val_type, 0 /* Offset */, name, tlv_callback); in snd_create_std_mono_ctl()
129 t->cmask, t->val_type, t->name, t->tlv_callback); in snd_create_std_mono_table()
995 const int val_type = USB_MIXER_S16; in snd_ftu_create_volume_ctls() local
1005 cmask, val_type, name, in snd_ftu_create_volume_ctls()
1016 cmask, val_type, name, in snd_ftu_create_volume_ctls()
1031 const int val_type = USB_MIXER_U8; in snd_ftu_create_effect_volume_ctl() local
[all …]
H A Dmixer.c205 switch (cval->val_type) { in convert_signed_value()
235 switch (cval->val_type) { in convert_bytes_value()
275 static int uac2_ctl_value_size(int val_type) in uac2_ctl_value_size() argument
277 switch (val_type) { in uac2_ctl_value_size()
305 int val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in get_ctl_value_v1()
328 request, validx, idx, cval->val_type); in get_ctl_value_v1()
346 val_size = uac2_ctl_value_size(cval->val_type); in get_ctl_value_v2()
372 request, validx, idx, cval->val_type); in get_ctl_value_v2()
463 val_len = cval->val_type >= USB_MIXER_S16 ? 2 : 1; in snd_usb_mixer_set_ctl_value()
465 val_len = uac2_ctl_value_size(cval->val_type); in snd_usb_mixer_set_ctl_value()
[all …]
H A Dmixer.h89 int val_type; member
H A Dmixer_scarlett.c540 int val_type, int channels, const char *name, in add_new_ctl() argument
558 elem->val_type = val_type; in add_new_ctl()
H A Dmixer_us16x08.c1044 int index, int val_type, int channels, in add_new_ctl() argument
1064 elem->val_type = val_type; in add_new_ctl()
H A Dmixer_scarlett_gen2.c960 elem->val_type = USB_MIXER_BESPOKEN; in scarlett2_add_new_ctl()
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c622 tree field_type, val_type; in check_bad_casts_in_constructor() local
635 val_type = TREE_TYPE(val); in check_bad_casts_in_constructor()
637 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor()
640 if (field_type == val_type) in check_bad_casts_in_constructor()
644 val_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(val_type)))); in check_bad_casts_in_constructor()
648 if (field_type == val_type) in check_bad_casts_in_constructor()
650 if (TREE_CODE(val_type) != RECORD_TYPE) in check_bad_casts_in_constructor()
653 if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type))) in check_bad_casts_in_constructor()
655 …SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARIANT(val_type)); in check_bad_casts_in_constructor()
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_priv.h234 #define b53_build_op(type_op_size, val_type) \ argument
236 u8 reg, val_type val) \
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c1133 void *val, int val_type, in tcf_ct_set_key_val() argument
1137 if (!tb[val_type]) in tcf_ct_set_key_val()
1139 nla_memcpy(val, tb[val_type], len); in tcf_ct_set_key_val()
1333 void *val, int val_type, in tcf_ct_dump_key_val() argument
1342 err = nla_put(skb, val_type, len, val); in tcf_ct_dump_key_val()
H A Dcls_flower.c752 void *val, int val_type, in fl_set_key_val() argument
755 if (!tb[val_type]) in fl_set_key_val()
757 nla_memcpy(val, tb[val_type], len); in fl_set_key_val()
2405 void *val, int val_type, in fl_dump_key_val() argument
2412 err = nla_put(skb, val_type, len, val); in fl_dump_key_val()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1215 enum hugetlbfs_size_type val_type) in hugetlbfs_size_to_hpages() argument
1217 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages()
1220 if (val_type == SIZE_PERCENT) { in hugetlbfs_size_to_hpages()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp1055 …edef typename boost::multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type val_type; in real_cast() typedef
1056 return val_type(val).template convert_to<R>(); in real_cast()