| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/mips64/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/generic/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/mips/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/sh/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/mipsn32/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/powerpc/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/arch/powerpc64/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
| D | ioctl.h | 1 #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) macro
|
| /third_party/backends/backend/ |
| D | plustek-pp.h | 305 #define _IOC(dir,type,nr,size) \ macro
|