Home
last modified time | relevance | path

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

123

/bionic/libc/private/
Dbionic_asm.h37 #define __bionic_asm_custom_entry(f) argument
38 #define __bionic_asm_custom_end(f) argument
52 #define ENTRY_NO_DWARF(f) \ argument
60 #define ENTRY(f) \ argument
64 #define END_NO_DWARF(f) \ argument
68 #define END(f) \ argument
73 #define ENTRY_PRIVATE(f) \ argument
78 #define ENTRY_PRIVATE_NO_DWARF(f) \ argument
82 #define __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(f) \ argument
Dbionic_asm_arm.h44 #define __bionic_asm_custom_entry(f) .fnstart argument
45 #define __bionic_asm_custom_end(f) .fnend argument
Dbionic_asm_arm64.h48 #define __bionic_asm_custom_entry(f) bti c argument
Dthread_private.h32 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) argument
/bionic/libc/seccomp/
Dseccomp_policy.cpp89 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/
Dfpclassify.cpp39 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()
Dpthread_atfork.cpp51 void walk_forward(F f) { in walk_forward()
58 void walk_backwards(F f) { in walk_backwards()
/bionic/libc/kernel/uapi/linux/
Dif_tunnel.h47 #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-arm/bionic/
D__restore.S44 #define __bionic_asm_custom_entry(f) argument
/bionic/libm/
Dsignbit.cpp38 extern "C" int __signbitf(float f) { in __signbitf()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemccpy.c35 memccpy(void *t, const void *f, int c, size_t n) in memccpy()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvasprintf.c32 FILE f; in vasprintf() local
Dvsscanf.c48 FILE f; in vsscanf() local
Dvswprintf.c44 FILE f; in vswprintf() local
Dvdprintf.c53 FILE f; in vdprintf() local
Dvswscanf.c56 FILE f; in vswscanf() local
/bionic/tests/
Ddlext_test.cpp93 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/
Dstrtof.c45 union { ULong L[1]; float f; } u; member
/bionic/libm/upstream-freebsd/lib/msun/src/
Dk_logf.h27 k_log1pf(float f) in k_log1pf()
Dk_log.h88 k_log1p(double f) in k_log1p()
De_log2f.c34 float f,hfsq,hi,lo,r,y; in __ieee754_log2f() local
De_log10f.c36 float f,hfsq,hi,lo,r,y; in __ieee754_log10f() local
Ds_nan.c102 float f; in nanf() member
De_log2.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; in __ieee754_log2() local
/bionic/libc/tools/
Dgenserv.py41 def parse(f): argument

123