Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c126 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb()
142 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
149 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb() local
812 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
850 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
884 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
909 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
928 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
942 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
[all …]
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py183 def __init__(self, log, marker, anchor): argument
358 def _note(self, note_type, msg, anchor=None): argument
382 def start_section(self, marker, anchor=None): argument
438 def section(self, marker, anchor=None): argument
532 def status_pass(self, msg, anchor=None): argument
545 def status_skipped(self, msg, anchor=None): argument
558 def status_xfail(self, msg, anchor=None): argument
571 def status_xpass(self, msg, anchor=None): argument
584 def status_fail(self, msg, anchor=None): argument
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_unicode.h31 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local
45 __le16 *anchor = ucs1; in UniStrncpy_le() local
77 __le16 *anchor = ucs1; in UniStrncpy_to_le() local
94 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp276 auto addSymbolInstance = [&] (const GeometryCoordinates& line, Anchor& anchor) { in addFeature()
320 for (auto& anchor : anchors) { in addFeature() local
331 optional<Anchor> anchor = getCenterAnchor(line, in addFeature() local
357 Anchor anchor(poi.x, poi.y, 0, minScale); in addFeature() local
362 Anchor anchor(line[0].x, line[0].y, 0, minScale); in addFeature() local
368 Anchor anchor(point.x, point.y, 0, minScale); in addFeature() local
375 …t::anchorIsTooClose(const std::u16string& text, const float repeatDistance, const Anchor& anchor) { in anchorIsTooClose()
392 std::vector<float> CalculateTileDistances(const GeometryCoordinates& line, const Anchor& anchor) { in CalculateTileDistances()
561 auto& anchor = box.anchor; in addToDebugBuffers() local
H A Dsymbol_instance.hpp36 Anchor anchor; member in mbgl::SymbolInstance
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.h120 __le16 *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local
170 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local
212 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local
260 wchar_t *anchor = ucs1; in UniStrncpy() local
277 wchar_t *anchor = ucs1; in UniStrncpy_le() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_tile.cpp16 TranslateAnchorType anchor, in translateVtxMatrix()
44 TranslateAnchorType anchor, in translatedMatrix()
50 TranslateAnchorType anchor, in translatedClipMatrix()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.hpp18 Point<float> anchor; member in mbgl::CollisionBox
49 const Anchor& anchor, in CollisionFeature()
65 const Anchor& anchor, in CollisionFeature()
H A Dget_anchors.cpp64 Anchor anchor(::round(x), ::round(y), angle, 0.5f, i); in resample() local
164 Anchor anchor(::round(x), ::round(y), util::angle_to(b, a), 0.5f, i); in getCenterAnchor() local
H A Dcheck_max_angle.cpp17 const Anchor& anchor, in checkMaxAngle()
H A Dcollision_feature.cpp8 const Anchor& anchor, in CollisionFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp342 void Transform::setLatLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationO… in setLatLng()
390 void Transform::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& ani… in setZoom()
462 void Transform::setAngle(double angle, optional<ScreenCoordinate> anchor, const AnimationOptions& a… in setAngle()
471 optional<ScreenCoordinate> anchor; in setAngle() local
486 void Transform::setPitch(double pitch, optional<ScreenCoordinate> anchor, const AnimationOptions& a… in setPitch()
570 optional<ScreenCoordinate> anchor = camera.anchor; in startTransition() local
H A Dmap.cpp310 void Map::setLatLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationOptions… in setLatLng()
340 void Map::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& animation… in setZoom()
558 void Map::setBearing(double degrees, optional<ScreenCoordinate> anchor, const AnimationOptions& ani… in setBearing()
587 void Map::setPitch(double pitch, optional<ScreenCoordinate> anchor, const AnimationOptions& animati… in setPitch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp41 …static CollisionBoxLayoutAttributes::Vertex vertex(Point<float> a, Point<float> anchor, Point<floa… in vertex()
120 …static CollisionBoxLayoutAttributes::Vertex vertex(Point<float> a, Point<float> anchor, Point<floa… in vertex()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap-wl.c75 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb()
311 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlight.cpp18 const auto anchor = objectMember(value, "anchor"); in operator ()() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dcamera.hpp24 optional<ScreenCoordinate> anchor; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice.cpp228 QString anchor = m_copyrightsHtml->documentLayout()->anchorAt(event->pos()); in mouseReleaseEvent() local
/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4hc_compress.c265 const BYTE **anchor, in LZ4HC_encodeSequence()
349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local
H A Dlz4_compress.c195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic() local
533 const BYTE *anchor = ip; in LZ4_compress_destSize_generic() local
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c89 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp91 QVariant anchor; // QPointF member
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_opt.h412 const BYTE *anchor = istart; in ZSTD_compressBlock_opt_generic() local
705 const BYTE *anchor = istart; in ZSTD_compressBlock_opt_extDict_generic() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c341 char anchor, combine; in lsx_parseposition() local
/OK3568_Linux_fs/kernel/sound/usb/bcd2000/
H A Dbcd2000.c57 struct usb_anchor anchor; member

12