/aosp12/bionic/libc/kernel/uapi/linux/hsi/ |
H A D | hsi_char.h | 23 #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
|
H A D | cs-protocol.h | 67 #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
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_llrint.c | 6 #define dtype long long macro
|
H A D | s_llrintf.c | 6 #define dtype long long macro
|
H A D | s_llrintl.c | 6 #define dtype long long macro
|
H A D | s_lrintf.c | 6 #define dtype long macro
|
H A D | s_lrintl.c | 6 #define dtype long macro
|
H A D | s_llround.c | 6 #define dtype long long macro
|
H A D | s_llroundf.c | 6 #define dtype long long macro
|
H A D | s_llroundl.c | 6 #define dtype long long macro
|
H A D | s_lroundf.c | 6 #define dtype long macro
|
H A D | s_lroundl.c | 6 #define dtype long macro
|
H A D | s_lrint.c | 37 #define dtype long macro
|
H A D | s_lround.c | 38 #define dtype long macro
|
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/module/util/ |
H A D | DnsPacketTest.java | 46 int dtype, int dclass, int ttl, byte[] rr) { in assertRecordParses()
|
/aosp12/bionic/libc/kernel/uapi/mtd/ |
H A D | ubi-user.h | 92 __s8 dtype; member 97 __s8 dtype; member
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | omapfb.h | 24 #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
|