Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h462 # define IOC_SIZEBITS 13 macro
468 # define IOC_SIZEBITS 14 macro
476 # define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
484 # define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
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_posix.h952 #define IOC_SIZEBITS 13 macro
958 #define IOC_SIZEBITS 14 macro
966 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
974 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_netbsd.h529 #define IOC_SIZEBITS 14 macro
536 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
542 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)
H A Dsanitizer_platform_limits_posix.cpp989 COMPILER_CHECK(IOC_SIZEBITS == _IOC_SIZEBITS);