HomeSort by relevance Sort by last modified time
    Searched refs:IOC_SIZEBITS (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 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)
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 67 milliseconds