/bionic/libc/kernel/arch-mips/asm/ |
D | io.h | 76 …type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *mem) { vol… argument 77 …type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile… argument 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1) argument 80 …ILDIO_MEM(bwlq, type) __BUILD_MEMORY_PFX(__raw_, bwlq, type) __BUILD_MEMORY_PFX(, bwlq, type) … argument 81 …e __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT… argument 82 #define BUILDIO_IOPORT(bwlq, type) __BUILD_IOPORT_PFX(, bwlq, type) __BUILD_IOPORT_PFX(__mem_, … argument 84 #define __BUILDIO(bwlq, type) __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) argument 92 …type) static inline void writes##bwlq(volatile void __iomem *mem, const void *addr, unsigned … argument 94 …type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count)… argument 95 #define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type) __BUILD_IOPORT_STRING(bwlq, t… argument
|
D | ioctl.h | 45 #define _IOC(dir, type, nr, size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((… argument 49 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 50 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 51 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 52 #define _IOWR(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 54 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 55 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 56 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), sizeof(size)) argument
|
/bionic/libc/kernel/common/asm-generic/ |
D | ioctl.h | 40 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr)… argument 44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 49 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 50 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 51 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
D | percpu.h | 24 #define DEFINE_PER_CPU(type, name) __typeof__(type) per_cpu__##name argument 29 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name argument
|
/bionic/libc/kernel/arch-x86/asm/ |
D | io_32.h | 30 …IO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(v… argument 31 …type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__… argument
|
/bionic/libc/kernel/common/linux/ |
D | android_alarm.h | 44 #define ANDROID_ALARM_CLEAR(type) _IO('a', 0 | ((type) << 4)) argument 46 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) argument 47 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) argument 49 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) argument
|
D | moduleparam.h | 40 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type) 72 …type, perm) param_check_##type(name, &(value)); module_param_call(name, param_set_##type, para… argument 74 #define module_param(name, type, perm) module_param_named(name, name, type, perm) argument 76 #define __param_check(name, p, type) static inline type *__check_##name(void) { return(p); } argument 90 …type, nump, perm) static struct kparam_array __param_arr_##name = { ARRAY_SIZE(array), nump, p… argument 91 #define module_param_array(name, type, nump, perm) module_param_array_named(name, name, type, num… argument
|
D | percpu.h | 35 #define alloc_percpu(type) ((type *)(__alloc_percpu(sizeof(type)))) argument
|
/bionic/libc/kernel/arch-x86/asm/xen/ |
D | hypercall.h | 27 …type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (h… argument 29 …type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b"… argument 30 …type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (… argument 31 …type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]… argument 32 …type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "… argument 34 …type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm vo… argument
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_sctp.h | 50 #define bytes(type) (sizeof(type) * 8) argument 51 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] |= 1 << (typ… argument 52 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << … argument 54 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (t… argument
|
/bionic/libc/kernel/common/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(u_int32_t)] |= 1 << (typ… argument 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { chunkmap[type / bytes(u_int32_t)] &= ~(1 << … argument 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ (chunkmap[type / bytes (u_int32_t)] & (1 << (t… argument
|
/bionic/libm/src/ |
D | s_lround.c | 32 #ifndef type 34 #define type double macro 50 static const type dtype_min = DTYPE_MIN - 0.5; 51 static const type dtype_max = DTYPE_MAX + 0.5; 56 fn(type x) in fn()
|
D | s_fdim.c | 32 #define DECL(type, fn) \ argument 33 type \ 34 fn(type x, type y) \
|
D | s_nearbyint.c | 40 #define DECL(type, fn, rint) \ argument 41 type \ 42 fn(type x) \ 44 type ret; \
|
D | s_lrint.c | 31 #ifndef type 33 #define type double macro 47 fn(type x) in fn()
|
/bionic/libc/kernel/arch-arm/asm/ |
D | domain.h | 30 #define domain_val(dom,type) ((type) << (2*(dom))) argument 34 #define modify_domain(dom,type) do { } while (0) argument
|
/bionic/libc/include/netinet/ |
D | ip_icmp.h | 205 #define ICMP_INFOTYPE(type) \ argument 206 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \ 207 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \ 208 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \ 209 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \ 210 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
|
/bionic/libc/tzcode/ |
D | private.h | 145 Please use a compiler that supports a 64-bit integer type (or wider); 263 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) argument 267 #define TYPE_SIGNED(type) (((type) -1) < 0) argument 276 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) argument 286 #define INT_STRLEN_MAXIMUM(type) \ argument 287 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \ 288 1 + TYPE_SIGNED(type))
|
/bionic/libc/unistd/ |
D | popen.c | 54 popen(const char *program, const char *type) in popen() argument 62 if ((*type != 'r' && *type != 'w') || type[1] != '\0') { in popen() 92 if (*type == 'r') { in popen() 113 if (*type == 'r') { in popen() 114 iop = fdopen(pdes[0], type); in popen() 117 iop = fdopen(pdes[1], type); in popen()
|
/bionic/libc/bionic/ |
D | ThreadLocalBuffer.h | 50 #define LOCAL_INIT_THREAD_LOCAL_BUFFER(type, name, byte_count) \ argument 52 type name ## _buffer = reinterpret_cast<type>(pthread_getspecific(name ## _key)); \ 54 name ## _buffer = reinterpret_cast<type>(malloc(byte_count)); \
|
/bionic/libc/include/sys/ |
D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 86 struct type *lh_first; /* first element */ \ 92 #define LIST_ENTRY(type) \ argument 94 struct type *le_next; /* next element */ \ 95 struct type **le_prev; /* address of previous next element */ \ 150 #define SLIST_HEAD(name, type) \ argument 152 struct type *slh_first; /* first element */ \ 158 #define SLIST_ENTRY(type) \ argument 160 struct type *sle_next; /* next element */ \ 184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument [all …]
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
D | board.h | 120 int type:4; member 162 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0)) argument 164 #define omap_get_nr_config(tag, type, nr) ((const type *) __omap_get_config((tag), sizeof(type), … argument
|
/bionic/libc/private/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 31 (elt)->link.prev = (type *)(-1); \ 32 (elt)->link.next = (type *)(-1); \ 66 #define UNLINK_TYPE(list, elt, link, type) \ argument 77 INIT_LINK_TYPE(elt, link, type); \
|
/bionic/libc/include/ |
D | link.h | 37 #define ElfW(type) Elf32_##type argument
|
/bionic/libc/arch-x86/bionic/ |
D | futex_x86.S | 12 .type __futex_wait, @function 32 .type __futex_wake, @function 47 .type __futex_syscall3, @function 62 .type __futex_syscall4, @function
|