| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-iob-defs.h | 765 uint64_t crd:7; member 767 uint64_t crd:7; 778 uint64_t crd:7; member 780 uint64_t crd:7; 791 uint64_t crd:7; member 793 uint64_t crd:7; 804 uint64_t crd:7; member 806 uint64_t crd:7; 817 uint64_t crd:7; member 819 uint64_t crd:7; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapiconobject.cpp | 148 QGeoCoordinate crd; in setGeoShape() local 151 crd = circle.center(); in setGeoShape() 154 crd = shape.boundingGeoRectangle().center(); in setGeoShape() 157 if (crd == coordinate()) in setGeoShape() 160 setCoordinate(crd); in setGeoShape() 161 emit static_cast<QMapIconObject *>(q)->coordinateChanged(crd); in setGeoShape()
|
| H A D | qgeojson.cpp | 1133 QTextStream &operator << (QTextStream &stream, const QGeoCoordinate &crd) in operator <<() argument 1135 stream << "{ " << QString::number(crd.latitude(), 'f', 3) << ", " in operator <<() 1136 << QString::number(crd.longitude(), 'f', 3) << ", " in operator <<() 1137 << QString::number(crd.altitude(), 'f', 3) << " }"; in operator <<()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 174 crd = rd.createCopy() 176 pv = crd.getVar('PV') 177 crd.setVar('PV', newpv) 180 uri, rev = _get_uri(crd) 261 patches = oe.recipeutils.get_recipe_patches(crd) 366 crd = rd.createCopy() 367 crd.setVar('PV', newpv) 369 crd.setVar(var, value) 371 new_src_uri = (crd.getVar('SRC_URI') or '').split() 409 s_subdir_new = os.path.relpath(os.path.abspath(crd.getVar('S')), crd.getVar('WORKDIR')) [all …]
|
| H A D | standard.py | 1827 crd = bb.data.createCopy(rd) 1831 crd.appendVar('OVERRIDES', ':%s' % override) 1836 …, appendf, removed = _update_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wi… 1838 …d, appendf, removed = _update_recipe_patch(recipename, workspace, srctree, crd, appendlayerdir, wi…
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | mtpav.c | 662 struct mtpav *crd = card->private_data; in snd_mtpav_free() local 665 spin_lock_irqsave(&crd->spinlock, flags); in snd_mtpav_free() 666 if (crd->istimer > 0) in snd_mtpav_free() 667 snd_mtpav_remove_output_timer(crd); in snd_mtpav_free() 668 spin_unlock_irqrestore(&crd->spinlock, flags); in snd_mtpav_free() 669 if (crd->irq >= 0) in snd_mtpav_free() 670 free_irq(crd->irq, (void *)crd); in snd_mtpav_free() 671 release_and_free_resource(crd->res_port); in snd_mtpav_free()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/ |
| H A D | plugin.cpp | 101 QGeoCoordinate crd = lastPosition.coordinate(); in DummySource() local 102 crd.setAltitude(alti); in DummySource() 103 lastPosition.setCoordinate(crd); in DummySource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopolygon.cpp | 645 QDoubleVector2D crd = QWebMercator::coordToMercator(c); in updateClipperPath() local 646 if (crd.x() < m_leftBoundWrapped) in updateClipperPath() 647 crd.setX(crd.x() + 1.0); in updateClipperPath() 648 preservedPath << crd; in updateClipperPath()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 91 var crd = map.toCoordinate(Qt.point(mouseX, mouseY)) 92 console.log(crd) 94 markerModel.append({ "latitude": crd.latitude, "longitude": crd.longitude})
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 430 const QGeoCoordinate crd = m->toCoordinate(m->mapFromItem(&m_circle, point)); in contains() local 431 …return m_circle.m_circle.contains(crd) || m_borderGeometry.contains(m_circle.mapToItem(m_circle.q… in contains()
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 397 const QGeoCoordinate crd = m->toCoordinate(m->mapFromItem(&m_rect, point)); in contains() local 398 …return m_rect.m_rectangle.contains(crd) || m_borderGeometry.contains(m_rect.mapToItem(m_rect.quic… in contains()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 653 const QGeoCoordinate crd = m->toCoordinate(m->mapFromItem(&m_poly, point)); in contains() local 654 …return m_poly.m_geopoly.contains(crd) || m_borderGeometry.contains(m_poly.mapToItem(m_poly.quickM… in contains()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 106 var crd = map.toCoordinate(Qt.point(mouse.x, mouse.y)) 107 var s = crd.toString(0)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 112 var crd = map.toCoordinate(Qt.point(mouse.x, mouse.y)) 113 var s = crd.toString(0)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 130 var crd = map.toCoordinate(Qt.point(mouse.x, mouse.y)) 131 var s = crd.toString(0)
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 263 u16 crd; in nvme_retry_req() local 266 crd = (nvme_req(req)->status & NVME_SC_CRD) >> 11; in nvme_retry_req() 267 if (ns && crd) in nvme_retry_req() 268 delay = ns->ctrl->crdt[crd - 1] * 100; in nvme_retry_req()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 1218 u32 crd; member 1232 u32 init_crd, crd, crd_start, crd_freed, crd_freed_start; in bnx2x_pbf_pN_buf_flushed() local 1236 crd = crd_start = REG_RD(bp, regs->crd); in bnx2x_pbf_pN_buf_flushed() 1240 DP(BNX2X_MSG_SP, "CREDIT[%d] : s:%x\n", regs->pN, crd); in bnx2x_pbf_pN_buf_flushed() 1243 while ((crd != init_crd) && ((u32)SUB_S32(crd_freed, crd_freed_start) < in bnx2x_pbf_pN_buf_flushed() 1247 crd = REG_RD(bp, regs->crd); in bnx2x_pbf_pN_buf_flushed() 1253 regs->pN, crd); in bnx2x_pbf_pN_buf_flushed()
|
| H A D | bnx2x_link.c | 2473 u32 init_crd, crd; in bnx2x_pbf_update() local 2481 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8); in bnx2x_pbf_update() 2482 DP(NETIF_MSG_LINK, "init_crd 0x%x crd 0x%x\n", init_crd, crd); in bnx2x_pbf_update() 2484 while ((init_crd != crd) && count) { in bnx2x_pbf_update() 2486 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8); in bnx2x_pbf_update() 2489 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8); in bnx2x_pbf_update() 2490 if (init_crd != crd) { in bnx2x_pbf_update() 2492 init_crd, crd); in bnx2x_pbf_update()
|