Lines Matching refs:temp
979 EAS_I32 temp;
1126 temp = EAS_Calculate2toX(pState->pitch);
1127 phaseInc = FMUL_15x15(phaseInc, temp);
1357 EAS_I32 temp;
1374 temp = (msecs * pState->sampleRate);
1375 temp = (temp >> 10) + ((temp * 49) >> 21);
1378 temp += secs * pState->sampleRate;
1382 temp <<= shift;
1385 if (temp > (EAS_I32) pState->loopStart)
1396 while (temp > (EAS_I32) pState->loopStart)
1397 temp -= (EAS_I32) pState->loopStart;
1401 if ((result = EAS_PESeek(pEASData, pState, &temp)) != EAS_SUCCESS)