Home
last modified time | relevance | path

Searched refs:WRAP (Results 1 – 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/test/
Dconvolve_test.cc920 #define WRAP(func, bd) \ macro
931 WRAP(convolve_copy_sse2, 8)
932 WRAP(convolve_avg_sse2, 8)
933 WRAP(convolve_copy_sse2, 10)
934 WRAP(convolve_avg_sse2, 10)
935 WRAP(convolve_copy_sse2, 12)
936 WRAP(convolve_avg_sse2, 12)
937 WRAP(convolve8_horiz_sse2, 8)
938 WRAP(convolve8_avg_horiz_sse2, 8)
939 WRAP(convolve8_vert_sse2, 8)
[all …]
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc176 WRAP(malloc), WRAP(free), WRAP(calloc),
177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
182 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
183 WRAP(valloc)};
Dasan_win.cc166 (uptr)WRAP(NtWaitForWorkViaWorkerFactory), in InitializePlatformInterceptors()
/external/compiler-rt/lib/interception/
Dinterception.h105 { reinterpret_cast<const uptr>(WRAP(func_name)), \
119 # define WRAP(x) wrap_##x macro
125 # define WRAP(x) __asan_wrap_##x macro
133 # define WRAP(x) __interceptor_ ## x macro
143 # define WRAP(x) __interceptor_ ## x macro
169 extern "C" ret_type WRAP(func)(__VA_ARGS__);
191 ret_type WRAP(func)(__VA_ARGS__)
201 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
203 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
213 INTERPOSER_2(overridee, WRAP(overrider))
[all …]
Dinterception_win.h67 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr)WRAP(func), \
80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
Dinterception_linux.h35 (::__interception::uptr) & WRAP(func))
/external/syslinux/gpxe/src/hci/mucurses/
Dedging.c49 _wputch(win,tl,WRAP); in wborder()
51 _wputch(win,ts,WRAP); in wborder()
53 _wputch(win,tr,WRAP); in wborder()
56 _wputch(win,ls,WRAP); in wborder()
58 _wputch(win,rs,WRAP); in wborder()
61 _wputch(win,bl,WRAP); in wborder()
63 _wputch(win,bs,WRAP); in wborder()
Dprint.c24 _wputch( win, ch, WRAP ); in waddch()
37 _wputstr( win, str, WRAP, n ); in waddnstr()
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP ); in _printw_handler()
Dclear.c24 _wputc( win, ' ', WRAP ); in wclrtobot()
42 _wputc( win, ' ', WRAP ); in wclrtoeol()
Dkb.c42 _wputch( win, (chtype) ( c | win->attrs ), WRAP ); in _wgetc()
71 _wputch( win, (chtype)( c | win->attrs ), WRAP ); in wgetch()
Dmucurses.h12 #define WRAP 0 macro
Dmucurses.c57 if ( wrap == WRAP ) { in _wputch()
Dwindows.c29 _wputch( win, killch, WRAP ); in delwin()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc218 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR()
262 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
304 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
307 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
318 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
320 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
353 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()
382 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR()
412 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR()
443 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR()
[all …]
Dtsan_interceptors.cc1008 void *newcond = WRAP(malloc)(pthread_cond_t_sz); in init_cond()
1013 WRAP(free)(newcond); in init_cond()
1112 WRAP(free)(cond); in INTERCEPTOR()
2068 return WRAP(fork)(fake); in TSAN_INTERCEPTOR()
/external/freetype/src/gzip/
Dinfutil.h80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} macro
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
/external/skia/src/jumper/
DSkJumper_stages_lowp.cpp19 #define WRAP(name) sk_##name##_hsw_lowp macro
23 #define WRAP(name) sk_##name##_ssse3_lowp macro
73 extern "C" void WRAP(start_pipeline)(size_t x, size_t y, size_t limit, void** program, K* k) { in WRAP() function
92 extern "C" void WRAP(start_pipeline_2d)(size_t x, size_t y, size_t xlimit, size_t ylimit, in WRAP() function
95 WRAP(start_pipeline)(x,y,xlimit, program, k); in WRAP()
99 extern "C" void WRAP(just_return)(K*, void**, size_t,size_t,size_t, F,F,F,F, F,F,F,F) {} in WRAP() function
104 extern "C" void WRAP(name)(K* k, void** program, size_t x, size_t y, size_t tail, \
DSkJumper_stages.cpp26 #define WRAP(name) sk_##name macro
28 #define WRAP(name) sk_##name##_aarch64 macro
30 #define WRAP(name) sk_##name##_vfp4 macro
32 #define WRAP(name) sk_##name##_hsw macro
34 #define WRAP(name) sk_##name##_avx macro
36 #define WRAP(name) sk_##name##_sse41 macro
38 #define WRAP(name) sk_##name##_sse2 macro
55 extern "C" void WRAP(start_pipeline)(size_t x, size_t y, size_t limit, void** program, K* k) { in WRAP() function
80 extern "C" void WRAP(start_pipeline_2d)(size_t x, size_t y, size_t xlimit, size_t ylimit, in WRAP() function
83 WRAP(start_pipeline)(x,y,xlimit, program, k); in WRAP()
[all …]
/external/e2fsprogs/debugfs/
Dlogdump.c70 #define WRAP(jsb, blocknr) \ macro
451 WRAP(jsb, blocknr); in dump_journal()
459 WRAP(jsb, blocknr); in dump_journal()
515 WRAP(jsb, blocknr); in dump_descriptor_block()
540 WRAP(jsb, blocknr); in dump_descriptor_block()
/external/python/cpython2/Tools/pynche/
DDetailsViewer.py58 WRAP = 'Wrap Around' variable
123 STOP, WRAP, RATIO, GRAV)
211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java433 enum WrapWithIterable { WRAP, NO_WRAP } enumConstant
443 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP in runConcurrentlyMutatedTest()
532 runConcurrentlyMutatedTest(WrapWithIterable.WRAP); in testCopyOf_concurrentlyMutatedIterable()
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump67 // WRAP(ruleset_name, A, X, value) // Compile-time error if no associated rule.
265 #define WRAP(ruleSet, toType, fromType, from) \
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c660 CAP_CASE(TextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9()
668 CAP_CASE(VolumeTextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9()
/external/libedit/src/
Dtty.c256 #ifdef WRAP
257 {"wrap", WRAP, MD_OUT},
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1105 int res = WRAP(vname)(__VA_ARGS__, ap); \
3047 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3050 if (allocated_path && !res) WRAP(free)(allocated_path);
4761 return WRAP(memmove)(to, from, size);
4764 return WRAP(memmove)(to, from, size);
4767 return WRAP(memmove)(to, from, size);
4770 return WRAP(memcpy)(to, from, size);
4773 return WRAP(memcpy)(to, from, size);
4776 return WRAP(memcpy)(to, from, size);
4780 return WRAP(memset)(block, c, size);
[all …]

12