Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 44) 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()
/bionic/benchmarks/
Dwctype_benchmark.cpp41 #define WCTYPE_BENCHMARK(__benchmark, fn, random_fn) \ argument
53 #define WCTYPE_BENCHMARK_ASCII(__benchmark, fn) WCTYPE_BENCHMARK(__benchmark, fn, RandomAscii) argument
55 #define WCTYPE_BENCHMARK_NON_ASCII(__benchmark, fn) \ argument
Dctype_benchmark.cpp33 #define CTYPE_BENCHMARK(__benchmark, fn) \ argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lrint.c36 #define fn lrint macro
47 fn(type x) in fn() function
Ds_lround.c39 #define fn lround macro
58 fn(type x) in fn() function
De_scalbf.c21 scalbf(float x, int fn) in scalbf()
De_scalb.c24 scalb(double x, int fn) in scalb()
Ds_fdim.c31 #define DECL(type, fn) \ argument
Ds_llrintf.c4 #define fn llrintf macro
Ds_nearbyint.c43 #define DECL(type, fn, rint) \ argument
Ds_llrint.c4 #define fn llrint macro
Ds_lrintl.c4 #define fn lrintl macro
Ds_llrintl.c4 #define fn llrintl macro
Ds_lrintf.c4 #define fn lrintf macro
Ds_llroundf.c6 #define fn llroundf macro
Ds_llround.c6 #define fn llround macro
Ds_lroundf.c6 #define fn lroundf macro
Ds_lroundl.c6 #define fn lroundl macro
Ds_llroundl.c6 #define fn llroundl macro
De_rem_pio2f.c46 double w,r,fn; in __ieee754_rem_pio2f() local
/bionic/tests/
Ddlfcn_test.cpp202 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
1042 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
/bionic/libc/include/
Dstdio.h337 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
338 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
/bionic/libc/include/bits/fortify/
Dunistd.h89 #define __error_if_overflows_ssizet(what, fn) \ argument
92 #define __error_if_overflows_objectsize(what, objsize, fn) \ argument
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h81 #define XT_MATCH_ITERATE(type,e,fn,args...) \ argument
84 #define XT_ENTRY_ITERATE_CONTINUE(type,entries,size,n,fn,args...) \ argument
87 #define XT_ENTRY_ITERATE(type,entries,size,fn,args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, siz… argument

12