Home
last modified time | relevance | path

Searched refs:scalars (Results 1 – 3 of 3) 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.py748 if self.attr['type'] in scalars:
768 if self.attr['type'] in scalars:
798 if self.attr['type'] in scalars:
830 if self.attr['sub-type'] in scalars:
849 if self.attr['sub-type'] in scalars:
869 if self.sub_type in scalars:
1147 if elem['type'] in scalars:
1160 elif elem.get('sub-type') in scalars:
1868 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'} variable
2169 elif aspec['sub-type'] in scalars:
[all …]
/linux/include/uapi/drm/
H A Dradeon_drm.h198 } scalars; member