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; member967 p->loopLength = 0; in Parse_wave()1013 if (p->loopLength) in Parse_wave()1024 if (p->loopLength) in Parse_wave()1137 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()1141 if (p->loopLength in Parse_wsmp()1142 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()1143 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()1292 if (pWsmp->loopLength) in Parse_data()1295 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()[all …]