Searched refs:ticks (Results 1 – 2 of 2) sorted by relevance
1214 conv_time(clock_t ticks, char *seconds, size_t l) in conv_time() argument1220 mins = ticks / tpm; in conv_time()1221 snprintf(seconds, l, "%.4f", (ticks - mins * tpm) * 60.0 / tpm ); in conv_time()
204 Set the system clock base (0 if system clock ticks in GMT)