Searched defs:dtype (Results 1 – 16 of 16) sorted by relevance
| /bionic/libc/kernel/uapi/linux/hsi/ |
| D | hsi_char.h | 11 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 12 #define HSC_IOR(num,dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 13 #define HSC_IOWR(num,dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
| D | cs-protocol.h | 55 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype) argument 56 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype) argument 57 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_llrintf.c | 3 #define dtype long long macro
|
| D | s_llrint.c | 3 #define dtype long long macro
|
| D | s_lrintl.c | 3 #define dtype long macro
|
| D | s_llrintl.c | 3 #define dtype long long macro
|
| D | s_lrintf.c | 3 #define dtype long macro
|
| D | s_llroundf.c | 3 #define dtype long long macro
|
| D | s_llround.c | 3 #define dtype long long macro
|
| D | s_lroundf.c | 3 #define dtype long macro
|
| D | s_lroundl.c | 3 #define dtype long macro
|
| D | s_llroundl.c | 3 #define dtype long long macro
|
| D | s_lrint.c | 35 #define dtype long macro
|
| D | s_lround.c | 36 #define dtype long macro
|
| /bionic/libc/kernel/uapi/mtd/ |
| D | ubi-user.h | 82 __s8 dtype; member 87 __s8 dtype; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | omapfb.h | 12 #define OMAP_IOW(num,dtype) _IOW('O', num, dtype) argument 13 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) argument 14 #define OMAP_IOWR(num,dtype) _IOWR('O', num, dtype) argument
|