| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | urb.c | 126 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 D | multiplexed_log.py | 183 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 D | jfs_unicode.h | 31 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 D | symbol_layout.cpp | 276 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 D | symbol_instance.hpp | 36 Anchor anchor; member in mbgl::SymbolInstance
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_unicode.h | 120 __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 D | render_tile.cpp | 16 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 D | collision_feature.hpp | 18 Point<float> anchor; member in mbgl::CollisionBox 49 const Anchor& anchor, in CollisionFeature() 65 const Anchor& anchor, in CollisionFeature()
|
| H A D | get_anchors.cpp | 64 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 D | check_max_angle.cpp | 17 const Anchor& anchor, in checkMaxAngle()
|
| H A D | collision_feature.cpp | 8 const Anchor& anchor, in CollisionFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 342 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 D | map.cpp | 310 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 D | collision_box_program.hpp | 41 …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 D | fastmap-wl.c | 75 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 D | light.cpp | 18 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 D | camera.hpp | 24 optional<ScreenCoordinate> anchor; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapcopyrightsnotice.cpp | 228 QString anchor = m_copyrightsHtml->documentLayout()->anchorAt(event->pos()); in mouseReleaseEvent() local
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4hc_compress.c | 265 const BYTE **anchor, in LZ4HC_encodeSequence() 349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local
|
| H A D | lz4_compress.c | 195 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 D | fastmap-wl.c | 89 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 D | qmapboxgl.hpp | 91 QVariant anchor; // QPointF member
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | zstd_opt.h | 412 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 D | effects_i.c | 341 char anchor, combine; in lsx_parseposition() local
|
| /OK3568_Linux_fs/kernel/sound/usb/bcd2000/ |
| H A D | bcd2000.c | 57 struct usb_anchor anchor; member
|