Home
last modified time | relevance | path

Searched refs:__s16 (Results 1 – 25 of 55) sorted by relevance

123

/third_party/libinput/include/linux/linux/
Dinput.h339 __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/
Dinput.h344 __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/
Dioctl.h45 __s16 minver;
46 __s16 maxver;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dlinux_wext.h27 typedef int16_t __s16; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dlinux_wext.h27 typedef int16_t __s16; typedef
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dtypes-compat.h58 typedef gint16 __s16; typedef
Dv4l2-controls.h1407 __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/
Dtypes-compat.h58 typedef gint16 __s16; typedef
Dv4l2-controls.h1407 __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/
Dwin32_defs.h42 typedef __signed__ short __s16; typedef
/third_party/mesa3d/include/drm-uapi/
Dsync_file.h27 typedef int16_t __s16; typedef
Ddrm.h51 typedef int16_t __s16; typedef
/third_party/alsa-lib/include/sound/
Dtype_compat.h14 typedef int16_t __s16; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs32 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/
Dmod.rs21 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/
Dmod.rs60 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/
Ddrm.h51 typedef int16_t __s16; typedef
/third_party/libbpf/src/
Dgen_loader.c41 (__s16)(-sizeof(struct loader_stack) + offsetof(struct loader_stack, field))
279 return value == (__s64)(__s16)value; in is_simm16()
Dbtf_dump.c1922 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/
Dfuchsia.txt1160 __s16
Dlinux.txt2857 __s16
/third_party/libbpf/include/uapi/linux/
Dbpf.h75 __s16 off; /* signed offset */
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch180 +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/
Dvmlinux.h12 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/
Dnetlink.rs260 pub type __s16 = crate::ctypes::c_short; typedef

123