Home | History | Annotate | Download | only in lib_src

Lines Matching defs:temp2

1203     EAS_U32 temp1, temp2;
1209 temp2 = (ticks & 0x3ff) * pSMFData->tickConv;
1210 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));