Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/kernel/uapi/linux/hsi/
Dhsi_char.h23 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
24 #define HSC_IOR(num,dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
25 #define HSC_IOWR(num,dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
Dcs-protocol.h67 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
68 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
69 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llrintl.c6 #define dtype long long macro
Ds_llrint.c6 #define dtype long long macro
Ds_lrintf.c6 #define dtype long macro
Ds_lrintl.c6 #define dtype long macro
Ds_llrintf.c6 #define dtype long long macro
Ds_llroundf.c6 #define dtype long long macro
Ds_lroundf.c6 #define dtype long macro
Ds_lroundl.c6 #define dtype long macro
Ds_llroundl.c6 #define dtype long long macro
Ds_llround.c6 #define dtype long long macro
Ds_lrint.c37 #define dtype long macro
Ds_lround.c38 #define dtype long macro
/bionic/libc/kernel/uapi/mtd/
Dubi-user.h90 __s8 dtype; member
95 __s8 dtype; member
/bionic/libc/kernel/uapi/linux/
Domapfb.h24 #define OMAP_IOW(num,dtype) _IOW('O', num, dtype) argument
25 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) argument
26 #define OMAP_IOWR(num,dtype) _IOWR('O', num, dtype) argument