/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 920 #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/ |
D | asan_malloc_linux.cc | 176 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)};
|
D | asan_win.cc | 166 (uptr)WRAP(NtWaitForWorkViaWorkerFactory), in InitializePlatformInterceptors()
|
/external/compiler-rt/lib/interception/ |
D | interception.h | 105 { 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 …]
|
D | interception_win.h | 67 (::__interception::uptr)WRAP(func), \ 72 (::__interception::uptr)WRAP(func), \ 80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
|
D | interception_linux.h | 35 (::__interception::uptr) & WRAP(func))
|
/external/syslinux/gpxe/src/hci/mucurses/ |
D | edging.c | 49 _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()
|
D | print.c | 24 _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()
|
D | clear.c | 24 _wputc( win, ' ', WRAP ); in wclrtobot() 42 _wputc( win, ' ', WRAP ); in wclrtoeol()
|
D | kb.c | 42 _wputch( win, (chtype) ( c | win->attrs ), WRAP ); in _wgetc() 71 _wputch( win, (chtype)( c | win->attrs ), WRAP ); in wgetch()
|
D | mucurses.h | 12 #define WRAP 0 macro
|
D | mucurses.c | 57 if ( wrap == WRAP ) { in _wputch()
|
D | windows.c | 29 _wputch( win, killch, WRAP ); in delwin()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 218 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 …]
|
D | tsan_interceptors.cc | 1008 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/ |
D | infutil.h | 80 #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/ |
D | SkJumper_stages_lowp.cpp | 19 #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, \
|
D | SkJumper_stages.cpp | 26 #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/ |
D | logdump.c | 70 #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/ |
D | DetailsViewer.py | 58 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/ |
D | ImmutableListTest.java | 433 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/ |
D | typewrapping.h.pump | 67 // 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/ |
D | nine_dump.c | 660 CAP_CASE(TextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9() 668 CAP_CASE(VolumeTextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9()
|
/external/libedit/src/ |
D | tty.c | 256 #ifdef WRAP 257 {"wrap", WRAP, MD_OUT},
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1105 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 …]
|