/third_party/libinput/include/linux/linux/ |
D | input.h | 339 __s16 level; 350 __s16 start_level; 351 __s16 end_level; 369 __s16 right_coeff; 370 __s16 left_coeff; 373 __s16 center; 397 __s16 magnitude; 398 __s16 offset; 404 __s16 *custom_data; 445 __s16 id;
|
/third_party/libevdev/include/linux/linux/ |
D | input.h | 344 __s16 level; 355 __s16 start_level; 356 __s16 end_level; 374 __s16 right_coeff; 375 __s16 left_coeff; 378 __s16 center; 402 __s16 magnitude; 403 __s16 offset; 409 __s16 *custom_data; 450 __s16 id;
|
/third_party/libdrm/nouveau/nvif/ |
D | ioctl.h | 45 __s16 minver; 46 __s16 maxver;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | linux_wext.h | 27 typedef int16_t __s16; typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | linux_wext.h | 27 typedef int16_t __s16; typedef
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | types-compat.h | 58 typedef gint16 __s16; typedef
|
D | v4l2-controls.h | 1407 __s16 luma_weight[32]; 1408 __s16 luma_offset[32]; 1409 __s16 chroma_weight[32][2]; 1410 __s16 chroma_offset[32][2]; 2106 __s16 feature_data[8][4];
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | types-compat.h | 58 typedef gint16 __s16; typedef
|
D | v4l2-controls.h | 1407 __s16 luma_weight[32]; 1408 __s16 luma_offset[32]; 1409 __s16 chroma_weight[32][2]; 1410 __s16 chroma_offset[32][2]; 2106 __s16 feature_data[8][4];
|
/third_party/fsverity-utils/common/ |
D | win32_defs.h | 42 typedef __signed__ short __s16; typedef
|
/third_party/mesa3d/include/drm-uapi/ |
D | sync_file.h | 27 typedef int16_t __s16; typedef
|
D | drm.h | 51 typedef int16_t __s16; typedef
|
/third_party/alsa-lib/include/sound/ |
D | type_compat.h | 14 typedef int16_t __s16; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 32 pub type __s16 = ::c_short; typedef 415 pub level: ::__s16, 420 pub start_level: ::__s16, 421 pub end_level: ::__s16, 429 pub right_coeff: ::__s16, 430 pub left_coeff: ::__s16, 433 pub center: ::__s16, 439 pub magnitude: ::__s16, 440 pub offset: ::__s16, 446 pub custom_data: *mut ::__s16, [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 21 pub type __s16 = ::c_short; typedef 241 pub level: ::__s16, 246 pub start_level: ::__s16, 247 pub end_level: ::__s16, 255 pub right_coeff: ::__s16, 256 pub left_coeff: ::__s16, 259 pub center: ::__s16, 265 pub magnitude: ::__s16, 266 pub offset: ::__s16, 272 pub custom_data: *mut ::__s16, [all …]
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 60 pub type __s16 = ::c_short; typedef 655 pub level: ::__s16, 660 pub start_level: ::__s16, 661 pub end_level: ::__s16, 669 pub right_coeff: ::__s16, 670 pub left_coeff: ::__s16, 673 pub center: ::__s16, 679 pub magnitude: ::__s16, 680 pub offset: ::__s16, 686 pub custom_data: *mut ::__s16, [all …]
|
/third_party/libdrm/include/drm/ |
D | drm.h | 51 typedef int16_t __s16; typedef
|
/third_party/libbpf/src/ |
D | gen_loader.c | 41 (__s16)(-sizeof(struct loader_stack) + offsetof(struct loader_stack, field)) 279 return value == (__s64)(__s16)value; in is_simm16()
|
D | btf_dump.c | 1922 btf_dump_type_values(d, "%d", *(__s16 *)data); in btf_dump_int_data() 2174 *value = is_signed ? *(__s16 *)data : *(__u16 *)data; in btf_dump_get_enum_value()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 1160 __s16
|
D | linux.txt | 2857 __s16
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 75 __s16 off; /* signed offset */
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 180 +typedef __S16_TYPEDEF __s16; 183 +typedef int __s16; 186 +typedef short __s16; 2785 +typedef __S16_TYPEDEF __s16; 2788 +typedef int __s16; 2791 +typedef short __s16;
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 12 typedef short int __s16; typedef 28 typedef __s16 s16; 25096 __s16 off; 42628 __s16 l_type; 42629 __s16 l_whence; 43822 __s16 aio_reqprio; 52505 __s16 tos; 52525 __s16 uc_ttl; 52579 __s16 hop_limit: 9; 52582 __s16 mcast_hops: 9; [all …]
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | netlink.rs | 260 pub type __s16 = crate::ctypes::c_short; typedef
|