Home
last modified time | relevance | path

Searched refs:loopLength (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-latin-1.js84 var loopLength = testNumber == 0 ? 0 : 20; variable
85 for (var i = 0; i < loopLength; i++ ) {
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c229 EAS_U32 loopLength; member
965 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 …]