/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | shrink-wrapping.ll | 5 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-STATIC 9 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-STATIC 13 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-PIC 17 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-PIC 21 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-STATIC 25 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-STATIC 29 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-PIC 33 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-PIC 38 ; SHRINK-WRAP-STATIC-LABEL: foo: 39 ; SHRINK-WRAP-STATIC: # %bb.0: # %entry [all …]
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1126 #define WRAP(func, bd) \ macro 1137 WRAP(convolve_copy_sse2, 8) 1138 WRAP(convolve_avg_sse2, 8) 1139 WRAP(convolve_copy_sse2, 10) 1140 WRAP(convolve_avg_sse2, 10) 1141 WRAP(convolve_copy_sse2, 12) 1142 WRAP(convolve_avg_sse2, 12) 1143 WRAP(convolve8_horiz_sse2, 8) 1144 WRAP(convolve8_avg_horiz_sse2, 8) 1145 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)};
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cpp | 273 WRAP(malloc), WRAP(free), WRAP(calloc), 274 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 277 WRAP(calloc), WRAP(free), WRAP(mallinfo), 278 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign), 279 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc), 280 WRAP(valloc)};
|
D | asan_malloc_win.cpp | 517 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc() 519 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc() 522 (uptr)WRAP(RtlReAllocateHeap), in ReplaceSystemMalloc() 525 (uptr)WRAP(RtlAllocateHeap), in ReplaceSystemMalloc()
|
D | asan_win.cpp | 182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors() 185 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception.h | 106 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 120 # define WRAP(x) wrap_##x macro 126 # define WRAP(x) __asan_wrap_##x macro 134 # define WRAP(x) x macro 139 # define WRAP(x) __interceptor_ ## x macro 149 # define WRAP(x) __interceptor_ ## x macro 190 extern "C" ret_type WRAP(func)(__VA_ARGS__); 194 extern "C" ret_type WRAP(func)(__VA_ARGS__); \ 232 ret_type WRAP(func)(__VA_ARGS__) 242 extern "C" ret_type WRAP(func)(__VA_ARGS__); \ [all …]
|
D | interception_win.h | 66 (::__interception::uptr)WRAP(func), \ 71 (::__interception::uptr)WRAP(func), \ 79 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
|
D | interception_linux.h | 36 (::__interception::uptr) & WRAP(func)) 45 (::__interception::uptr) & WRAP(func))
|
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-redundant-void-arg.cpp | 461 #define WRAP(...) __VA_ARGS__ macro 479 WRAP((void)WRAP(WRAP(LAMBDA3(WRAP([]), WRAP((void)), WRAP(BODY))))); in lambda_expression_with_macro_test() 483 (void)WRAP([](void) {}); in lambda_expression_with_macro_test()
|
D | modernize-use-trailing-return-type.cpp | 460 #define WRAP(x) x macro 461 WRAP(const) int& h16(); 463 WRAP(CONST) int& h16(); 478 #define CONST_F_MACRO WRAP(CONST_CAT)
|
/external/libaom/libaom/test/ |
D | convolve_test.cc | 756 #define WRAP(func, bd) \ macro 765 WRAP(convolve_copy_sse2, 8) 766 WRAP(convolve_copy_sse2, 10) 767 WRAP(convolve_copy_sse2, 12) 768 WRAP(convolve8_horiz_sse2, 8) 769 WRAP(convolve8_vert_sse2, 8) 770 WRAP(convolve8_horiz_sse2, 10) 771 WRAP(convolve8_vert_sse2, 10) 772 WRAP(convolve8_horiz_sse2, 12) 773 WRAP(convolve8_vert_sse2, 12) [all …]
|
/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/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 …]
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | LineWrapper.java | 77 flush(wrap ? FlushType.WRAP : nextFlush); in append() 116 case WRAP: in flush() 140 WRAP, SPACE, EMPTY; enumConstant
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_libdispatch.cpp | 271 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR() 315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR() 360 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 363 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 374 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR() 376 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() 412 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() 471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() 502 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR() [all …]
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 70 #define WRAP(jsb, blocknr) \ macro 462 WRAP(jsb, blocknr); in dump_journal() 470 WRAP(jsb, blocknr); in dump_journal() 526 WRAP(jsb, blocknr); in dump_descriptor_block() 551 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/python/cpython3/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ImageProjectiveTransformV2.pbtxt | 46 Fill mode, "REFLECT", "WRAP", or "CONSTANT".
|
D | api_def_ImageProjectiveTransformV3.pbtxt | 52 Fill mode, "REFLECT", "WRAP", "CONSTANT", or "NEAREST".
|
/external/deqp-deps/glslang/Test/ |
D | remap.hlsl.sample.basic.strip.frag | 5 AddressV = WRAP;
|