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

12

/external/syslinux/gpxe/src/hci/mucurses/
H A Dedging.c49 _wputch(win,tl,WRAP);
51 _wputch(win,ts,WRAP);
53 _wputch(win,tr,WRAP);
56 _wputch(win,ls,WRAP);
58 _wputch(win,rs,WRAP);
61 _wputch(win,bl,WRAP);
63 _wputch(win,bs,WRAP);
H A Dclear.c24 _wputc( win, ' ', WRAP );
42 _wputc( win, ' ', WRAP );
H A Dmucurses.h12 #define WRAP 0 macro
H A Dprint.c24 _wputch( win, ch, WRAP );
37 _wputstr( win, str, WRAP, n );
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP );
H A Dkb.c42 _wputch( win, (chtype) ( c | win->attrs ), WRAP );
71 _wputch( win, (chtype)( c | win->attrs ), WRAP );
H A Dmucurses.c57 if ( wrap == WRAP ) {
H A Dwindows.c29 _wputch( win, killch, WRAP );
/external/libvpx/libvpx/test/
H A 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_sse
1037 #undef WRAP macro
[all...]
/external/compiler-rt/lib/asan/
H A 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(mallo
[all...]
H A Dasan_win.cc166 (uptr)WRAP(NtWaitForWorkViaWorkerFactory),
/external/compiler-rt/lib/interception/
H A Dinterception_win.h67 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr)WRAP(func), \
80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
H A 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(override
[all...]
H A Dinterception_linux.h35 (::__interception::uptr) & WRAP(func))
/external/freetype/src/gzip/
H A 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/
H A Dtsan_libdispatch_mac.cc218 WRAP(dispatch_after)(when, queue, ^(void) {
262 WRAP(dispatch_once)(predicate, ^(void) {
304 WRAP(dispatch_async)(queue, ^(void) {
307 WRAP(dispatch_group_leave)(group);
318 WRAP(dispatch_async)(queue, ^(void) {
320 WRAP(dispatch_group_leave)(group);
353 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); });
382 WRAP(dispatch_source_set_event_handler)(source, block);
412 WRAP(dispatch_source_set_cancel_handler)(source, block);
443 WRAP(dispatch_source_set_registration_handle
[all...]
H A Dtsan_interceptors.cc1008 void *newcond = WRAP(malloc)(pthread_cond_t_sz);
1013 WRAP(free)(newcond);
1112 WRAP(free)(cond);
2068 return WRAP(fork)(fake);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyDialog.java80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
/external/e2fsprogs/debugfs/
H A Dlogdump.c70 #define WRAP(jsb, blocknr) \ macro
451 WRAP(jsb, blocknr);
459 WRAP(jsb, blocknr);
515 WRAP(jsb, blocknr);
540 WRAP(jsb, blocknr);
/external/skia/src/jumper/
H A DSkJumper_stages.cpp71 #define WRAP(name) sk_##name macro
99 #define WRAP(name) sk_##name##_aarch64
133 #define WRAP(name) sk_##name##_vfp4
182 #define WRAP(name) sk_##name##_hsw
184 #define WRAP(name) sk_##name##_avx
237 #define WRAP(name) sk_##name##_sse41
239 #define WRAP(name) sk_##name##_sse2
423 extern "C" size_t WRAP(start_pipeline)(size_t x, void** program, K* k, size_t limit) {
439 extern "C" void WRAP(name)(size_t x, void** program, K* k, size_t tail, \
460 extern "C" size_t WRAP(start_pipelin
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java302 final Label label = new Label(parent, SWT.WRAP);
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java433 enum WrapWithIterable { WRAP, NO_WRAP } enum constant in enum:ImmutableListTest.ConcurrentTests.WrapWithIterable
443 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP
532 runConcurrentlyMutatedTest(WrapWithIterable.WRAP);
/external/libedit/src/
H A Dtty.c256 #ifdef WRAP
257 {"wrap", WRAP, MD_OUT},
258 #endif /* WRAP */
/external/compiler-rt/lib/sanitizer_common/
H A 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(memse
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 547 milliseconds

12