Home
last modified time | relevance | path

Searched refs:unwrap (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c696 unwrap(pExaScr, pScreen, BlockHandler); in ExaBlockHandler()
721 unwrap(pExaScr, pScreen, WakeupHandler); in ExaWakeupHandler()
749 unwrap(pExaScr, pScreen, BlockHandler); in exaCloseScreen()
751 unwrap(pExaScr, pScreen, WakeupHandler); in exaCloseScreen()
752 unwrap(pExaScr, pScreen, CreateGC); in exaCloseScreen()
753 unwrap(pExaScr, pScreen, CloseScreen); in exaCloseScreen()
754 unwrap(pExaScr, pScreen, GetImage); in exaCloseScreen()
755 unwrap(pExaScr, pScreen, GetSpans); in exaCloseScreen()
757 unwrap(pExaScr, pScreen, CreatePixmap); in exaCloseScreen()
759 unwrap(pExaScr, pScreen, DestroyPixmap); in exaCloseScreen()
[all …]
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c51 #define unwrap(priv, real, mem) {\ macro
77 unwrap(pBuf, pScreen, BlockHandler); in shadowBlockHandler()
93 unwrap(pBuf, pScreen, GetImage); in shadowGetImage()
103 unwrap(pBuf, pScreen, GetImage); in shadowCloseScreen()
104 unwrap(pBuf, pScreen, CloseScreen); in shadowCloseScreen()
105 unwrap(pBuf, pScreen, BlockHandler); in shadowCloseScreen()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dtype_by_index.hpp30 struct unwrap;
33 struct unwrap< wrapper< T > > struct
50 …using type_by_index = impl::unwrap< decltype( impl::get_nth< make_index_sequence< I > >::deduce( s…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dwrap_unwrap.hpp88 unwrap(const reference_wrapper<T>& ref) { return ref.get(); } in unwrap() function
91 typename unwrapped_type<T>::type& unwrap(T& t) { return t; } in unwrap() function
94 const typename unwrapped_type<T>::type& unwrap(const T& t) { return t; } in unwrap() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp43 { return detail::read_device_impl<T>::get(detail::unwrap(t)); } in get()
48 { return detail::read_device_impl<T>::read(detail::unwrap(t), s, n); } in read()
53 { return detail::read_filter_impl<T>::read(detail::unwrap(t), src, s, n); } in read()
57 { return detail::read_device_impl<T>::putback(detail::unwrap(t), c); } in putback()
H A Dwrite.hpp44 { return detail::write_device_impl<T>::put(detail::unwrap(t), c); } in put()
49 { return detail::write_device_impl<T>::write(detail::unwrap(t), s, n); } in write()
55 { return detail::write_filter_impl<T>::write(detail::unwrap(t), snk, s, n); } in write()
H A Dflush.hpp41 { return detail::flush_device_impl<T>::flush(detail::unwrap(t)); } in flush()
45 { return detail::flush_filter_impl<T>::flush(detail::unwrap(t), snk); } in flush()
H A Dseek.hpp47 return seek_device_impl<T>::seek(detail::unwrap(t), off, way, which); in seek()
56 return seek_filter_impl<T>::seek(detail::unwrap(t), dev, off, way, which); in seek()
H A Dclose.hpp103 detail::close_impl<T>::close(detail::unwrap(t), which); in close()
117 detail::close_impl<T>::close(detail::unwrap(t), snk, which); in close()
H A Doptimal_buffer_size.hpp39 return impl::optimal_buffer_size(detail::unwrap(t)); in optimal_buffer_size()
H A Dimbue.hpp38 { detail::imbue_impl<T>::imbue(detail::unwrap(t), loc); } in imbue()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c69 unwrap(screen_priv, screen, CloseScreen); in present_close_screen()
159 unwrap(screen_priv, screen, DestroyWindow); in present_destroy_window()
182 unwrap(screen_priv, screen, ConfigNotify); in present_config_notify()
202 unwrap(screen_priv, screen, ClipNotify) in present_clip_notify()
H A Dpresent_priv.h192 #define unwrap(priv,real,mem) {\ macro
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A DKconfig18 bool "Enable notifications for userspace key wrap/unwrap"
22 for userspace to wrap/unwrap file encryption keys by other
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c49 #define unwrap(priv, real, mem) {\ macro
351 unwrap(pScrPriv, pScreen, CreateGC); in damageCreateGC()
365 unwrap(pGCPriv, pGC, funcs); \
366 unwrap(pGCPriv, pGC, ops); \
374 unwrap(pGCPriv, pGC, funcs); \
375 if (pGCPriv->ops) unwrap(pGCPriv, pGC, ops)
512 unwrap(pScrPriv, ps, Composite); in damageComposite()
578 unwrap(pScrPriv, ps, Glyphs); in damageGlyphs()
626 unwrap(pScrPriv, ps, AddTraps); in damageAddTraps()
1503 unwrap(pScrPriv, pScreen, DestroyPixmap); in damageDestroyPixmap()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_ether.c72 int (*unwrap)(struct gether *, member
267 if (dev->unwrap) { in rx_complete()
272 status = dev->unwrap(dev->port_usb, in rx_complete()
1117 dev->unwrap = link->unwrap; in gether_connect()
1207 dev->unwrap = NULL; in gether_disconnect()
H A Du_ether.h75 int (*unwrap)(struct gether *port, member
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3.c41 unwrap(screen_priv, screen, CloseScreen); in dri3_close_screen()
H A Ddri3_priv.h60 #define unwrap(priv,real,mem) {\ macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0001-rust.configure-Skip-all-target-manipulations.patch25 return unwrap
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c75 #define unwrap(priv, real, member) { \ macro
537 unwrap(pScreenPriv, pScreen, CreateGC); in DRICreateGC()
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0003-closes-2954-upgrade-to-latest-greatest.patch97 + let path = CString::new("/tmp/test.zip").unwrap();
100 + let entryname = CString::new("test.txt").unwrap();
/OK3568_Linux_fs/kernel/include/trace/events/
H A Drpcgss.h137 DEFINE_GSSAPI_EVENT(unwrap);
207 DEFINE_SVC_GSSAPI_EVENT(unwrap);
/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c49 #define unwrap(priv,real,mem) {\ macro
94 unwrap(pScrPriv, pScreen, CloseScreen); in RRCloseScreen()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c67 PROC(UNWRAP, unwrap),

12