Searched defs:IOC_SIZEBITS (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h843 #define IOC_SIZEBITS 13 macro
849 #define IOC_SIZEBITS 14 macro
857 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
865 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)

Completed in 34 milliseconds