Searched refs:error (Results 1 – 10 of 10) sorted by relevance
86 long error; in test_time_comparison() local95 error = delta_us - 1000000; in test_time_comparison()97 __func__, delta_us, error); in test_time_comparison()98 if (abs(error) > 1000) in test_time_comparison()107 long error; in test_udelay() local115 error = delta - 1000; in test_udelay()117 __func__, delta, error); in test_udelay()118 if (abs(error) > 100) in test_udelay()
8 This is used to test that the IF_ENABLED_INT() macro causes a build error
16 s64 error, best_error; in dm_test_k210_pll_calc_config() local19 error = best_error; in dm_test_k210_pll_calc_config()32 error = DIV_ROUND_CLOSEST_ULL(f * inv_ratio, in dm_test_k210_pll_calc_config()35 error = abs64((error - BIT_ULL(32))) >> 16; in dm_test_k210_pll_calc_config()36 if (error < best_error) { in dm_test_k210_pll_calc_config()40 best_error = error; in dm_test_k210_pll_calc_config()
474 if not any(error in output for error in EXPECTED_ERASE_ERRORS) or ret_code.endswith(482 if not any(error in output for error in EXPECTED_WRITE_ERRORS) or ret_code.endswith(500 if not any(error in output for error in EXPECTED_ERASE_ERRORS) or ret_code.endswith(508 if not any(error in output for error in EXPECTED_WRITE_ERRORS) or ret_code.endswith(
176 ubman.log.error(f'missing: {sorted(list(missing))}')177 ubman.log.error(f'extra: {sorted(list(extra))}')
48 .error {
62 log.error(msg)63 log.error(f'Error: {err}')
471 def error(self, msg): member in Logfile
516 self.log.error(str(ex))
142 echo U-Boot exit status indicates an error
Completed in 18 milliseconds