Searched refs:timespec_init (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | timespecops.c | 69 struct timespec timespec_init(time_t hi, long lo); 98 timespec_init(time_t hi, long lo) in timespec_init() function 249 struct timespec x = timespec_init(0, ns); in test_Normalise() 269 struct timespec a = timespec_init(i, 0); in test_SignNoFrac() 287 struct timespec a = timespec_init(i, 10); in test_SignWithFrac() 307 struct timespec a = timespec_init( i , 200); in test_CmpFracEQ() 308 struct timespec b = timespec_init( j , 200); in test_CmpFracEQ() 327 struct timespec a = timespec_init(i, 999999800); in test_CmpFracGT() 328 struct timespec b = timespec_init(j, 200); in test_CmpFracGT() 347 struct timespec a = timespec_init(i, 200); in test_CmpFracLT() [all …]
|