Lines Matching defs:idx1
366 unsigned int idx1;
372 for (idx1 = array->size; idx1 < idx; idx1++)
373 narray[idx1] = NO_ASSIGN;
391 unsigned int idx1;
397 for (idx1 = array->size; idx1 < idx; idx1++)
398 narray[idx1] = NO_ASSIGN;
410 unsigned int port, channels, idx, idx1;
417 for (idx = idx1 = 0; idx < channels; idx++) {
429 err = snd_pcm_ladspa_add_to_carray(&eps->channels, idx1, idx);
434 err = snd_pcm_ladspa_add_to_array(&eps->ports, idx1, port);
439 idx1++;