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);
2496 EAS_I16 ConvertDelay (EAS_I32 timeCents) in ConvertDelay() argument2500 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertDelay()2504 temp = timeCents - dlsRateConvert; in ConvertDelay()2523 EAS_I16 ConvertRate (EAS_I32 timeCents) in ConvertRate() argument2527 if (timeCents == ZERO_TIME_IN_CENTS) in ConvertRate()2531 temp = dlsRateConvert - timeCents; in ConvertRate()