Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h384 #define IOC_SIZEBITS 12 macro
393 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
398 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_freebsd.h488 # define IOC_SIZEBITS 13 macro
494 # define IOC_SIZEBITS 14 macro
502 # define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
510 # define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_posix.h1026 # define IOC_SIZEBITS 13 macro
1032 # define IOC_SIZEBITS 14 macro
1040 # define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
1048 # define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_netbsd.h530 #define IOC_SIZEBITS 14 macro
537 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
543 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_posix.cpp1019 COMPILER_CHECK(IOC_SIZEBITS == _IOC_SIZEBITS);