HomeSort by relevance Sort by last modified time
    Searched refs:WRAP (Results 1 - 25 of 104) 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);
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 98 #define WRAP(className) \
102 WRAP(CSSRule)
103 WRAP(CSSRuleList)
104 WRAP(CSSStyleDeclaration)
105 WRAP(CSSValue)
106 WRAP(Counter)
107 WRAP(Event)
108 WRAP(HTMLOptionsCollection)
109 WRAP(MediaList)
110 WRAP(NamedNodeMap
    [all...]
  /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))
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)
flags.c 30 WRAP(__sflags)(const char *mode, int *optr)
timer.c 22 int WRAP(timer_create)(clockid_t clockid, struct sigevent *portable_evp,
  /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/
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):
97 { reinterpret_cast<const uptr>(WRAP(func_name)), \
111 # define WRAP(x) wrap_##x
118 # define WRAP(x) x
122 # define WRAP(x) wrap_##x
128 # define WRAP(x) __interceptor_ ## x
154 extern "C" ret_type WRAP(func)(__VA_ARGS__);
176 ret_type WRAP(func)(__VA_ARGS__)
180 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
182 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__
    [all...]
interception_linux.h 34 (::__interception::uptr)&WRAP(func))
  /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...]
SamplerThunker.java 54 case WRAP:
55 return android.renderscript.Sampler.Value.WRAP;
66 * wrap modes is necesary or if anisotropic filtering is desired.
82 mWrapS = Value.WRAP;
83 mWrapT = Value.WRAP;
84 mWrapR = Value.WRAP;
107 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
115 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 40 WRAP(malloc), WRAP(free), WRAP(calloc), WRAP(realloc), WRAP(memalign)

Completed in 2224 milliseconds

1 2 3 4 5