| /bionic/libc/private/ |
| D | bionic_asm.h | 37 #define __bionic_asm_custom_entry(f) argument 38 #define __bionic_asm_custom_end(f) argument 54 #define ENTRY_NO_DWARF(f) \ argument 62 #define ENTRY(f) \ argument 66 #define END_NO_DWARF(f) \ argument 70 #define END(f) \ argument 75 #define ENTRY_PRIVATE(f) \ argument 80 #define ENTRY_PRIVATE_NO_DWARF(f) \ argument 84 #define __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(f) \ argument
|
| D | bionic_asm_arm.h | 44 #define __bionic_asm_custom_entry(f) .fnstart argument 45 #define __bionic_asm_custom_end(f) .fnend argument
|
| D | bionic_asm_arm64.h | 48 #define __bionic_asm_custom_entry(f) bti c argument
|
| D | thread_private.h | 32 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) argument
|
| /bionic/libc/seccomp/ |
| D | seccomp_policy.cpp | 103 inline void Allow(filter& f) { in Allow() 107 inline void Disallow(filter& f) { in Disallow() 111 static void ExamineSyscall(filter& f) { in ExamineSyscall() 116 static bool SetValidateArchitectureJumpTarget(size_t offset, filter& f) { in SetValidateArchitectureJumpTarget() 128 static size_t ValidateArchitectureAndJumpIfNeeded(filter& f) { in ValidateArchitectureAndJumpIfNeeded() 136 static void ValidateArchitecture(filter& f) { in ValidateArchitecture() 143 static void ValidateSyscallArgInRange(filter& f, __u32 arg_num, __u32 range_min, __u32 range_max) { in ValidateSyscallArgInRange() 165 static void ValidateSetUidGid(filter& f, uint32_t uid_gid_min, uint32_t uid_gid_max, bool primary) { in ValidateSetUidGid() 193 static bool install_filter(filter const& f) { in install_filter() 207 filter f; in _install_setuidgid_filter() local [all …]
|
| /bionic/libc/bionic/ |
| D | fpclassify.cpp | 39 extern "C" int __fpclassifyf(float f) { in __fpclassifyf() 48 extern "C" int __isinff(float f) { in __isinff() 58 extern "C" int __isnanf(float f) { in __isnanf() 68 extern "C" int __isfinitef(float f) { in __isfinitef() 78 extern "C" int __isnormalf(float f) { in __isnormalf()
|
| D | pthread_atfork.cpp | 51 void walk_forward(F f) { in walk_forward() 58 void walk_backwards(F f) { in walk_backwards()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | if_tunnel.h | 47 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument 48 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument 49 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument 50 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument 51 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument 52 #define GRE_IS_REC(f) ((f) & GRE_REC) argument 53 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
|
| /bionic/libc/kernel/uapi/asm-riscv/asm/ |
| D | ptrace.h | 58 __u32 f[32]; member 62 __u64 f[32]; member 66 __u64 f[64] __attribute__((aligned(16))); member 71 struct __riscv_f_ext_state f; member
|
| /bionic/libc/arch-arm/bionic/ |
| D | __restore.S | 44 #define __bionic_asm_custom_entry(f) argument
|
| /bionic/libm/ |
| D | signbit.cpp | 38 extern "C" int __signbitf(float f) { in __signbitf()
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_scalbn.c | 15 union {double f; uint64_t i;} u; in scalbn() member
|
| D | s_scalbnf.c | 14 union {float f; uint32_t i;} u; in scalbnf() member
|
| 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()
|
| /bionic/libc/upstream-openbsd/lib/libc/string/ |
| D | memccpy.c | 35 memccpy(void *t, const void *f, int c, size_t n) in memccpy()
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | vasprintf.c | 32 FILE f; in vasprintf() local
|
| D | vsscanf.c | 48 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/tests/ |
| D | dlext_test.cpp | 93 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 103 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 117 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 332 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 368 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 411 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 428 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F() local 470 fn f = reinterpret_cast<fn>(dlsym(handle, "getRandomNumber")); in CreateRelroFile() local 475 fn f = reinterpret_cast<fn>(dlsym(handle, "getBiggerRandomNumber")); in CreateRelroFile() local 502 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TryUsingRelro() local [all …]
|
| /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
|