Searched refs:indexLimit (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_chorusdata.h118 * indexLimit: the total size of the array, used to compute buffer wrap
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c190 * indexLimit: the total size of the array, used to compute buffer wrap
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
215 index += indexLimit;
224 val2 = array[indexLimit-1]; //get last value from array
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_chorusdata.h118 * indexLimit: the total size of the array, used to compute buffer wrap
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c190 * indexLimit: the total size of the array, used to compute buffer wrap
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
215 index += indexLimit;
224 val2 = array[indexLimit-1]; //get last value from array
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorusdata.h118 * indexLimit: the total size of the array, used to compute buffer wrap
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c190 * indexLimit: the total size of the array, used to compute buffer wrap
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
215 index += indexLimit;
224 val2 = array[indexLimit-1]; //get last value from array
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp160 deInt64 indexLimit = 0; local
168 gl.glGetInteger64v(GL_MAX_ELEMENT_INDEX, &indexLimit);
174 if ((deUint64)indexLimit > 0xFFFFFFFFULL)
177 min = (deUint32)(indexLimit - 16);
182 if ((deUint64)indexLimit > 0xFFFFFFFFULL)
185 max = (deUint32)indexLimit;

Completed in 234 milliseconds