| /bionic/libc/private/ |
| D | bionic_fortify.h | 54 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()
|
| D | bionic_vdso.h | 52 void* fn; member
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_lrint.c | 38 #define fn lrint macro 49 fn(type x) in fn() function
|
| D | s_lround.c | 41 #define fn lround macro 60 fn(type x) in fn() function
|
| D | e_scalbf.c | 24 __ieee754_scalbf(float x, int fn) in __ieee754_scalbf()
|
| D | e_scalb.c | 28 __ieee754_scalb(double x, int fn) in __ieee754_scalb()
|
| D | s_fdim.c | 34 #define DECL(type, fn) \ argument
|
| D | s_lrintl.c | 7 #define fn lrintl macro
|
| D | s_llrintl.c | 7 #define fn llrintl macro
|
| D | s_lrintf.c | 7 #define fn lrintf macro
|
| D | s_llrintf.c | 7 #define fn llrintf macro
|
| D | s_llrint.c | 7 #define fn llrint macro
|
| D | s_nearbyint.c | 46 #define DECL(type, fn, rint) \ argument
|
| D | s_llroundl.c | 9 #define fn llroundl macro
|
| D | s_llroundf.c | 9 #define fn llroundf macro
|
| D | s_lroundl.c | 9 #define fn lroundl macro
|
| D | s_lroundf.c | 9 #define fn lroundf macro
|
| D | s_llround.c | 9 #define fn llround macro
|
| D | e_rem_pio2f.c | 49 double w,r,fn; in __ieee754_rem_pio2f() local
|
| /bionic/tests/ |
| D | dlfcn_test.cpp | 202 int (*fn)(void); in TEST() local 377 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer")); in TEST() local 411 fn_t fn, fn2; in TEST() local 464 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); in TEST() local 491 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); in TEST() local 529 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_grandchild_get_answer")); in TEST() local 575 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_nephew_get_answer")); in TEST() local 602 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); in TEST() local 650 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_root_get_answer")); in TEST() local 1040 int (*fn)(void); in TEST() local [all …]
|
| D | pthread_dlfcn_test.cpp | 51 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
|
| D | wchar_test.cpp | 446 void TestSingleWcsToInt(WcsToIntFn<T> fn, const wchar_t* str, int base, in TestSingleWcsToInt() 454 void TestWcsToInt(WcsToIntFn<T> fn) { in TestWcsToInt() 467 void TestWcsToIntLimits(WcsToIntFn<T> fn, const wchar_t* min_str, in TestWcsToIntLimits() 819 void TestSingleWcsToFloat(WcsToFloatFn<T> fn, const wchar_t* str, in TestSingleWcsToFloat() 827 void TestWcsToFloat(WcsToFloatFn<T> fn) { in TestWcsToFloat() 837 void TestWcsToFloatHexFloats(WcsToFloatFn<T> fn) { in TestWcsToFloatHexFloats() 845 void TestWcsToFloatInfNan(WcsToFloatFn<T> fn) { in TestWcsToFloatInfNan()
|
| /bionic/libc/include/ |
| D | stdio.h | 289 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 290 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|
| /bionic/libc/include/bits/fortify/ |
| D | unistd.h | 61 #define __error_if_overflows_ssizet(what, fn) \ argument 64 #define __error_if_overflows_objectsize(what, objsize, fn) \ argument
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | x_tables.h | 93 #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
|