Lines Matching refs:temp
277 EAS_U32 temp;
334 temp = 0x7ffffff;
338 if (pSMFData->streams[i].ticks < temp)
340 temp = pSMFData->streams[i].ticks;
822 EAS_U32 temp;
849 temp = 0;
854 temp = (temp << 8) | c;
857 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000);
1054 EAS_U32 temp;
1114 temp = chunkStart + SMF_CHUNK_INFO_SIZE + chunkSize;
1115 if (temp <= chunkStart)
1120 chunkStart = temp;
1127 if ((result = EAS_HWGetDWord(hwInstData, pSMFData->fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS)
1135 if (temp == SMF_CHUNK_TYPE_TRACK)
1138 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING,"Unexpected chunk type: 0x%08x\n", temp); */ }