Searched refs:REAL (Results 1 - 25 of 63) sorted by relevance

123

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc28 return REAL(OSSpinLockLock)(lock);
31 REAL(OSSpinLockLock)(lock);
38 return REAL(OSSpinLockTry)(lock);
41 bool result = REAL(OSSpinLockTry)(lock);
50 return REAL(OSSpinLockUnlock)(lock);
54 REAL(OSSpinLockUnlock)(lock);
60 return REAL(os_lock_lock)(lock);
63 REAL(os_lock_lock)(lock);
70 return REAL(os_lock_trylock)(lock);
73 bool result = REAL(os_lock_tryloc
[all...]
H A Dtsan_malloc_mac.cc32 return REAL(malloc)(size); \
37 return REAL(realloc)(ptr, size); \
42 return REAL(calloc)(count, size); \
47 return REAL(valloc)(size); \
52 return REAL(free)(ptr); \
H A Dtsan_interceptors.h33 if (REAL(func) == 0) { \
38 return REAL(func)(__VA_ARGS__); \
H A Dtsan_interceptors.cc47 #define __libc_malloc REAL(malloc)
48 #define __libc_realloc REAL(realloc)
49 #define __libc_calloc REAL(calloc)
50 #define __libc_free REAL(free)
53 #define __libc_malloc REAL(malloc)
54 #define __libc_realloc REAL(realloc)
55 #define __libc_calloc REAL(calloc)
56 #define __libc_free REAL(free)
106 // REAL(sigfillset) defined in common interceptors.
326 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(nam
[all...]
H A Dtsan_libdispatch_mac.cc120 REAL(name##_f)(q, new_context, dispatch_callback_wrap_acquire); \
132 REAL(name)(q, new_context, dispatch_callback_wrap_acquire); \
198 return REAL(dispatch_semaphore_signal)(dsema);
204 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout);
212 long_t result = REAL(dispatch_group_wait)(group, timeout);
220 REAL(dispatch_group_leave)(group);
263 REAL(dispatch_group_notify_f)(group, q, new_context,
278 REAL(dispatch_group_notify_f)(group, q, new_context,
H A Dtsan_new_delete.cc27 #define __libc_malloc REAL(malloc)
28 #define __libc_free REAL(free)
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc49 return REAL(pthread_mutex_destroy)(m);
55 int res = REAL(pthread_mutex_lock)(m);
62 int res = REAL(pthread_mutex_trylock)(m);
71 return REAL(pthread_mutex_unlock)(m);
76 int res = REAL(pthread_spin_destroy)(m);
84 int res = REAL(pthread_spin_lock)(m);
91 int res = REAL(pthread_spin_trylock)(m);
100 return REAL(pthread_spin_unlock)(m);
106 return REAL(pthread_rwlock_destroy)(m);
112 int res = REAL(pthread_rwlock_rdloc
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc106 SIZE_T res = REAL(fread)(ptr, size, nmemb, file);
116 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
129 SSIZE_T res = REAL(readlink)(path, buf, bufsiz);
145 void *res = REAL(memccpy)(dest, src, c, n);
257 REAL(memset)(sret, 0, sizeof(*sret));
276 // FIXME: implement, but don't call REAL(malloc_stats)!
285 return REAL(strlen)(s);
287 SIZE_T res = REAL(strlen)(s);
294 SIZE_T res = REAL(strnlen)(s, n);
303 SIZE_T n = REAL(strle
[all...]
H A Dmsan_poisoning.cc92 REAL(memcpy)((void *)MEM_TO_ORIGIN(beg), (void *)MEM_TO_ORIGIN(s),
103 REAL(memmove)((void *)MEM_TO_SHADOW((uptr)dst),
112 REAL(memcpy)((void *)MEM_TO_SHADOW((uptr)dst),
118 REAL(memcpy)(dst, src, size);
128 REAL(memset)((void *)shadow_beg, value, shadow_end - shadow_beg);
134 REAL(memset)((void *)shadow_beg, 0, shadow_end - shadow_beg);
137 REAL(memset)((void *)shadow_beg, 0, page_beg - shadow_beg);
140 REAL(memset)((void *)page_end, 0, shadow_end - page_end);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc93 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n))
114 if (REAL(strnlen)) {
115 return REAL(strnlen)(s, maxlen);
154 return REAL(func)(__VA_ARGS__); \
156 return REAL(func)(__VA_ARGS__); \
179 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
241 REAL(pthread_attr_getdetachstate)(attr, &detached);
245 int result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
275 return REAL(bsd_signal)(signum, handler);
283 return REAL(signa
[all...]
H A Dasan_mac.cc167 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
184 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
198 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
227 REAL(dispatch_async)(dq, asan_block);
234 REAL(dispatch_group_async)(dg, dq, asan_block);
241 REAL(dispatch_after)(when, queue, asan_block);
247 REAL(dispatch_source_set_cancel_handler)(ds, work);
252 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
259 REAL(dispatch_source_set_event_handler)(ds, asan_block);
H A Dasan_win.cc59 CHECK(REAL(RaiseException));
61 REAL(RaiseException)(a, b, c, d);
65 CHECK(REAL(_except_handler3));
67 return REAL(_except_handler3)(a, b, c, d);
75 CHECK(REAL(_except_handler4));
77 return REAL(_except_handler4)(a, b, c, d);
100 return REAL(CreateThread)(security, stack_size,
132 return REAL(NtWaitForWorkViaWorkerFactory)(a, b);
149 (uptr *)&REAL(NtWaitForWorkViaWorkerFactory)));
H A Dasan_poisoning.h52 REAL(memset)((void*)shadow_beg, value, shadow_end - shadow_beg);
59 REAL(memset)((void *)shadow_beg, 0, shadow_end - shadow_beg);
62 REAL(memset)((void *)shadow_beg, 0, page_beg - shadow_beg);
65 REAL(memset)((void *)page_end, 0, shadow_end - page_end);
H A Dasan_interceptors.h98 if ((!INTERCEPT_FUNCTION(name) || !REAL(name))) \
103 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
H A Dasan_stats.cc29 CHECK(REAL(memset));
30 REAL(memset)(this, 0, sizeof(AsanStats));
/external/skia/bench/
H A DBlurBench.cpp19 #define REAL 1.5f macro
102 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle);)
103 DEF_BENCH(return new BlurBench(REAL, kSolid_SkBlurStyle);)
104 DEF_BENCH(return new BlurBench(REAL, kOuter_SkBlurStyle);)
105 DEF_BENCH(return new BlurBench(REAL, kInner_SkBlurStyle);)
115 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
H A DMorphologyBench.cpp17 #define REAL 1.5f macro
93 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); )
94 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
H A DBlurRectBench.cpp17 #define REAL 1.5f macro
188 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);)
192 DEF_BENCH(return new BlurRectGaussianBench(REAL);)
196 DEF_BENCH(return new BlurRectDirectBench(REAL);)
/external/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cc21 void *res = REAL(mmap)(addr, length, prot, flags, fd, offset);
29 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
/external/compiler-rt/lib/interception/
H A Dinterception_win.h43 (::__interception::uptr *)&REAL(func))
48 (::__interception::uptr *)&REAL(func))
/external/opencv3/modules/java/src/
H A Dml+Boost.java18 REAL = 1, field in class:Boost
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h71 return REAL(pthread_create)(th, attr, callback, param); \
74 return REAL(pthread_join(th, ret)); \
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c50 * int WebRtcIsac_Fftn (int ndim, const int dims[], REAL Re[], REAL Im[],
77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
110 * REAL data [2*NTOTAL];
152 # define REAL double macro
265 static int FFTRADIX (REAL Re[],
266 REAL Im[],
279 REAL radf;
280 REAL c
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTypesTest.java54 assertEquals(REAL, 7);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp197 GDIPCONST REAL* dash,
204 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenWidth)(GpPen* pen, REAL width);
219 REAL width,
223 REAL miterLimit);
261 REAL x,
262 REAL y,
263 REAL width,
264 REAL height);
321 REAL flatness);
323 REAL x
[all...]

Completed in 340 milliseconds

123