Home
last modified time | relevance | path

Searched refs:itr1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp249 for (auto itr1 = begin; itr1 != end; ++itr1) { in correct_repeated_points() local
250 if ((*itr1)->ring == nullptr) { in correct_repeated_points()
253 for (auto itr2 = std::next(itr1); itr2 != end; ++itr2) { in correct_repeated_points()
257 ring_ptr<T> new_ring = correct_self_intersection(*itr1, *itr2, manager); in correct_repeated_points()
757 for (auto itr1 = begin; itr1 != end; ++itr1) { in correct_chained_repeats() local
758 if ((*itr1)->ring == nullptr) { in correct_chained_repeats()
761 for (auto itr2 = std::next(itr1); itr2 != end; ++itr2) { in correct_chained_repeats()
765 process_single_intersection(connection_map, *itr1, *itr2, manager); in correct_chained_repeats()
1229 for (auto itr1 = begin; itr1 != end; ++itr1) { in correct_collinear_repeats() local
1230 if ((*itr1)->ring == nullptr) { in correct_collinear_repeats()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/st/
H A Dstm_thermal.c308 u32 itr1, th; in stm_thermal_set_trips() local
314 itr1 = readl_relaxed(sensor->base + DTS_ITR1_OFFSET); in stm_thermal_set_trips()
315 itr1 &= ~(TS1_LITTHD_MASK | TS1_HITTHD_MASK); in stm_thermal_set_trips()
329 itr1 |= (TS1_HITTHD_MASK & (th << TS1_HITTHD_POS)); in stm_thermal_set_trips()
341 itr1 |= (TS1_LITTHD_MASK & (th << TS1_LITTHD_POS)); in stm_thermal_set_trips()
347 writel_relaxed(itr1, sensor->base + DTS_ITR1_OFFSET); in stm_thermal_set_trips()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c1012 u32 itr1 = 0; in init_chipset_hpt366() local
1014 pci_read_config_dword(dev, 0x40, &itr1); in init_chipset_hpt366()
1017 switch ((itr1 >> 8) & 0x0f) { in init_chipset_hpt366()