Home | History | Annotate | Download | only in lib_src

Lines Matching defs:temp2

1194     EAS_U32 temp1, temp2;
1200 temp2 = (ticks & 0x3ff) * pSMFData->tickConv;
1201 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));