Home
last modified time | relevance | path

Searched refs:IOC_DIRBITS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h487 # define IOC_DIRBITS 3 macro
493 # define IOC_DIRBITS 2 macro
504 # define IOC_DIRMASK ((1 << IOC_DIRBITS) - 1)
H A Dsanitizer_platform_limits_solaris.h385 #define IOC_DIRBITS 4 macro
394 #define IOC_DIRMASK ((1 << IOC_DIRBITS) - 1)
H A Dsanitizer_platform_limits_posix.h950 #define IOC_DIRBITS 3
956 #define IOC_DIRBITS 2
967 #define IOC_DIRMASK ((1 << IOC_DIRBITS) - 1)
949 #define IOC_DIRBITS global() macro
955 #define IOC_DIRBITS global() macro
H A Dsanitizer_platform_limits_netbsd.h530 #define IOC_DIRBITS 2 macro
538 #define IOC_DIRMASK ((1 << IOC_DIRBITS) - 1)
H A Dsanitizer_platform_limits_posix.cpp999 COMPILER_CHECK(IOC_DIRBITS == _IOC_DIRBITS);