Home
last modified time | relevance | path

Searched defs:WRAP (Results 1 – 25 of 44) sorted by relevance

12

/development/ndk/sources/android/libportable/arch-mips64/
Dva_funcs.c23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) { in WRAP() function
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) { in WRAP() function
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) { in WRAP() function
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) { in WRAP() function
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) { in WRAP() function
43 int WRAP(vsprintf)(char *s, const char *format, va_list_portable *arg) { in WRAP() function
47 int WRAP(vsscanf)(const char *s, const char *format, va_list_portable *arg) { in WRAP() function
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP() function
28 static inline int WRAP(fstat64)(int fd, struct stat64_portable *s) { in WRAP() function
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { in WRAP() function
39 static inline int WRAP(fstatat64)(int dirfd, const char *path, in WRAP() function
45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP() function
51 static inline int WRAP(lstat64)(const char *path, struct stat64_portable *s) { in WRAP() function
56 int WRAP(stat)(const char* path, struct stat_portable* s) { in WRAP() function
62 static inline int WRAP(stat64)(const char* path, struct stat64_portable *s) { in WRAP() function
Dfenv.c106 int WRAP(feclearexcept)(int flag) { in WRAP() function
110 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) { in WRAP() function
116 int WRAP(feraiseexcept)(int flag) { in WRAP() function
120 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { in WRAP() function
126 int WRAP(fetestexcept)(int flag) { in WRAP() function
131 int WRAP(fegetround)(void) { in WRAP() function
136 int WRAP(fesetround)(int round) { in WRAP() function
140 int WRAP(fegetenv)(fenv_t_portable *obj) { in WRAP() function
144 int WRAP(feholdexcept)(fenv_t_portable *obj) { in WRAP() function
148 int WRAP(fesetenv)(const fenv_t_portable *obj) { in WRAP() function
[all …]
Dsocket.c133 int WRAP(socket)(int domain, int type, int protocol) { in WRAP() function
147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) { in WRAP() function
179 int WRAP(getaddrinfo)(const char *node, const char *service, in WRAP() function
234 void WRAP(freeaddrinfo)(struct addrinfo_portable *portable_results) in WRAP() function
/development/ndk/sources/android/libportable/arch-x86_64/
Dva_funcs.c23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) { in WRAP() function
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) { in WRAP() function
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) { in WRAP() function
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) { in WRAP() function
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) { in WRAP() function
43 int WRAP(vsprintf)(char *s, const char *format, va_list_portable *arg) { in WRAP() function
47 int WRAP(vsscanf)(const char *s, const char *format, va_list_portable *arg) { in WRAP() function
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP() function
28 static inline int WRAP(fstat64)(int fd, struct stat64_portable *s) { in WRAP() function
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { in WRAP() function
39 static inline int WRAP(fstatat64)(int dirfd, const char *path, in WRAP() function
45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP() function
51 static inline int WRAP(lstat64)(const char *path, struct stat64_portable *s) { in WRAP() function
56 int WRAP(stat)(const char* path, struct stat_portable* s) { in WRAP() function
62 static inline int WRAP(stat64)(const char* path, struct stat64_portable *s) { in WRAP() function
Dfenv.c123 int WRAP(feclearexcept)(int flag) { in WRAP() function
128 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) { in WRAP() function
134 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { in WRAP() function
141 int WRAP(feraiseexcept)(int flag) { in WRAP() function
146 int WRAP(fetestexcept)(int flag) { in WRAP() function
151 int WRAP(fegetround)(void) { in WRAP() function
156 int WRAP(fesetround)(int round) { in WRAP() function
161 int WRAP(fegetenv)(fenv_t_portable *obj) { in WRAP() function
165 int WRAP(feholdexcept)(fenv_t_portable *obj) { in WRAP() function
169 int WRAP(fesetenv)(const fenv_t_portable *obj) { in WRAP() function
[all …]
/development/ndk/sources/android/libportable/arch-arm/
Dfenv.c23 int WRAP(fegetenv)(fenv_t* __envp) { in WRAP() function
30 int WRAP(fesetenv)(const fenv_t* __envp) { in WRAP() function
36 int WRAP(feclearexcept)(int __excepts) { in WRAP() function
44 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { in WRAP() function
51 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { in WRAP() function
60 int WRAP(feraiseexcept)(int __excepts) { in WRAP() function
66 int WRAP(fetestexcept)(int __excepts) { in WRAP() function
72 int WRAP(fegetround)(void) { in WRAP() function
78 int WRAP(fesetround)(int __round) { in WRAP() function
87 int WRAP(feholdexcept)(fenv_t* __envp) { in WRAP() function
[all …]
Dmd_swap.c27 uint16_t WRAP(__swap16md)(uint16_t x) { in WRAP() function
33 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() function
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c109 int WRAP(fegetenv)(fenv_t* __envp) { in WRAP() function
118 int WRAP(fesetenv)(const fenv_t* __envp) { in WRAP() function
126 int WRAP(feclearexcept)(int __excepts) { in WRAP() function
136 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { in WRAP() function
144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { in WRAP() function
157 int WRAP(feraiseexcept)(int __excepts) { in WRAP() function
169 int WRAP(fetestexcept)(int __excepts) { in WRAP() function
176 int WRAP(fegetround)(void) { in WRAP() function
182 int WRAP(fesetround)(int __round) { in WRAP() function
192 int WRAP(feholdexcept)(fenv_t* __envp) { in WRAP() function
[all …]
Dstat.c23 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP() function
37 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP() function
51 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP() function
65 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) in WRAP() function
Dwaitpid.c60 pid_t WRAP(waitpid)(pid_t pid, int *status, int options) in WRAP() function
76 pid_t WRAP(wait)(int *status) in WRAP() function
92 pid_t WRAP(wait3)(int *status, int options, struct rusage *rusage) in WRAP() function
113 pid_t WRAP(wait4)(pid_t pid, int *status, int options, struct rusage *rusage) in WRAP() function
Depoll.c20 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event *event) in WRAP() function
25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout) in WRAP() function
Dresource.c43 int WRAP(getrlimit)(int resource, struct rlimit *rlp) in WRAP() function
49 int WRAP(setrlimit)(int resource, const struct rlimit *rlp) in WRAP() function
Dsocket.c133 int WRAP(socket)(int domain, int type, int protocol) { in WRAP() function
147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) { in WRAP() function
179 int WRAP(getaddrinfo)(const char *node, const char *service, in WRAP() function
234 void WRAP(freeaddrinfo)(struct addrinfo_portable *portable_results) in WRAP() function
Dsignal.c753 sighandler_portable_t WRAP(signal)(int portable_signum, sighandler_portable_t handler) in WRAP() function
770 sighandler_portable_t WRAP(sysv_signal)(int portable_signum, sighandler_portable_t handler) in WRAP() function
795 sighandler_portable_t WRAP(bsd_signal)(int portable_signum, sighandler_portable_t handler) in WRAP() function
842 int WRAP(killpg)(int pgrp, int portable_signum) in WRAP() function
858 int WRAP(kill)(pid_t pid, int portable_signum) in WRAP() function
903 int WRAP(raise)(int portable_signum) in WRAP() function
1217 int WRAP(sigaction)(int portable_signum, const struct sigaction_portable *act, in WRAP() function
1352 int WRAP(sigsuspend)(const sigset_portable_t *portable_sigmask) in WRAP() function
1372 int WRAP(sigpending)(sigset_portable_t *portable_sigset) in WRAP() function
1393 int WRAP(sigwait)(const sigset_portable_t *portable_sigset, int *ptr_to_portable_sig) in WRAP() function
[all …]
Derrno.c282 volatile int* WRAP(__errno)() in WRAP() function
335 void WRAP(__set_errno)(int portable_errno) in WRAP() function
361 char *WRAP(strerror)(int errnum) in WRAP() function
367 int WRAP(strerror_r)(int errnum, char *buf, size_t buflen) in WRAP() function
Dsockopt.c111 int WRAP(setsockopt)(int s, int level, int optname, const void *optval, socklen_t optlen) in WRAP() function
117 int WRAP(getsockopt)(int s, int level, int optname, void *optval, socklen_t *optlen) in WRAP() function
Dmd_swap.c23 uint16_t WRAP(__swap16md)(uint16_t x) { in WRAP() function
30 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() function
/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c114 WRAP(fesetexceptflag)(const fexcept_t *flagp, int excepts) in WRAP() function
122 WRAP(fegetexceptflag)(fexcept_t *flagp, int excepts) in WRAP() function
130 WRAP(feraiseexcept)(int excepts) in WRAP() function
136 WRAP(feclearexcept)(int excepts) in WRAP() function
142 WRAP(fetestexcept)(int excepts) in WRAP() function
149 WRAP(fegetround)(void) in WRAP() function
156 WRAP(fesetround)(int round) in WRAP() function
162 WRAP(fegetexcept)(void) in WRAP() function
Dstat.c21 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP() function
29 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP() function
37 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP() function
45 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) in WRAP() function
Dmd_swap.c20 uint16_t WRAP(__swap16md)(uint16_t x) { in WRAP() function
26 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() function
Depoll.c21 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event_portable *event) in WRAP() function
31 int WRAP(epoll_wait)(int epfd, struct epoll_event_portable *events, int max, int timeout) in WRAP() function
/development/ndk/sources/android/libportable/common/include/
Dsignal_portable.h67 static __inline__ int WRAP(sigismember)(sigset_portable_t *set, int signum) in WRAP() function
75 static __inline__ int WRAP(sigaddset)(sigset_portable_t *set, int signum) in WRAP() function
84 static __inline__ int WRAP(sigdelset)(sigset_portable_t *set, int signum) in WRAP() function
93 static __inline__ int WRAP(sigemptyset)(sigset_portable_t *set) in WRAP() function
99 static __inline__ int WRAP(sigfillset)(sigset_portable_t *set) in WRAP() function
Dvfs_portable.h68 int WRAP(statfs)(const char* path, struct statfs_portable* stat) { in WRAP() function
77 int WRAP(statfs64)(const char* path, struct statfs64_portable* stat) { in WRAP() function
83 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) { in WRAP() function
92 int WRAP(fstatfs64)(int fd, struct statfs64_portable* stat) { in WRAP() function

12