Home
last modified time | relevance | path

Searched refs:max_temp (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py187 max_temp = '%.3f' % enterprise_longevity_helper.get_temperature_data(
193 perf_values['temp'].append(float(max_temp))
197 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
199 time_stamp, cpu_usage, mem_usage, max_temp)
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py143 max_temp = '%.3f' % self._get_max_temperature()
148 perf_values['temp'].append(max_temp)
152 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
154 time_stamp, cpu_usage, mem_usage, max_temp)
/external/libxaac/decoder/
Dixheaacd_env_calc.c240 WORD32 max_temp; in ixheaacd_noiselimiting() local
257 max_temp = ixheaacd_mult16x16in32_shl(max_gain_mant, limit_gain_mant); in ixheaacd_noiselimiting()
260 temp_val = ixheaacd_norm32(max_temp); in ixheaacd_noiselimiting()
263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16); in ixheaacd_noiselimiting()
/external/autotest/client/cros/power/
Dpower_status.py205 self.max_temp = -999999999
232 if val > self.max_temp:
233 self.max_temp = val
/external/u-boot/fs/yaffs2/
Dyaffs_guts.h737 int max_temp; member
Dyaffs_guts.c144 if (dev->temp_in_use > dev->max_temp) in yaffs_get_temp_buffer()
145 dev->max_temp = dev->temp_in_use; in yaffs_get_temp_buffer()