Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_ioctl.py72 def IOC_SIZE(nr): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc533 desc->size = IOC_SIZE(req);
579 unsigned size = desc->size ? desc->size : IOC_SIZE(request);
594 unsigned size = desc->size ? desc->size : IOC_SIZE(request);
Dsanitizer_platform_limits_posix.h872 #define IOC_SIZE(nr) (((nr) >> IOC_SIZESHIFT) & IOC_SIZEMASK) macro
Dsanitizer_platform_limits_posix.cc964 COMPILER_CHECK(IOC_SIZE(0x12345678) == _IOC_SIZE(0x12345678));