Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 69) sorted by relevance

123

/bionic/libc/private/
Dbionic_asm.h35 #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
DScopeGuard.h26 ScopeGuard(F f) : f_(f), active_(true) {} in ScopeGuard()
49 ScopeGuard<T> make_scope_guard(T f) { in make_scope_guard()
/bionic/libc/bionic/
Dfpclassify.cpp39 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()
Dpututline.c35 FILE* f; in pututline() local
/bionic/libc/arch-arm/include/machine/
Dasm.h45 #define __bionic_asm_custom_entry(f) .fnstart argument
46 #define __bionic_asm_custom_end(f) .fnend argument
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h39 #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.S41 #define __bionic_asm_custom_entry(f) argument
/bionic/benchmarks/benchmark/
DBenchmark.h150 #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/
Ddlext_test.cpp90 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/
Dvsprintf.c48 FILE f; in vsprintf() local
Dfopen.c47 int f; in fopen() local
Dtempnam.c48 char *f, *name; in tempnam() local
Dvasprintf.c29 FILE f; in vasprintf() local
Dvsnprintf.c44 FILE f; in vsnprintf() local
Dasprintf.c32 FILE f; in asprintf() local
Dvsscanf.c49 FILE f; in vsscanf() local
Dfreopen.c52 int f; in freopen() local
Dvswprintf.c44 FILE f; in vswprintf() local
Dsscanf.c53 FILE f; in sscanf() local
/bionic/libc/stdio/
Dsprintf.c51 FILE f; in sprintf() local
Dsnprintf.c47 FILE f; in snprintf() local
/bionic/libc/upstream-netbsd/lib/libc/string/
Dmemccpy.c45 memccpy(void *t, const void *f, int c, size_t n) in memccpy()
/bionic/libm/
Dsignbit.c41 int __signbitf(float f) in __signbitf()
/bionic/libc/arch-x86/bionic/
D__restore.S60 #define cfi_signal_frame_start(f) \ argument
81 #define cfi_signal_frame_end(f) \ argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Dimprecise.c59 #define DECLARE_IMPRECISE(f) \ argument

123