| /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_NO_DWARF(f) \ argument 49 #define ENTRY(f) \ argument 53 #define END_NO_DWARF(f) \ argument 57 #define END(f) \ argument 62 #define ENTRY_PRIVATE(f) \ argument 67 #define ENTRY_PRIVATE_NO_DWARF(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/seccomp/ |
| D | seccomp_policy.cpp | 71 inline void Disallow(filter& f) { in Disallow() 75 static void ExamineSyscall(filter& f) { in ExamineSyscall() 80 static bool SetValidateArchitectureJumpTarget(size_t offset, filter& f) { in SetValidateArchitectureJumpTarget() 92 static size_t ValidateArchitectureAndJumpIfNeeded(filter& f) { in ValidateArchitectureAndJumpIfNeeded() 100 static void ValidateArchitecture(filter& f) { in ValidateArchitecture() 107 static bool install_filter(filter const& f) { in install_filter() 123 filter f; in set_seccomp_filter() local
|
| /bionic/libc/bionic/ |
| D | fpclassify.cpp | 40 float f; member 62 int __fpclassifyf(float f) { in __fpclassifyf() 79 int __isinff(float f) { in __isinff() 89 int __isnanf(float f) { in __isnanf() 100 int __isfinitef(float f) { in __isfinitef() 111 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/arch-arm/bionic/ |
| D | __restore.S | 43 #define __bionic_asm_custom_entry(f) argument
|
| /bionic/libc/upstream-openbsd/android/include/ |
| D | arc4random.h | 42 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) argument 44 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) argument
|
| /bionic/libc/kernel/uapi/linux/ |
| D | if_tunnel.h | 54 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument 55 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument 56 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument 57 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument 59 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument 60 #define GRE_IS_REC(f) ((f) & GRE_REC) argument 61 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | tempnam.c | 46 char *f, *name; in tempnam() local
|
| D | vasprintf.c | 29 FILE f; in vasprintf() local
|
| D | vsscanf.c | 49 FILE f; in vsscanf() local
|
| D | vswprintf.c | 44 FILE f; in vswprintf() local
|
| D | vdprintf.c | 53 FILE f; in vdprintf() local
|
| D | vswscanf.c | 56 FILE f; in vswscanf() 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/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
|
| D | k_logf.h | 27 k_log1pf(float f) in k_log1pf()
|
| D | e_log2f.c | 34 float f,hfsq,hi,lo,r,y; in __ieee754_log2f() local
|
| D | k_log.h | 88 k_log1p(double f) in k_log1p()
|
| D | e_log10f.c | 36 float f,hfsq,hi,lo,r,y; in __ieee754_log10f() local
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | strtof.c | 45 union { ULong L[1]; float f; } u; member
|
| /bionic/libc/tools/ |
| D | genserv.py | 41 def parse(f): argument
|