Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:IOC_SIZEBITS

843 #define IOC_SIZEBITS 13
849 #define IOC_SIZEBITS 14
857 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
865 #define IOC_DIRSHIFT (IOC_SIZESHIFT + IOC_SIZEBITS)