/bionic/libc/private/ |
D | bionic_asm.h | 35 #define __bionic_asm_custom_entry(f) argument 36 #define __bionic_asm_custom_end(f) argument 41 #define ENTRY(f) \ argument 50 #define END(f) \ argument 56 #define ENTRY_PRIVATE(f) \ argument
|
D | ScopeGuard.h | 26 ScopeGuard(F f) : f_(f), active_(true) {} in ScopeGuard() 49 ScopeGuard<T> make_scope_guard(T f) { in make_scope_guard()
|
/bionic/libc/bionic/ |
D | fpclassify.cpp | 39 float f; member 61 int __fpclassifyf(float f) { in __fpclassifyf() 78 int __isinff(float f) { in __isinff() 88 int __isnanf(float f) { in __isnanf() 99 int __isfinitef(float f) { in __isfinitef() 110 int __isnormalf(float f) { in __isnormalf()
|
D | pututline.c | 35 FILE* f; in pututline() local
|
/bionic/libc/arch-arm/include/machine/ |
D | asm.h | 45 #define __bionic_asm_custom_entry(f) .fnstart argument 46 #define __bionic_asm_custom_end(f) .fnend argument
|
/bionic/libc/upstream-openbsd/android/include/ |
D | arc4random.h | 39 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) argument 41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) argument
|
/bionic/libc/arch-arm/bionic/ |
D | __restore.S | 41 #define __bionic_asm_custom_entry(f) argument
|
/bionic/benchmarks/benchmark/ |
D | Benchmark.h | 150 #define BENCHMARK_START(f, super_class) \ argument 157 #define BENCHMARK_NO_ARG(f) \ argument 163 #define BENCHMARK_WITH_ARG(f, arg_type) \ argument
|
/bionic/tests/ |
D | dlext_test.cpp | 90 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 100 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 114 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 130 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 264 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 294 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 312 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 372 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TryUsingRelro() local
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vsprintf.c | 48 FILE f; in vsprintf() local
|
D | tempnam.c | 48 char *f, *name; in tempnam() local
|
D | fopen.c | 47 int f; in fopen() local
|
D | vasprintf.c | 29 FILE f; in vasprintf() local
|
D | vsnprintf.c | 44 FILE f; in vsnprintf() local
|
D | asprintf.c | 32 FILE f; in asprintf() local
|
D | vsscanf.c | 49 FILE f; in vsscanf() local
|
D | freopen.c | 52 int f; in freopen() local
|
D | vswprintf.c | 44 FILE f; in vswprintf() local
|
D | sscanf.c | 53 FILE f; in sscanf() local
|
/bionic/libc/upstream-netbsd/lib/libc/string/ |
D | memccpy.c | 45 memccpy(void *t, const void *f, int c, size_t n) in memccpy()
|
/bionic/libc/stdio/ |
D | sprintf.c | 51 FILE f; in sprintf() local
|
D | snprintf.c | 47 FILE f; in snprintf() local
|
/bionic/libm/ |
D | signbit.c | 41 int __signbitf(float f) in __signbitf()
|
/bionic/libc/arch-x86/bionic/ |
D | __restore.S | 60 #define cfi_signal_frame_start(f) \ argument 81 #define cfi_signal_frame_end(f) \ argument
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | imprecise.c | 59 #define DECLARE_IMPRECISE(f) \ argument
|