Searched refs:loopLength (Results 1 – 2 of 2) sorted by relevance
84 var loopLength = testNumber == 0 ? 0 : 20; variable85 for (var i = 0; i < loopLength; i++ ) {
229 EAS_U32 loopLength; member965 p->loopLength = 0; in Parse_wave()1011 if (p->loopLength) in Parse_wave()1022 if (p->loopLength) in Parse_wave()1135 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()1139 if (p->loopLength in Parse_wsmp()1140 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()1141 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()1290 if (pWsmp->loopLength) in Parse_data()1293 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()[all …]