Lines Matching +full:500 +full:us
102 long time_frac; /* ntv.time.tv_frac_sec (us/ns) */ in main()
104 volatile unsigned ts_mask = TS_MASK_US; /* defaults to 20 bits (us) */ in main()
105 volatile unsigned ts_roundbit = TS_ROUNDBIT_US; /* defaults to 20 bits (us) */ in main()
106 volatile int fdigits = TS_DIGITS_US; /* fractional digits for us */ in main()
181 -c display the time taken to call ntp_gettime (us)\n\ in main()
182 -e esterror estimate of the error (us)\n\ in main()
183 -f frequency Frequency error (-500 .. 500) (ppm)\n\ in main()
185 -m maxerror max possible error (us)\n\ in main()
259 printf("[ us %06d:", times[0]); in main()
314 printf(" maximum error %ld us, estimated error %ld us", in main()
345 printf(" us, frequency %.3f ppm, interval %d s,\n", in main()
347 printf(" maximum error %ld us, estimated error %ld us,\n", in main()
353 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n", in main()
360 printf(" pps frequency %.3f ppm, stability %.3f ppm, jitter %.3f us,\n", in main()