HomeSort by relevance Sort by last modified time
    Searched refs:WRAP (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 23 int WRAP(fegetenv)(fenv_t* __envp) {
30 int WRAP(fesetenv)(const fenv_t* __envp) {
36 int WRAP(feclearexcept)(int __excepts) {
38 WRAP(fegetenv)(&__fpscr);
40 WRAP(fesetenv)(&__fpscr);
44 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) {
46 WRAP(fegetenv)(&__fpscr);
51 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) {
53 WRAP(fegetenv)(&__fpscr);
56 WRAP(fesetenv)(&__fpscr)
    [all...]
unwind.c 59 uint64_t WRAP(_Unwind_GetGR)(struct _Unwind_Context* ctx, int index) {
65 void WRAP(_Unwind_SetGR)(struct _Unwind_Context* ctx, int index, uint64_t new_value) {
70 uint64_t WRAP(_Unwind_GetIP)(struct _Unwind_Context* ctx) {
71 return WRAP(_Unwind_GetGR)(ctx, UNWIND_IP_REG) & ~1; // thumb bit
74 void WRAP(_Unwind_SetIP)(struct _Unwind_Context* ctx, uintptr_t new_value) {
77 uint32_t thumbState = WRAP(_Unwind_GetGR)(ctx, UNWIND_IP_REG) & 1;
79 WRAP(_Unwind_SetGR)(ctx, UNWIND_IP_REG, new_val);
md_swap.c 27 uint16_t WRAP(__swap16md)(uint16_t x) {
33 uint32_t WRAP(__swap32md)(uint32_t x) {
  /development/ndk/sources/android/libportable/arch-mips64/
stat.c 22 int WRAP(fstat)(int fd, struct stat_portable *s) {
28 static inline int WRAP(fstat64)(int fd, struct stat64_portable *s) {
29 return WRAP(fstat)(fd, (struct stat_portable*)s);
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) {
39 static inline int WRAP(fstatat64)(int dirfd, const char *path,
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, flags);
45 int WRAP(lstat)(const char *path, struct stat_portable *s) {
51 static inline int WRAP(lstat64)(const char *path, struct stat64_portable *s) {
52 return WRAP(lstat)(path, (struct stat_portable*)s);
56 int WRAP(stat)(const char* path, struct stat_portable* s)
    [all...]
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) {
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) {
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) {
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) {
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) {
43 int WRAP(vsprintf)(char *s, const char *format, va_list_portable *arg) {
47 int WRAP(vsscanf)(const char *s, const char *format, va_list_portable *arg) {
fenv.c 106 int WRAP(feclearexcept)(int flag) {
110 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) {
116 int WRAP(feraiseexcept)(int flag) {
120 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) {
126 int WRAP(fetestexcept)(int flag) {
131 int WRAP(fegetround)(void) {
136 int WRAP(fesetround)(int round) {
140 int WRAP(fegetenv)(fenv_t_portable *obj) {
144 int WRAP(feholdexcept)(fenv_t_portable *obj) {
148 int WRAP(fesetenv)(const fenv_t_portable *obj)
    [all...]
  /development/ndk/sources/android/libportable/arch-x86_64/
stat.c 22 int WRAP(fstat)(int fd, struct stat_portable *s) {
28 static inline int WRAP(fstat64)(int fd, struct stat64_portable *s) {
29 return WRAP(fstat)(fd, (struct stat_portable*)s);
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) {
39 static inline int WRAP(fstatat64)(int dirfd, const char *path,
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, flags);
45 int WRAP(lstat)(const char *path, struct stat_portable *s) {
51 static inline int WRAP(lstat64)(const char *path, struct stat64_portable *s) {
52 return WRAP(lstat)(path, (struct stat_portable*)s);
56 int WRAP(stat)(const char* path, struct stat_portable* s)
    [all...]
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) {
27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) {
31 int WRAP(vprintf)(const char *format, va_list_portable *arg) {
35 int WRAP(vscanf)(const char *format, va_list_portable *arg) {
39 int WRAP(vsnprintf)(char *s, size_t n, const char *format, va_list_portable *arg) {
43 int WRAP(vsprintf)(char *s, const char *format, va_list_portable *arg) {
47 int WRAP(vsscanf)(const char *s, const char *format, va_list_portable *arg) {
fenv.c 123 int WRAP(feclearexcept)(int flag) {
128 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) {
134 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) {
141 int WRAP(feraiseexcept)(int flag) {
146 int WRAP(fetestexcept)(int flag) {
151 int WRAP(fegetround)(void) {
156 int WRAP(fesetround)(int round) {
161 int WRAP(fegetenv)(fenv_t_portable *obj) {
165 int WRAP(feholdexcept)(fenv_t_portable *obj) {
169 int WRAP(fesetenv)(const fenv_t_portable *obj)
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 109 int WRAP(fegetenv)(fenv_t* __envp) {
118 int WRAP(fesetenv)(const fenv_t* __envp) {
126 int WRAP(feclearexcept)(int __excepts) {
129 WRAP(fegetenv)(&__fcsr);
132 WRAP(fesetenv)(&__fcsr);
136 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) {
139 WRAP(fegetenv)(&__fcsr);
144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) {
148 WRAP(fegetenv)(&__fcsr);
153 WRAP(fesetenv)(&__fcsr)
    [all...]
epoll.c 20 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event *event)
25 int WRAP(epoll_wait)(int epfd, struct epoll_event *events, int max, int timeout)
sigsetjmp.S 46 LEAF(WRAP(sigsetjmp), FRAMESZ)
57 1: LA t9, WRAP(setjmp)
61 END(WRAP(sigsetjmp))
63 LEAF(WRAP(siglongjmp), FRAMESZ)
65 SETUP_GP64(GPOFF, WRAP(siglongjmp))
74 LA t9, WRAP(longjmp)
78 END(WRAP(siglongjmp))
md_swap.c 23 uint16_t WRAP(__swap16md)(uint16_t x) {
30 uint32_t WRAP(__swap32md)(uint32_t x) {
stat.c 23 int WRAP(stat)(const char *path, struct stat_portable *s)
37 int WRAP(fstat)(int fd, struct stat_portable *s)
51 int WRAP(lstat)(const char *path, struct stat_portable *s)
65 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags)
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 67 static __inline__ int WRAP(sigismember)(sigset_portable_t *set, int signum)
75 static __inline__ int WRAP(sigaddset)(sigset_portable_t *set, int signum)
84 static __inline__ int WRAP(sigdelset)(sigset_portable_t *set, int signum)
93 static __inline__ int WRAP(sigemptyset)(sigset_portable_t *set)
99 static __inline__ int WRAP(sigfillset)(sigset_portable_t *set)
119 static __inline__ __sighandler_portable_t WRAP(signal)(int s, sighandler_portable_t f)
126 extern __sighandler_portable_t WRAP(__signal)(int, __sighandler_portable_t);
128 extern int WRAP(sigprocmask)(int, const sigset_portable_t *, sigset_portable_t *);
130 extern int WRAP(sigaction)(int, const struct sigaction_portable *,
133 extern int WRAP(sigpending)(sigset_portable_t *)
    [all...]
filefd_portable.h 40 extern int WRAP(close)(int fd);
41 extern int WRAP(read)(int fd, void *buf, size_t count);
42 extern int WRAP(pipe2)(int pipefd[2], int portable_flags);
vfs_portable.h 68 int WRAP(statfs)(const char* path, struct statfs_portable* stat) {
77 int WRAP(statfs64)(const char* path, struct statfs64_portable* stat) {
78 return WRAP(statfs)(path, (struct statfs_portable*)stat);
83 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) {
92 int WRAP(fstatfs64)(int fd, struct statfs64_portable* stat) {
93 return WRAP(fstatfs)(fd, (struct statfs_portable*)stat);
eventfd_portable.h 53 extern int WRAP(eventfd)(unsigned int initval, int flags);
inotify_portable.h 47 extern int WRAP(inotify_init1)(int flags);
  /development/ndk/sources/android/libportable/arch-x86/
md_swap.c 20 uint16_t WRAP(__swap16md)(uint16_t x) {
26 uint32_t WRAP(__swap32md)(uint32_t x) {
stat.c 21 int WRAP(stat)(const char *path, struct stat_portable *s)
29 int WRAP(fstat)(int fd, struct stat_portable *s)
37 int WRAP(lstat)(const char *path, struct stat_portable *s)
45 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags)
epoll.c 21 int WRAP(epoll_ctl)(int epfd, int op, int fd, struct epoll_event_portable *event)
31 int WRAP(epoll_wait)(int epfd, struct epoll_event_portable *events, int max, int timeout)
fenv.c 114 WRAP(fesetexceptflag)(const fexcept_t *flagp, int excepts)
122 WRAP(fegetexceptflag)(fexcept_t *flagp, int excepts)
130 WRAP(feraiseexcept)(int excepts)
136 WRAP(feclearexcept)(int excepts)
142 WRAP(fetestexcept)(int excepts)
149 WRAP(fegetround)(void)
156 WRAP(fesetround)(int round)
162 WRAP(fegetexcept)(void)
  /development/ndk/sources/android/libportable/common/include/asm-generic/
portability.h 21 #define WRAP(f) f ## _portable
24 /* On host app link with libpportable.a with -Wl,--wrap=symbol, which resolves undefined symbol to __wrap_symbol,
27 #define WRAP(f) __wrap_ ## f
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 30 // Macro to get the WRAP function
31 #define WRAP(name) __nacl_irt_##name##_wrap
44 // Switch the IRT's pointer to the WRAP function
46 __libnacl_irt_##group.name = (typeof(REAL(name)))WRAP(name);
94 int WRAP(close)(int fd) {
98 int WRAP(dup)(int fd, int* newfd) {
103 int WRAP(dup2)(int fd, int newfd) {
108 void WRAP(exit)(int status) {
112 int WRAP(read)(int fd, void* buf, size_t count, size_t* nread) {
118 int WRAP(write)(int fd, const void* buf, size_t count, size_t* nwrote)
    [all...]

Completed in 91 milliseconds

1 2 3 4 5 6