Searched refs:restTicks (Results 1 – 6 of 6) sorted by relevance
297 if (pData->restTicks) in RTTTL_Event()299 pData->time += pData->restTicks; in RTTTL_Event()300 pData->restTicks = 0; in RTTTL_Event()479 pData->restTicks = ticks >> 4; in RTTTL_Event()484 pData->restTicks = 0; in RTTTL_Event()490 pData->restTicks = ticks >> 1; in RTTTL_Event()499 if ((ticks - pData->restTicks) > (INT32_MAX - pData->time)) in RTTTL_Event()503 pData->time += ticks - pData->restTicks; in RTTTL_Event()1026 pData ->restTicks = 0; in RTTTL_ParseHeader()
357 if (pData->restTicks) in OTA_Event()359 pData->time += (EAS_I32) pData->restTicks; in OTA_Event()360 pData->restTicks = 0; in OTA_Event()502 pData->restTicks = duration >> 4; in OTA_Event()505 pData->restTicks = 0; in OTA_Event()508 pData->restTicks = duration >> 1; in OTA_Event()518 pData->time += (EAS_I32) duration - (EAS_I32) pData->restTicks; in OTA_Event()875 pData->restTicks = 0; in OTA_ParseHeader()
375 if (pData->restTicks) in IMY_Event()377 pData->time += pData->restTicks; in IMY_Event()378 pData->restTicks = 0; in IMY_Event()920 pData->restTicks = duration >> 4; in IMY_PlayNote()923 pData->restTicks = 0; in IMY_PlayNote()927 pData->restTicks = duration >> 1; in IMY_PlayNote()932 pData->restTicks = duration >> 4; in IMY_PlayNote()937 pData->time += duration - pData->restTicks; in IMY_PlayNote()1461 pData ->restTicks = 0; in IMY_ParseHeader()
57 EAS_I32 restTicks; /* ticks to rest after current note */ member
56 EAS_I32 restTicks; /* ticks to rest after current note */ member
63 EAS_U32 restTicks; /* ticks to rest after current note */ member