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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 857 #define IOC_SIZEMASK ((1 << IOC_SIZEBITS) - 1)
872 #define IOC_SIZE(nr) (((nr) >> IOC_SIZESHIFT) & IOC_SIZEMASK)
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 59 milliseconds