Searched refs:itr1 (Results 1 – 3 of 3) sorted by relevance
249 for (auto itr1 = begin; itr1 != end; ++itr1) { in correct_repeated_points() local250 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() local758 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() local1230 if ((*itr1)->ring == nullptr) { in correct_collinear_repeats()[all …]
308 u32 itr1, th; in stm_thermal_set_trips() local314 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()
1012 u32 itr1 = 0; in init_chipset_hpt366() local1014 pci_read_config_dword(dev, 0x40, &itr1); in init_chipset_hpt366()1017 switch ((itr1 >> 8) & 0x0f) { in init_chipset_hpt366()