Home
last modified time | relevance | path

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

12

/bionic/libc/private/
Dbionic_fortify.h38 static inline void __check_fd_set(const char* fn, int fd, size_t set_size) { in __check_fd_set()
50 static inline void __check_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) { in __check_pollfd_array()
58 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count()
64 static inline void __check_buffer_access(const char* fn, const char* action, in __check_buffer_access()
Dbionic_vdso.h47 void* fn; member
/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
56 fn(type x) in fn() function
Ds_fdim.c32 #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_lrintl.c7 #define fn lrintl macro
Ds_llrint.c7 #define fn llrint macro
Ds_nearbyint.c44 #define DECL(type, fn, rint) \ argument
Ds_lrintf.c7 #define fn lrintf macro
Ds_llrintl.c7 #define fn llrintl macro
Ds_llrintf.c7 #define fn llrintf macro
Ds_lroundl.c9 #define fn lroundl macro
Ds_llroundl.c9 #define fn llroundl macro
Ds_llroundf.c9 #define fn llroundf macro
Ds_llround.c9 #define fn llround macro
Ds_lroundf.c9 #define fn lroundf macro
De_rem_pio2f.c49 double w,r,fn; in __ieee754_rem_pio2f() local
De_rem_pio2.c57 double z,w,t,r,fn; in __ieee754_rem_pio2() local
/bionic/tests/
Ddlfcn_test.cpp204 int (*fn)(void); in TEST() local
341 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer")); local
375 fn_t fn, fn2; local
428 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); local
455 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); local
493 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_grandchild_get_answer")); local
539 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_nephew_get_answer")); local
566 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); local
614 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_root_get_answer")); local
994 int (*fn)(void); 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/kernel/uapi/linux/netfilter/
Dx_tables.h111 #define XT_MATCH_ITERATE(type,e,fn,args...) \ argument
114 #define XT_ENTRY_ITERATE_CONTINUE(type,entries,size,n,fn,args...) \ argument
117 #define XT_ENTRY_ITERATE(type,entries,size,fn,args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, siz… argument
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_rem_pio2l.h65 long double z,w,t,r,fn; in __ieee754_rem_pio2l() local
/bionic/libc/stdlib/
Datexit.c138 struct atexit_fn fn; in __cxa_finalize() local

12