| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 696 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 D | shadow.c | 51 #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 D | type_by_index.hpp | 30 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 D | wrap_unwrap.hpp | 88 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 D | read.hpp | 43 { 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 D | write.hpp | 44 { 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 D | flush.hpp | 41 { 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 D | seek.hpp | 47 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 D | close.hpp | 103 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 D | optimal_buffer_size.hpp | 39 return impl::optimal_buffer_size(detail::unwrap(t)); in optimal_buffer_size()
|
| H A D | imbue.hpp | 38 { detail::imbue_impl<T>::imbue(detail::unwrap(t), loc); } in imbue()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_screen.c | 69 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 D | present_priv.h | 192 #define unwrap(priv,real,mem) {\ macro
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | Kconfig | 18 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 D | damage.c | 49 #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 D | u_ether.c | 72 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 D | u_ether.h | 75 int (*unwrap)(struct gether *port, member
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3.c | 41 unwrap(screen_priv, screen, CloseScreen); in dri3_close_screen()
|
| H A D | dri3_priv.h | 60 #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 D | 0001-rust.configure-Skip-all-target-manipulations.patch | 25 return unwrap
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 75 #define unwrap(priv, real, member) { \ macro 537 unwrap(pScreenPriv, pScreen, CreateGC); in DRICreateGC()
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0003-closes-2954-upgrade-to-latest-greatest.patch | 97 + 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 D | rpcgss.h | 137 DEFINE_GSSAPI_EVENT(unwrap); 207 DEFINE_SVC_GSSAPI_EVENT(unwrap);
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | randr.c | 49 #define unwrap(priv,real,mem) {\ macro 94 unwrap(pScrPriv, pScreen, CloseScreen); in RRCloseScreen()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 67 PROC(UNWRAP, unwrap),
|