Searched refs:TotalCyclesAdded (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ntp/util/ |
| H A D | tg2.c | 536 int TotalCyclesAdded = 0; variable 1108 …alCyclesAdded = %d, TotalCyclesRemoved = %d\n", CountOfSecondsSent, TotalCyclesAdded, TotalCyclesR… 1163 …alCyclesAdded = %d, TotalCyclesRemoved = %d\n", CountOfSecondsSent, TotalCyclesAdded, TotalCyclesR… 1164 if ((CountOfSecondsSent != 0) && ((TotalCyclesAdded != 0) || (TotalCyclesRemoved != 0))) 1166 …RatioError = ((float) (TotalCyclesAdded - TotalCyclesRemoved)) / (1000.0 * (float) CountOfSecondsS… 1382 …alCyclesAdded = %d, TotalCyclesRemoved = %d\n", CountOfSecondsSent, TotalCyclesAdded, TotalCyclesR… 1383 if ((CountOfSecondsSent != 0) && ((TotalCyclesAdded != 0) || (TotalCyclesRemoved != 0))) 1385 …RatioError = ((float) (TotalCyclesAdded - TotalCyclesRemoved)) / (1000.0 * (float) CountOfSecondsS… 1662 TotalCyclesAdded += 1; 1669 TotalCyclesAdded += 1; [all …]
|