Searched refs:correction (Results 1 – 3 of 3) sorted by relevance
59 …int64_t correction = (since_boot >> ADJTIME_CORRECTION_FACTOR) - (s_adjtime_start_us >> ADJTIME_CO… in adjust_boot_time() local60 if (correction > 0) { in adjust_boot_time()63 if ((s_adjtime_total_correction_us + correction) >= 0) { in adjust_boot_time()67 s_adjtime_total_correction_us += correction; in adjust_boot_time()68 boot_time -= correction; in adjust_boot_time()71 if ((s_adjtime_total_correction_us - correction) <= 0) { in adjust_boot_time()75 s_adjtime_total_correction_us -= correction; in adjust_boot_time()76 boot_time += correction; in adjust_boot_time()
89 * ``RS`` (Reed-Solomon), it uses 6 bytes of automatic error correction.
127 …, keys are 192-bits (24 bytes) long and an additional 64 bits of error correction data are also wr…