Searched refs:timeCents (Results 1 – 2 of 2) sorted by relevance
286 EAS_I16 ConvertDelay (EAS_I32 timeCents);287 EAS_I16 ConvertRate (EAS_I32 timeCents);
2494 EAS_I16 ConvertDelay (EAS_I32 timeCents) in ConvertDelay() argument2498 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertDelay()2502 temp = timeCents - dlsRateConvert; in ConvertDelay()2521 EAS_I16 ConvertRate (EAS_I32 timeCents) in ConvertRate() argument2525 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertRate()2529 temp = dlsRateConvert - timeCents; in ConvertRate()