Home
last modified time | relevance | path

Searched defs:wrap (Results 1 – 25 of 92) sorted by relevance

1234

/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.hpp52 inline T wrap(const T& t BOOST_IOSTREAMS_DISABLE_IF_STREAM(T)) in wrap() function
57 wrap(T& t BOOST_IOSTREAMS_ENABLE_IF_STREAM(T)) { return boost::ref(t); } in wrap() function
77 wrap(const T& t) { return wrap_impl(t, is_std_io<T>()); } in wrap() function
81 wrap(T& t) { return wrap_impl(t, is_std_io<T>()); } in wrap() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Djpeg_reader.cpp24 auto* wrap = reinterpret_cast<jpeg_stream_wrapper*>(cinfo->src); in init_source() local
29 auto* wrap = reinterpret_cast<jpeg_stream_wrapper*>(cinfo->src); in fill_input_buffer() local
39 auto* wrap = reinterpret_cast<jpeg_stream_wrapper*>(cinfo->src); in skip() local
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcdns3-pci-wrap.c70 struct cdns3_wrap *wrap; in cdns3_pci_probe() local
174 struct cdns3_wrap *wrap; in cdns3_pci_remove() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_bci.c253 unsigned int wrap; in savage_freelist_get() local
332 unsigned int wrap, i; in savage_dma_reset() local
347 unsigned int wrap; in savage_dma_wait() local
433 unsigned int wrap, pad, align, len, i; in savage_dma_flush() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/
H A Dwrap.hpp11 T wrap(T value, T min, T max) { in wrap() function
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua39 local function wrap (txt, max) function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dwrap.hpp19 inline vt_features wrap(const vt_features& features, double buffer) { in wrap() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/tile/
H A Dtile_id.hpp64 int16_t wrap; member in mbgl::OverscaledTileID
90 int16_t wrap; member in mbgl::UnwrappedTileID
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_ring_types.h48 u32 wrap; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dcustom_geometry_source.hpp29 bool wrap = false; member
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_cdc.h30 __be16 wrap; member
56 u16 wrap; member
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddristruct.h80 DRIWrappedFuncsRec wrap; member
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_priv.h55 #define wrap(priv,real,mem,func) {\ macro
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c46 #define wrap(priv, real, mem) {\ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_ether.h73 struct sk_buff *(*wrap)(struct gether *port, member
/OK3568_Linux_fs/kernel/lib/
H A Dcpumask.c77 int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap()
H A Dtest_ubsan.c25 volatile int neg = -1, wrap = 4; in test_ubsan_shift_out_of_bounds() local
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-canvas.c86 unsigned int wrap, in meson_canvas_config()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dsched_clock.c155 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h70 #define PICTURE_EPILOGUE(field, wrap) ps->field = wrap argument
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp56 void wrap() { in wrap() function in mbgl::LatLng
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp67 bool wrap = false, in geoJSONToTile()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.h77 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsmc_diag.h59 __u16 wrap; member

1234