Home
last modified time | relevance | path

Searched refs:GetMaxCommonDivisor (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_utils.cpp61 int32_t ThermalHdfUtils::GetMaxCommonDivisor(int32_t a, int32_t b) in GetMaxCommonDivisor() function in OHOS::HDI::Thermal::V1_1::ThermalHdfUtils
70 return GetMaxCommonDivisor(b, a % b); in GetMaxCommonDivisor()
H A Dthermal_hdf_timer.cpp94 int32_t gcd = ThermalHdfUtils::GetMaxCommonDivisor(thermalZoneMgr_->GetMaxCd(), dfxInterval); in LoopingThreadEntry()
H A Dthermal_zone_manager.cpp173 commonDivisor = ThermalHdfUtils::GetMaxCommonDivisor(commonDivisor, intervalList[i]); in GetIntervalCommonDivisor()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_utils.h35 static int32_t GetMaxCommonDivisor(int32_t a, int32_t b);

Completed in 2 milliseconds