Searched refs:fullBiasNs (Results 1 – 1 of 1) sorted by relevance
119 const int64_t fullBiasNs = (nowNs % 15331) * ((nowNs & 1) ? -1 : 1); in update() local120 const int64_t hwTimeNs = nowNs + fullBiasNs; // local hardware clock in update()127 .fullBiasNs = fullBiasNs, in update()