Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:IOC_NRBITS

840 #define IOC_NRBITS 8
855 #define IOC_NRMASK ((1 << IOC_NRBITS) - 1)
863 #define IOC_TYPESHIFT (IOC_NRSHIFT + IOC_NRBITS)