/external/swiftshader/third_party/llvm-7.0/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 | 1120 #define WRAP(func, bd) \ macro 1131 WRAP(convolve_copy_sse2, 8) 1132 WRAP(convolve_avg_sse2, 8) 1133 WRAP(convolve_copy_sse2, 10) 1134 WRAP(convolve_avg_sse2, 10) 1135 WRAP(convolve_copy_sse2, 12) 1136 WRAP(convolve_avg_sse2, 12) 1137 WRAP(convolve8_horiz_sse2, 8) 1138 WRAP(convolve8_avg_horiz_sse2, 8) 1139 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/libaom/libaom/test/ |
D | convolve_test.cc | 753 #define WRAP(func, bd) \ macro 762 WRAP(convolve_copy_sse2, 8) 763 WRAP(convolve_copy_sse2, 10) 764 WRAP(convolve_copy_sse2, 12) 765 WRAP(convolve8_horiz_sse2, 8) 766 WRAP(convolve8_vert_sse2, 8) 767 WRAP(convolve8_horiz_sse2, 10) 768 WRAP(convolve8_vert_sse2, 10) 769 WRAP(convolve8_horiz_sse2, 12) 770 WRAP(convolve8_vert_sse2, 12) [all …]
|
/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/javapoet/src/main/java/com/squareup/javapoet/ |
D | LineWrapper.java | 72 flush(wrap ? FlushType.WRAP : nextFlush); in append() 111 case WRAP: in flush() 135 WRAP, SPACE, EMPTY; enumConstant
|
/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/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/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/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/deqp-deps/glslang/Test/ |
D | hlsl.sample.basic.dx10.frag | 5 AddressV = WRAP;
|
D | remap.hlsl.sample.basic.none.frag | 5 AddressV = WRAP;
|
D | remap.hlsl.sample.basic.everything.frag | 5 AddressV = WRAP;
|
D | remap.hlsl.sample.basic.strip.frag | 5 AddressV = WRAP;
|
/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/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 …]
|
/external/u-boot/drivers/net/ |
D | mvneta.c | 49 #define WRAP (2 + ETH_HLEN + 4 + 32) macro 51 #define RX_BUFFER_SIZE (ALIGN(MTU + WRAP, ARCH_DMA_MINALIGN))
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1137 WRAP = 0x20000 const
|