Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 40) sorted by relevance

12

/bionic/libc/private/
Dbionic_fortify.h54 static inline void __check_fd_set(const char* fn, int fd, size_t set_size) { in __check_fd_set()
66 static inline void __check_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) { in __check_pollfd_array()
74 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count()
80 static inline void __check_buffer_access(const char* fn, const char* action, in __check_buffer_access()
Dbionic_vdso.h52 void* fn; member
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lrint.c38 #define fn lrint macro
49 fn(type x) in fn() function
Ds_lround.c41 #define fn lround macro
58 fn(type x) in fn() function
Ds_fdim.c34 #define DECL(type, fn) \ argument
De_scalb.c28 __ieee754_scalb(double x, int fn) in __ieee754_scalb()
De_scalbf.c24 __ieee754_scalbf(float x, int fn) in __ieee754_scalbf()
Ds_nearbyint.c46 #define DECL(type, fn, rint) \ argument
Ds_llrintl.c7 #define fn llrintl macro
Ds_lrintl.c7 #define fn lrintl macro
Ds_llrintf.c7 #define fn llrintf macro
Ds_llrint.c7 #define fn llrint macro
Ds_lrintf.c7 #define fn lrintf macro
Ds_llroundf.c9 #define fn llroundf macro
Ds_lroundl.c9 #define fn lroundl macro
Ds_llround.c9 #define fn llround macro
Ds_lroundf.c9 #define fn lroundf macro
Ds_llroundl.c9 #define fn llroundl macro
De_rem_pio2f.c49 double w,r,fn; in __ieee754_rem_pio2f() local
/bionic/tests/
Ddlfcn_test.cpp216 int (*fn)(void); in TEST() local
388 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer")); in TEST() local
422 fn_t fn, fn2; in TEST() local
475 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); in TEST() local
502 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); in TEST() local
540 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_grandchild_get_answer")); in TEST() local
586 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_nephew_get_answer")); in TEST() local
613 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); in TEST() local
661 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_root_get_answer")); in TEST() local
1048 int (*fn)(void); in TEST() local
[all …]
Dpthread_dlfcn_test.cpp51 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "proxy_pthread_atfork")); in TEST() local
96 fn_t fn = reinterpret_cast<fn_t>(dlsym(g_atfork_test_handle, "proxy_pthread_atfork")); in TEST() local
Dwchar_test.cpp437 void TestSingleWcsToInt(WcsToIntFn<T> fn, const wchar_t* str, int base, in TestSingleWcsToInt()
445 void TestWcsToInt(WcsToIntFn<T> fn) { in TestWcsToInt()
457 void TestWcsToIntLimits(WcsToIntFn<T> fn, const wchar_t* min_str, in TestWcsToIntLimits()
801 void TestSingleWcsToFloat(WcsToFloatFn<T> fn, const wchar_t* str, in TestSingleWcsToFloat()
809 void TestWcsToFloat(WcsToFloatFn<T> fn) { in TestWcsToFloat()
819 void TestWcsToFloatHexFloats(WcsToFloatFn<T> fn) { in TestWcsToFloatHexFloats()
827 void TestWcsToFloatInfNan(WcsToFloatFn<T> fn) { in TestWcsToFloatInfNan()
/bionic/libc/include/
Dstdio.h298 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
299 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
/bionic/libc/include/bits/fortify/
Dunistd.h61 #define __error_if_overflows_ssizet(what, fn) \ argument
64 #define __error_if_overflows_objectsize(what, objsize, fn) \ argument
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h93 #define XT_MATCH_ITERATE(type,e,fn,args...) \ argument
96 #define XT_ENTRY_ITERATE_CONTINUE(type,entries,size,n,fn,args...) \ argument
99 #define XT_ENTRY_ITERATE(type,entries,size,fn,args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, siz… argument

12