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);
2600 EAS_I16 ConvertDelay (EAS_I32 timeCents) in ConvertDelay() argument2604 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertDelay()2608 temp = timeCents - dlsRateConvert; in ConvertDelay()2627 EAS_I16 ConvertRate (EAS_I32 timeCents) in ConvertRate() argument2631 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertRate()2635 temp = dlsRateConvert - timeCents; in ConvertRate()