Home
last modified time | relevance | path

Searched refs:north (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp69 bool containsLatitude = area.north() <= north() && area.south() >= south(); in contains()
91 bool latitudeIntersects = area.north() > south() && area.south() < north(); in intersects()
H A Dtile_cover.cpp145 bounds_.north() < -util::LATITUDE_MAX) { in tileCover()
151 { std::min(bounds_.north(), util::LATITUDE_MAX), bounds_.east() }); in tileCover()
219 { std::min(bounds_.north(), util::LATITUDE_MAX), bounds_.east() }); in TileCover()
223 bounds.north() < -util::LATITUDE_MAX) { in TileCover()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_ali.c434 struct pci_dev *north; in ali_init_chipset() local
469 north = pci_get_domain_bus_and_slot(pci_domain_nr(pdev->bus), 0, in ali_init_chipset()
471 if (north && north->vendor == PCI_VENDOR_ID_AL && ali_isa_bridge) { in ali_init_chipset()
480 pci_dev_put(north); in ali_init_chipset()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dalim15x3.c231 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0)); in init_chipset_ali15x3() local
280 if (north && north->vendor != PCI_VENDOR_ID_AL) in init_chipset_ali15x3()
327 pci_dev_put(north); in init_chipset_ali15x3()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_coordinate.qml41 property variant north: QtPositioning.coordinate(3, 0)
166 … { tag: "north", coord1: north, coord2: QtPositioning.coordinate(3, 0), result: true },
169 { tag: "not equal2", coord1: plusone, coord2: north, result: false }
190 compare(zero.azimuthTo(north), 0)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Darmada3700-periph-clock.txt6 There are two different blocks associated to north bridge and south
54 north bridge block, or
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sm8150-pinctrl.txt14 Definition: the base address and size of the north, south, west
20 Defintiion: names for the cells of reg, must contain "north", "south"
182 reg-names = "west", "east", "north", "south";
H A Dqcom,qcs404-pinctrl.txt14 Definition: the base address and size of the north, south and east TLMM
20 Defintiion: names for the cells of reg, must contain "north", "south"
192 reg-names = "south", "north", "east";
H A Dqcom,sc7180-pinctrl.txt14 Definition: the base address and size of the north, south and west
20 Definition: names for the cells of reg, must contain "north", "south"
179 reg-names = "west", "north", "south";
H A Dqcom,sdm660-pinctrl.txt15 Definition: the base address and size of the north, center and south
21 Definition: names for the cells of reg, must contain "north", "center"
184 reg-names = "south", "center", "north";
H A Dmarvell,armada-37xx-pinctrl.txt4 south bridge and the other for the north bridge.
25 for the north bridge
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp117 double north() const { return ne.latitude(); } in north() function in mbgl::LatLngBounds
123 LatLng northwest() const { return LatLng(north(), west()); } in northwest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp98 bounds.PushBack(region.bounds.north(), doc.GetAllocator()); in encodeOfflineRegionDefinition()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm83.rst83 north and south bridges, but this couldn't be confirmed.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsdm660.dtsi249 reg-names = "south", "center", "north";
H A Dsdm630.dtsi530 reg-names = "south", "center", "north";
H A Dqcs404.dtsi594 reg-names = "south", "north", "east";
H A Dsm8150.dtsi749 reg-names = "west", "east", "north", "south";
H A Dsm8250.dtsi1552 reg-names = "west", "south", "north";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqml-position.qdoc46 \li The bearing of the device in degrees, relative to true north
H A Dcpp-position.qdoc53 \li The bearing of the device in degrees, relative to true north
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Darmada-37xx.dtsi269 pinctl0: pinctl@13830 { /* north bridge */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_flick.qml179 … verify(map.center.latitude > 10) // latitude increases we are going 'up/north' (moving mouse down)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt124 If the device is placed at the equator and the top is pointing north, the
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dmulti-touch-protocol.rst272 the Y axis (north) of the surface, a negative value when the ellipse is

12