Home
last modified time | relevance | path

Searched refs:struct_v4l2_modulator_sz (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h912 extern unsigned struct_v4l2_modulator_sz;
Dsanitizer_interceptors_ioctl_netbsd.inc1320 _(VIDIOC_G_MODULATOR, READWRITE, struct_v4l2_modulator_sz);
1321 _(VIDIOC_S_MODULATOR, READ, struct_v4l2_modulator_sz);
Dsanitizer_platform_limits_netbsd.cpp1046 unsigned struct_v4l2_modulator_sz = sizeof(v4l2_modulator); variable