Searched refs:correction (Results 1 – 7 of 7) sorted by relevance
73 …int64_t correction = (since_boot >> ADJTIME_CORRECTION_FACTOR) - (s_adjtime_start_us >> ADJTIME_CO… in adjust_boot_time() local74 if (correction > 0) { in adjust_boot_time()77 if ((s_adjtime_total_correction_us + correction) >= 0) { in adjust_boot_time()81 s_adjtime_total_correction_us += correction; in adjust_boot_time()82 boot_time -= correction; in adjust_boot_time()85 if ((s_adjtime_total_correction_us - correction) <= 0) { in adjust_boot_time()89 s_adjtime_total_correction_us -= correction; in adjust_boot_time()90 boot_time += correction; in adjust_boot_time()
338 uint64_t correction = new_rtc_time_diff - s_rtc_time_diff; local339 s_time_base_us -= correction;
256 static void gamma_table_create(uint16_t *gamma_table, float correction) in gamma_table_create() argument267 value_tmp = powf(value_tmp, 1.0f / correction); in gamma_table_create()
88 * ``RS`` (Reed-Solomon), it uses 6 bytes of automatic error correction.
108 …, keys are 192-bits (24 bytes) long and an additional 64 bits of error correction data are also wr…
214 …correction. Software will encode the 32-byte EFUSE_BLKx using RS (44, 32) to generate a 12-byte ch…
963 FreeRTOS+Nabto task, improvements to the DHCP behaviour, and a correction1337 (benign) correction to the prototype of the2245 + Another similar small correction ensures that in the case where more than2559 Franco for the correction.