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);
2595 EAS_I16 ConvertDelay (EAS_I32 timeCents) in ConvertDelay() argument2599 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertDelay()2603 temp = timeCents - dlsRateConvert; in ConvertDelay()2622 EAS_I16 ConvertRate (EAS_I32 timeCents) in ConvertRate() argument2626 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertRate()2630 temp = dlsRateConvert - timeCents; in ConvertRate()