Searched refs:groupSize (Results 1 – 3 of 3) sorted by relevance
61 unsigned int groupSize{4}; in storeGPIOValues() local68 if ((i % groupSize) == 0) in storeGPIOValues()71 unsigned int count = std::min(groupSize, gpiosLeft); in storeGPIOValues()
156 auto groupSize = static_cast<int64_t>(group.size()); in set_floor_from_average_sensor_value() local157 auto avgValue = sumValue / (groupSize - count); in set_floor_from_average_sensor_value()214 auto groupSize = static_cast<int64_t>(group.size()); in set_ceiling_from_average_sensor_value() local215 auto avgValue = sumValue / (groupSize - count); in set_ceiling_from_average_sensor_value()
2711 constexpr uint8_t groupSize = 16; in ipmiOEMSetFaultIndication() local2715 static const std::array<std::array<std::string, groupSize>, groupNum> in ipmiOEMSetFaultIndication()2825 size_t pinGroupMax = pinSize / groupSize; in ipmiOEMSetFaultIndication()2829 pinGroupMax = groupNum - pinSize / groupSize; in ipmiOEMSetFaultIndication()2857 for (int i = 0; i < groupSize; i++) in ipmiOEMSetFaultIndication()2887 line.set_value(ledStateBits[i + group * groupSize]); in ipmiOEMSetFaultIndication()