Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/CodeGen/Mips/
Dshrink-wrapping.ll5 ; 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/
Dconvolve_test.cc1126 #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/
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)};
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp273 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)};
Dasan_malloc_win.cpp517 __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()
Dasan_win.cpp182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
185 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception.h106 { 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 …]
Dinterception_win.h66 (::__interception::uptr)WRAP(func), \
71 (::__interception::uptr)WRAP(func), \
79 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
Dinterception_linux.h36 (::__interception::uptr) & WRAP(func))
45 (::__interception::uptr) & WRAP(func))
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-redundant-void-arg.cpp461 #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()
Dmodernize-use-trailing-return-type.cpp460 #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/
Dconvolve_test.cc756 #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/
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/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 …]
/external/javapoet/src/main/java/com/squareup/javapoet/
DLineWrapper.java77 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/
Dtsan_interceptors_libdispatch.cpp271 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/
Dlogdump.c70 #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/
DDetailsViewer.py58 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/
DDetailsViewer.py58 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/
Dapi_def_ImageProjectiveTransformV2.pbtxt46 Fill mode, "REFLECT", "WRAP", or "CONSTANT".
Dapi_def_ImageProjectiveTransformV3.pbtxt52 Fill mode, "REFLECT", "WRAP", "CONSTANT", or "NEAREST".
/external/deqp-deps/glslang/Test/
Dremap.hlsl.sample.basic.strip.frag5 AddressV = WRAP;

123