Searched refs:WRAP (Results 1 - 25 of 39) 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/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/libvpx/libvpx/test/
H A Dconvolve_test.cc1046 #define WRAP(func, bd) \ macro
1057 WRAP(convolve_copy_sse2, 8)
1058 WRAP(convolve_avg_sse2, 8)
1059 WRAP(convolve_copy_sse2, 10)
1060 WRAP(convolve_avg_sse2, 10)
1061 WRAP(convolve_copy_sse2, 12)
1062 WRAP(convolve_avg_sse2, 12)
1063 WRAP(convolve8_horiz_sse2, 8)
1064 WRAP(convolve8_avg_horiz_sse2, 8)
1065 WRAP(convolve8_vert_sse
1163 #undef WRAP macro
[all...]
/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/python/cpython2/Tools/pynche/
H A DDetailsViewer.py58 WRAP = 'Wrap Around' variable
124 STOP, WRAP, RATIO, GRAV)
212 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
/external/python/cpython3/Tools/pynche/
H A DDetailsViewer.py58 WRAP = 'Wrap Around' variable
124 STOP, WRAP, RATIO, GRAV)
212 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
/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_lowp.cpp26 #define WRAP(name) sk_##name##_lowp macro
28 #define WRAP(name) sk_##name##_hsw_lowp macro
30 #define WRAP(name) sk_##name##_sse41_lowp macro
32 #define WRAP(name) sk_##name##_sse2_lowp macro
58 extern "C" MAYBE_MSABI void WRAP(start_pipeline)(const size_t x0,
75 extern "C" ABI void WRAP(just_return)(size_t,void**,size_t,size_t,
90 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
107 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
124 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
H A DSkJumper_stages.cpp14 #define WRAP(name) sk_##name macro
16 #define WRAP(name) sk_##name##_skx macro
18 #define WRAP(name) sk_##name##_hsw macro
20 #define WRAP(name) sk_##name##_avx macro
22 #define WRAP(name) sk_##name##_sse41 macro
24 #define WRAP(name) sk_##name##_sse2 macro
733 extern "C" MAYBE_MSABI void WRAP(start_pipeline)(size_t dx, size_t dy, size_t xlimit, size_t ylimit,
765 extern "C" ABI void WRAP(name)(Params* params, void** program, \
778 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
792 extern "C" ABI void WRAP(just_retur
[all...]
/external/skqp/src/jumper/
H A DSkJumper_stages_lowp.cpp26 #define WRAP(name) sk_##name##_lowp macro
28 #define WRAP(name) sk_##name##_hsw_lowp macro
30 #define WRAP(name) sk_##name##_sse41_lowp macro
32 #define WRAP(name) sk_##name##_sse2_lowp macro
58 extern "C" MAYBE_MSABI void WRAP(start_pipeline)(const size_t x0,
75 extern "C" ABI void WRAP(just_return)(size_t,void**,size_t,size_t,
90 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
107 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
124 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
H A DSkJumper_stages.cpp14 #define WRAP(name) sk_##name macro
16 #define WRAP(name) sk_##name##_skx macro
18 #define WRAP(name) sk_##name##_hsw macro
20 #define WRAP(name) sk_##name##_avx macro
22 #define WRAP(name) sk_##name##_sse41 macro
24 #define WRAP(name) sk_##name##_sse2 macro
733 extern "C" MAYBE_MSABI void WRAP(start_pipeline)(size_t dx, size_t dy, size_t xlimit, size_t ylimit,
765 extern "C" ABI void WRAP(name)(Params* params, void** program, \
778 extern "C" ABI void WRAP(name)(size_t tail, void** program, size_t dx, size_t dy, \
792 extern "C" ABI void WRAP(just_retur
[all...]
/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/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_dump.c660 CAP_CASE(TextureAddressCaps, D3DPTADDRESSCAPS, WRAP);
668 CAP_CASE(VolumeTextureAddressCaps, D3DPTADDRESSCAPS, WRAP);

Completed in 533 milliseconds

12