Home
last modified time | relevance | path

Searched full:units (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp30 template <typename CoordinateType, typename Units>
102 template <typename Units, typename CoordinateType>
105 typedef constants_on_spheroid<CoordinateType, Units> constants;
203 \tparam Units The units of the coordindate system in the spheroid
209 template <typename Units, typename CoordinateType>
215 Units, CoordinateType in normalize_spheroidal_coordinates()
224 \tparam Units The units of the coordindate system in the spheroid
229 template <typename Units, typename CoordinateType>
234 Units, CoordinateType in normalize_longitude()
242 \tparam Units The units of the coordindate system in the spheroid
[all …]
H A Dnormalize_spheroidal_box_coordinates.hpp29 template <typename Units, typename CoordinateType>
33 typedef normalize_spheroidal_coordinates<Units, CoordinateType> normalize;
34 typedef constants_on_spheroid<CoordinateType, Units> constants;
109 \tparam Units The units of the coordindate system in the spheroid
117 template <typename Units, typename CoordinateType>
125 Units, CoordinateType in normalize_spheroidal_box_coordinates()
131 \tparam Units The units of the coordindate system in the spheroid
141 template <typename Units, typename CoordinateType>
150 Units, CoordinateType in normalize_spheroidal_box_coordinates()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp115 template <typename Units, typename CoordinateType>
121 CoordinateType, Units in crosses_antimeridian()
128 template <typename Units, typename CalculationType, typename Strategy>
140 CalculationType lat1_rad = math::as_radian<Units>(lat1); in compute_box_corners()
141 CalculationType lat2_rad = math::as_radian<Units>(lat2); in compute_box_corners()
167 = math::from_radian<Units>(lat_min_rad); in compute_box_corners()
179 = math::from_radian<Units>(lat_max_rad); in compute_box_corners()
189 template <typename Units, typename CalculationType>
197 CalculationType, Units in special_cases()
243 if (crosses_antimeridian<Units>(lon1, lon2)) in special_cases()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch23 units/meson.build | 6 ++----
24 units/proc-sys-fs-binfmt_misc.automount | 3 +++
25 units/systemd-binfmt.service.in | 4 ++++
28 diff --git a/units/meson.build b/units/meson.build
30 --- a/units/meson.build
31 +++ b/units/meson.build
32 @@ -63,8 +63,7 @@ units = [
52 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
54 --- a/units/proc-sys-fs-binfmt_misc.automount
55 +++ b/units/proc-sys-fs-binfmt_misc.automount
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dhelper_geometry.hpp35 typedef typename coordinate_system<Geometry>::type::units type;
38 // The Cartesian coordinate system does not define the type units.
41 // Moreover, it makes sense to define the units for the Cartesian
45 // system with radian units.
53 template <typename Units, typename CS_Tag>
59 template <typename Units>
60 struct cs_tag_to_coordinate_system<Units, spherical_equatorial_tag>
62 typedef cs::spherical_equatorial<Units> type;
65 template <typename Units>
66 struct cs_tag_to_coordinate_system<Units, spherical_tag>
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dslob.c78 * slob_block has a field 'units', which indicates size of block if +ve,
92 slobidx_t units; member
152 s[0].units = size; in set_slob()
153 s[1].units = offset; in set_slob()
155 s[0].units = -offset; in set_slob()
163 if (s->units > 0) in slob_units()
164 return s->units; in slob_units()
176 if (s[0].units < 0) in slob_next()
177 next = -s[0].units; in slob_next()
179 next = s[1].units; in slob_next()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp32 template <typename Units>
60 template <typename CoordinateType, typename Units, typename Compare>
69 value += detail::shift<Units>::full(); in put_in_range()
73 value -= detail::shift<Units>::full(); in put_in_range()
83 static const double full = detail::shift<Units>::full(); in operator ()()
118 typename Units
120 struct strategy_compare<spherical_polar_tag, 1, Point, CoordinateSystem<Units>, 0>
126 Units,
135 typename Units
137 struct strategy_compare<spherical_polar_tag, -1, Point, CoordinateSystem<Units>, 0>
[all …]
/OK3568_Linux_fs/kernel/sound/synth/
H A Dutil_mem.c63 unsigned int units, prev_offset; in __snd_util_mem_alloc() local
70 units = size; in __snd_util_mem_alloc()
71 if (units & 1) in __snd_util_mem_alloc()
72 units++; in __snd_util_mem_alloc()
73 if (units > hdr->size) in __snd_util_mem_alloc()
80 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc()
84 if (hdr->size - prev_offset < units) in __snd_util_mem_alloc()
88 return __snd_util_memblk_new(hdr, units, p->prev); in __snd_util_mem_alloc()
97 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() argument
113 blk->size = units; in __snd_util_memblk_new()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_wifi.h171 #define BRCM_MAXRATE 108 /* in 500kbps units */
172 #define BRCM_RATE_1M 2 /* in 500kbps units */
173 #define BRCM_RATE_2M 4 /* in 500kbps units */
174 #define BRCM_RATE_5M5 11 /* in 500kbps units */
175 #define BRCM_RATE_11M 22 /* in 500kbps units */
176 #define BRCM_RATE_6M 12 /* in 500kbps units */
177 #define BRCM_RATE_9M 18 /* in 500kbps units */
178 #define BRCM_RATE_12M 24 /* in 500kbps units */
179 #define BRCM_RATE_18M 36 /* in 500kbps units */
180 #define BRCM_RATE_24M 48 /* in 500kbps units */
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf313 # units = microseconds lost/s
332 # units = interrupts/s
443 # units = entropy
462 # units = kilobits/s
485 # units = packets/s
512 # units = drops/s
535 # units = kilobits/s
558 # units = packets/s
585 # units = kilobytes/s
608 # units = operations/s
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcs.hpp70 typedef geometry::degree units; typedef
76 typedef geometry::radian units; typedef
114 >::units units; typedef
143 >::units units; typedef
163 >::units units; typedef
181 >::units units; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_rtt.h51 /* DSSS, CCK and 802.11n rates in [500kbps] units */
52 #define WL_MAXRATE 108 /* in 500kbps units */
53 #define WL_RATE_1M 2 /* in 500kbps units */
54 #define WL_RATE_2M 4 /* in 500kbps units */
55 #define WL_RATE_5M5 11 /* in 500kbps units */
56 #define WL_RATE_11M 22 /* in 500kbps units */
57 #define WL_RATE_6M 12 /* in 500kbps units */
58 #define WL_RATE_9M 18 /* in 500kbps units */
59 #define WL_RATE_12M 24 /* in 500kbps units */
60 #define WL_RATE_18M 36 /* in 500kbps units */
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py33 -l_match_units, an optional list of units to filter the output
52 raise ValueError('List of units to match: %s, returned no entries'
60 Block until systemd has finished activating any units being activated,
63 Returns a tuple, either (True, '') if all units have finished
64 activating, or (False, message string) if there are still units
65 activating (generally, failing units that restart).
70 if "0 loaded units listed" in output:
94 output = self.systemctl('list-units', '--failed')
95 match = re.search('0 loaded units listed', output)
98 self.assertTrue(match, msg='Some systemd units failed:\n%s' % output)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/
H A Dsrio-rmu.txt22 length of the SRIO configuration registers for message units
23 and doorbell units.
53 length of the SRIO configuration registers for message units
54 and doorbell units.
83 length of the SRIO configuration registers for message units
84 and doorbell units.
113 length of the SRIO configuration registers for message units
114 and doorbell units.
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd.h231 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */
232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
241 #define VSAFE5V 5000 /* mv units */
243 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */
244 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */
245 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */
255 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */
256 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */
257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
276 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */
[all …]
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd.h231 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */
232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
241 #define VSAFE5V 5000 /* mv units */
243 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */
244 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */
245 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */
255 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */
256 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */
257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
276 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */
[all …]
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dds2760_battery.c95 int voltage_raw; /* units of 4.88 mV */
96 int voltage_uV; /* units of µV */
97 int current_raw; /* units of 0.625 mA */
98 int current_uA; /* units of µA */
99 int accum_current_raw; /* units of 0.25 mAh */
100 int accum_current_uAh; /* units of µAh */
101 int temp_raw; /* units of 0.125 °C */
102 int temp_C; /* units of 0.1 °C */
103 int rated_capacity; /* units of µAh */
105 int full_active_uAh; /* units of µAh */
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Diomap_copy.c10 * __iowrite32_copy - copy data to MMIO space, in 32-bit units
15 * Copy data from kernel space to MMIO space, in units of 32 bits at a
33 * __ioread32_copy - copy data from MMIO space, in 32-bit units
38 * Copy data from MMIO space to kernel space, in units of 32 bits at a
54 * __iowrite64_copy - copy data to MMIO space, in 64-bit or 32-bit units
59 * Copy data from kernel space to MMIO space, in units of 32 or 64 bits at a
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_rtt.h56 /* DSSS, CCK and 802.11n rates in [500kbps] units */
57 #define WL_MAXRATE 108 /* in 500kbps units */
58 #define WL_RATE_1M 2 /* in 500kbps units */
59 #define WL_RATE_2M 4 /* in 500kbps units */
60 #define WL_RATE_5M5 11 /* in 500kbps units */
61 #define WL_RATE_11M 22 /* in 500kbps units */
62 #define WL_RATE_6M 12 /* in 500kbps units */
63 #define WL_RATE_9M 18 /* in 500kbps units */
64 #define WL_RATE_12M 24 /* in 500kbps units */
65 #define WL_RATE_18M 36 /* in 500kbps units */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_rtt.h56 /* DSSS, CCK and 802.11n rates in [500kbps] units */
57 #define WL_MAXRATE 108 /* in 500kbps units */
58 #define WL_RATE_1M 2 /* in 500kbps units */
59 #define WL_RATE_2M 4 /* in 500kbps units */
60 #define WL_RATE_5M5 11 /* in 500kbps units */
61 #define WL_RATE_11M 22 /* in 500kbps units */
62 #define WL_RATE_6M 12 /* in 500kbps units */
63 #define WL_RATE_9M 18 /* in 500kbps units */
64 #define WL_RATE_12M 24 /* in 500kbps units */
65 #define WL_RATE_18M 36 /* in 500kbps units */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_rtt.h56 /* DSSS, CCK and 802.11n rates in [500kbps] units */
57 #define WL_MAXRATE 108 /* in 500kbps units */
58 #define WL_RATE_1M 2 /* in 500kbps units */
59 #define WL_RATE_2M 4 /* in 500kbps units */
60 #define WL_RATE_5M5 11 /* in 500kbps units */
61 #define WL_RATE_11M 22 /* in 500kbps units */
62 #define WL_RATE_6M 12 /* in 500kbps units */
63 #define WL_RATE_9M 18 /* in 500kbps units */
64 #define WL_RATE_12M 24 /* in 500kbps units */
65 #define WL_RATE_18M 36 /* in 500kbps units */
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/plymouth/files/
H A D0001-plymouth-Add-the-retain-splash-option.patch17 systemd-units/plymouth-quit.service.in | 2 +-
20 diff --git a/systemd-units/plymouth-quit.service.in b/systemd-units/plymouth-quit.service.in
22 --- a/systemd-units/plymouth-quit.service.in
23 +++ b/systemd-units/plymouth-quit.service.in
H A D0001-plymouth-start-service-in-add-related-kernel-paramet.patch13 systemd-units/plymouth-start.service.in | 2 +-
16 diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in
18 --- a/systemd-units/plymouth-start.service.in
19 +++ b/systemd-units/plymouth-start.service.in
H A D0001-systemd-switch-to-KillMode-mixed.patch20 systemd-units/plymouth-start.service.in | 3 ++-
23 diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in
25 --- a/systemd-units/plymouth-start.service.in
26 +++ b/systemd-units/plymouth-start.service.in
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_rtt.h52 /* DSSS, CCK and 802.11n rates in [500kbps] units */
53 #define WL_MAXRATE 108 /* in 500kbps units */
54 #define WL_RATE_1M 2 /* in 500kbps units */
55 #define WL_RATE_2M 4 /* in 500kbps units */
56 #define WL_RATE_5M5 11 /* in 500kbps units */
57 #define WL_RATE_11M 22 /* in 500kbps units */
58 #define WL_RATE_6M 12 /* in 500kbps units */
59 #define WL_RATE_9M 18 /* in 500kbps units */
60 #define WL_RATE_12M 24 /* in 500kbps units */
61 #define WL_RATE_18M 36 /* in 500kbps units */
[all …]

12345678910>>...89