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

1 2 3 4 5

  /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/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 resolve symbol symbol to __wrap_symbol,
27 #define WRAP(f) __wrap_ ## f
  /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)
resource.c 43 int WRAP(getrlimit)(int resource, struct rlimit *rlp)
49 int WRAP(setrlimit)(int resource, const struct rlimit *rlp)
  /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);
eventfd_portable.h 53 extern int WRAP(eventfd)(unsigned int initval, int flags);
inotify_portable.h 47 extern int WRAP(inotify_init1)(int flags);
timerfd_portable.h 47 extern int WRAP(timerfd_create)(int clockid, 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)
148 WRAP(fegetround)(void)
155 WRAP(fesetround)(int round)
161 WRAP(fegetexcept)(void)
  /external/compiler-rt/lib/interception/
interception.h 34 // Suppose you need to wrap/replace system function (generally, from libc):
104 { reinterpret_cast<const uptr>(WRAP(func_name)), \
118 # define WRAP(x) wrap_##x
125 # define WRAP(x) x
129 # define WRAP(x) wrap_##x
135 # define WRAP(x) __interceptor_ ## x
161 extern "C" ret_type WRAP(func)(__VA_ARGS__);
183 ret_type WRAP(func)(__VA_ARGS__)
193 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
195 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__
    [all...]
interception_linux.h 34 (::__interception::uptr)&WRAP(func))
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 26 // Macro to get the WRAP function
27 #define WRAP(name) __nacl_irt_##name##_wrap
42 // Switch the IRT's pointer to the WRAP function
44 __libnacl_irt_##group.name = (typeof(REAL(name))) WRAP(name); \
70 int WRAP(close)(int fd) {
74 int WRAP(dup)(int fd, int* newfd) {
79 int WRAP(dup2)(int fd, int newfd) {
84 int WRAP(fstat)(int fd, struct stat* buf) {
88 int WRAP(getdents)(int fd, dirent* buf, size_t count, size_t* nread) {
92 int WRAP(mmap)(void** addr, size_t length, int prot, int flags, int fd
    [all...]
kernel_wrap_glibc.cc 104 // Macro to get the WRAP function
105 #define WRAP(name) __nacl_irt_##name##_wrap
120 // Switch IRT's pointer to the WRAP function
122 __nacl_irt_##name = (typeof(__nacl_irt_##name)) WRAP(name)
148 int WRAP(chdir) (const char* pathname) {
152 int WRAP(close)(int fd) {
156 int WRAP(dup)(int fd, int* newfd) NOTHROW {
161 int WRAP(dup2)(int fd, int newfd) NOTHROW {
165 int WRAP(fstat)(int fd, struct nacl_abi_stat *nacl_buf) {
175 char* WRAP(getcwd)(char* buf, size_t size)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Sampler.java 46 WRAP (3),
103 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
123 * Retrieve a sampler with min and mag set to linear and wrap modes set to
144 * wrap modes set to clamp.
163 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
164 * wrap.
175 b.setWrapS(Value.WRAP);
176 b.setWrapT(Value.WRAP);
183 * Retrieve a sampler with min and mag set to linear and wrap modes set to
184 * wrap
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Sampler.java 48 WRAP (3),
105 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
125 * Retrieve a sampler with min and mag set to linear and wrap modes set to
146 * wrap modes set to clamp.
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
166 * wrap.
177 b.setWrapS(Value.WRAP);
178 b.setWrapT(Value.WRAP);
185 * Retrieve a sampler with min and mag set to linear and wrap modes set to
186 * wrap
    [all...]

Completed in 2395 milliseconds

1 2 3 4 5