/bionic/libc/arch-arm/bionic/ |
D | libgcc_compat.c | 149 #define XX(f) extern void f(void); argument 155 #define XX(f) f(); in __bionic_libgcc_compat_hooks() argument
|
/bionic/libc/kernel/common/asm-generic/bitops/ |
D | atomic.h | 20 #define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 21 #define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
/bionic/libc/bionic/ |
D | pututline.c | 35 FILE* f; in pututline() local
|
/bionic/libc/stdio/ |
D | tempnam.c | 48 char *f, *name; in tempnam() local
|
D | vsprintf.c | 48 FILE f; in vsprintf() local
|
D | fopen.c | 46 int f; in fopen() local
|
D | sprintf.c | 50 FILE f; in sprintf() local
|
D | vasprintf.c | 29 FILE f; in vasprintf() local
|
D | asprintf.c | 31 FILE f; in asprintf() local
|
D | vsnprintf.c | 44 FILE f; in vsnprintf() local
|
D | snprintf.c | 46 FILE f; in snprintf() local
|
D | freopen.c | 51 int f; in freopen() local
|
D | vsscanf.c | 48 FILE f; in vsscanf() local
|
D | sscanf.c | 52 FILE f; in sscanf() local
|
D | fileext.h | 50 #define _FILEEXT_SETUP(f, fext) \ argument
|
/bionic/libm/src/ |
D | s_isnan.c | 46 isnanf(float f) in isnanf()
|
D | s_isnormal.c | 43 __isnormalf(float f) in __isnormalf()
|
D | s_signbit.c | 43 __signbitf(float f) in __signbitf()
|
D | s_isfinite.c | 43 __isfinitef(float f) in __isfinitef()
|
/bionic/libm/ |
D | isinf.c | 48 __isinff(float f) in __isinff()
|
D | fpclassify.c | 38 __fpclassifyf(float f) in __fpclassifyf()
|
/bionic/libc/kernel/common/linux/ |
D | workqueue.h | 34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data… argument 36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d) argument
|
/bionic/linker/ |
D | linker_debug.h | 71 #define _PRINTVF(v,f,x...) \ argument 77 #define _PRINTVF(v,f,x...) \ argument 83 #define _PRINTVF(v,f,x...) do {} while(0) argument
|
/bionic/libc/netbsd/net/ |
D | getservent_r.c | 53 setservent_r(int f, struct servent_data *sd) in setservent_r()
|
/bionic/libc/kernel/arch-x86/asm/ |
D | dma-mapping_32.h | 22 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
|