Home | History | Annotate | Download | only in lib_src

Lines Matching refs:temp

277     EAS_U32 temp;
329 temp = 0x7ffffff;
333 if (pSMFData->streams[i].ticks < temp)
335 temp = pSMFData->streams[i].ticks;
817 EAS_U32 temp;
844 temp = 0;
849 temp = (temp << 8) | c;
852 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000);
1049 EAS_U32 temp;
1105 temp = chunkStart + SMF_CHUNK_INFO_SIZE + chunkSize;
1106 if (temp <= chunkStart)
1111 chunkStart = temp;
1118 if ((result = EAS_HWGetDWord(hwInstData, pSMFData->fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS)
1126 if (temp == SMF_CHUNK_TYPE_TRACK)
1129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING,"Unexpected chunk type: 0x%08x\n", temp); */ }