Home
last modified time | relevance | path

Searched refs:scalars (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_linked_scalars.c12 __naked void scalars(void) in scalars() function
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py740 if self.attr['type'] in scalars:
760 if self.attr['type'] in scalars:
790 if self.attr['type'] in scalars:
822 if self.attr['sub-type'] in scalars:
841 if self.attr['sub-type'] in scalars:
861 if self.sub_type in scalars:
1139 if elem['type'] in scalars:
1152 elif elem.get('sub-type') in scalars:
1860 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'} variable
2161 elif aspec['sub-type'] in scalars:
[all …]
/linux/include/uapi/drm/
H A Dradeon_drm.h198 } scalars; member
/linux/Documentation/bpf/
H A Dverifier.rst279 versa) and adjust_scalar_min_max_vals() for operations on two scalars.