Lines Matching +full:0 +full:xffffff
141 return 0
161 …assert connect_server_port > 0, 'Failed to fport connect server for 3 times, the port is very like…
300 cmd = f"uinput -T -m {start[0]} {start[1]} {end[0]} {end[1]} 500"
325 value = int("0x" + bg[3:], base=16)
327 if value < 0xffffff:
344 value = int("0x" + bg[3:], base=16)
346 if value == 0xffffff:
360 self.cpu_num_list = [0] * 3
361 self.cpu_start_id = [0] * 3
362 self.total_cpu_num = 0
363 self.cpu_cluster_num = 0
364 self.prev_mode = 0
384 table_html = '<table border="1" cellpadding="5" cellspacing="0"'
391 row_html = '<tr style="color: red;">' if row[0] in failed_cases else '<tr>'
400 …assert len(failed_cases) == 0, "The following cases have obvious deterioration: " + " ".join(faile…
524 if idx == -1 or result[idx + 1:] == '0':
532 if idx == -1 or result[idx + 1:] == '0':
541 if idx == -1 or result[idx + 1:] == '0':
560 self.cpu_num_list[0] = self.cpu_start_id[1]
563 self.driver.log_info(f'Small-core cpu number: {self.cpu_num_list[0]};'
626 self._lock_frequency_by_start_id(self.cpu_start_id[0])
628 if self.cpu_num_list[1] != 0:
638 self.driver.shell(f"echo 0 > sys/devices/system/cpu/cpu{i}/online")