/bionic/libc/private/ |
D | bionic_asm.h | 35 #define __bionic_asm_custom_entry(f) argument 36 #define __bionic_asm_custom_end(f) argument 49 #define ENTRY_NO_DWARF(f) \ argument 57 #define ENTRY(f) \ argument 61 #define END_NO_DWARF(f) \ argument 65 #define END(f) \ argument 70 #define ENTRY_PRIVATE(f) \ argument 75 #define ENTRY_PRIVATE_NO_DWARF(f) \ argument 79 #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 | thread_private.h | 32 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) argument
|
/bionic/libc/seccomp/ |
D | seccomp_policy.cpp | 89 inline void Allow(filter& f) { in Allow() 93 inline void Disallow(filter& f) { in Disallow() 97 static void ExamineSyscall(filter& f) { in ExamineSyscall() 102 static bool SetValidateArchitectureJumpTarget(size_t offset, filter& f) { in SetValidateArchitectureJumpTarget() 114 static size_t ValidateArchitectureAndJumpIfNeeded(filter& f) { in ValidateArchitectureAndJumpIfNeeded() 122 static void ValidateArchitecture(filter& f) { in ValidateArchitecture() 129 static void ValidateSyscallArgInRange(filter& f, __u32 arg_num, __u32 range_min, __u32 range_max) { in ValidateSyscallArgInRange() 151 static void ValidateSetUidGid(filter& f, uint32_t uid_gid_min, uint32_t uid_gid_max, bool primary) { in ValidateSetUidGid() 172 static bool install_filter(filter const& f) { in install_filter() 186 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 | pututline.c | 35 FILE* f; in pututline() local
|
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/arch-x86/bionic/ |
D | __restore.S | 60 #define cfi_signal_frame_start(f) \ argument 81 #define cfi_signal_frame_end(f) \ argument
|
/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/libc/upstream-openbsd/lib/libc/stdio/ |
D | tempnam.c | 46 char *f, *name; in tempnam() local
|
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/libc/arch-x86_64/bionic/ |
D | __restore_rt.S | 78 #define cfi_signal_frame_start(f) \ argument 99 #define cfi_signal_frame_end(f) \ argument
|
/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/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/libm/upstream-freebsd/lib/msun/src/ |
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 | s_nan.c | 101 float f; member
|