/bionic/libc/kernel/uapi/asm-generic/ |
D | ioctl.h | 52 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _I… argument 55 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 56 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 59 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 60 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 61 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 62 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
|
/bionic/libc/kernel/uapi/linux/ |
D | android_alarm.h | 44 #define ANDROID_ALARM_CLEAR(type) _IO('a', 0 | ((type) << 4)) argument 46 #define ALARM_IOW(c,type,size) _IOW('a', (c) | ((type) << 4), size) argument 47 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) argument 49 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec) argument 50 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec) argument
|
D | cryptouser.h | 64 char type[CRYPTO_MAX_NAME]; member 67 char type[CRYPTO_MAX_NAME]; member 74 char type[CRYPTO_MAX_ALG_NAME]; member 81 char type[CRYPTO_MAX_NAME]; member 91 char type[CRYPTO_MAX_NAME]; member 100 char type[CRYPTO_MAX_NAME]; member 104 char type[CRYPTO_MAX_NAME]; member 109 char type[CRYPTO_MAX_NAME]; member
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 30 unsigned int type; member 34 unsigned int type; member 39 unsigned int type; member 56 unsigned int type; member 61 unsigned int type; member 86 unsigned int type; member
|
/bionic/libc/include/sys/ |
D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 92 #define LIST_ENTRY(type) \ argument 150 #define SLIST_HEAD(name, type) \ argument 158 #define SLIST_ENTRY(type) \ argument 184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 211 #define STAILQ_HEAD(name, type) \ argument 220 #define STAILQ_ENTRY(type) \ argument 256 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 285 #define SIMPLEQ_HEAD(name, type) \ argument 294 #define SIMPLEQ_ENTRY(type) \ argument [all …]
|
/bionic/libc/bionic/ |
D | getauxval.cpp | 38 extern "C" unsigned long int getauxval(unsigned long int type) { in getauxval()
|
D | socket.cpp | 21 int socket(int domain, int type, int protocol) { in socket()
|
D | fpclassify.cpp | 94 int type = __fpclassifyd(d); in __isfinite() local 100 int type = __fpclassifyf(f); in __isfinitef() local 147 int type = __fpclassifyl(ld); in __isfinitel() local
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) argument 52 #define SCTP_CHUNKMAP_SET(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes… argument 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % b… argument 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap,type) \ argument
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fdim.c | 32 #define DECL(type, fn) \ argument
|
D | s_llrint.c | 4 #define type double macro
|
D | s_lrintl.c | 4 #define type long double macro
|
D | s_nearbyint.c | 44 #define DECL(type, fn, rint) \ argument
|
D | s_lrintf.c | 4 #define type float macro
|
D | s_llrintf.c | 4 #define type float macro
|
D | s_llrintl.c | 4 #define type long double macro
|
D | s_llroundf.c | 4 #define type float macro
|
D | s_llround.c | 4 #define type double macro
|
D | s_lroundf.c | 4 #define type float macro
|
D | s_lroundl.c | 4 #define type long double macro
|
D | s_llroundl.c | 4 #define type long double macro
|
D | s_lrint.c | 33 #define type double macro
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 24 #define LIST(type) struct { type *head, *tail; } argument 28 #define LINK(type) struct { type *prev, *next; } argument 29 #define INIT_LINK_TYPE(elt, link, type) \ argument 67 #define UNLINK_TYPE(list, elt, link, type) \ argument
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 37 __be16 type; member 46 __be16 type; member 62 __be16 type; member
|
/bionic/libc/dns/resolv/ |
D | res_query.c | 130 int class, int type, /* class and type of query */ in res_nquery() 224 int class, int type, /* class and type of query */ in res_nsearch() 381 int class, int type, /* class and type of query */ in res_nquerydomain()
|