OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOC_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
241
#define
IOC_SIZE
(nr) (((nr) >> 16) & 0x3fff)
sanitizer_platform_limits_posix.cc
747
COMPILER_CHECK(
IOC_SIZE
(0x12345678) == _IOC_SIZE(0x12345678));
[
all
...]
Completed in 31 milliseconds