OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOC_NR
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/input/
linux_ioctl.py
69
def
IOC_NR
(nr):
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
846
#define
IOC_NR
(nr) (((nr) >> IOC_NRSHIFT) & IOC_NRMASK)
[
all
...]
Completed in 94 milliseconds