Searched refs:millisecs (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ntp/sntp/ |
| HD | timing.c | 41 time_t convert_time (double value, int *millisecs) { in convert_time() argument 47 if ((*millisecs = (int)(1000.0*(value-result))) >= 1000) { in convert_time() 48 *millisecs = 0; in convert_time()
|
| HD | header.h | 85 extern time_t convert_time (double value, int *millisecs);
|
| /trueos/crypto/openssl/apps/ |
| HD | openssl.cnf | 344 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
| /trueos/contrib/ldns/ldns/ |
| HD | config.h.in | 535 /* use windows sleep, in millisecs, instead */
|
| /trueos/contrib/ldns/ |
| HD | configure.ac | 751 /* use windows sleep, in millisecs, instead */
|
| /trueos/crypto/openssl/doc/apps/ |
| HD | ts.pod | 417 and microseconds. E.g. secs:1, millisecs:500, microsecs:100. If any of
|