Lines Matching defs:index
351 unsigned int index;
358 for (index = 0; index < list->used; index++) {
359 id = &list->pids[index];
375 for ( ; index < list->space && index2 < priv->map_items; index2++, index++) {
376 id = &list->pids[index];
484 size_t item, index;
503 for (index = 0; index < mctl->channel_map_items; index++) {
504 long src = mctl->channel_map[index];
506 control->value.integer.value[index] = control2.value.integer.value[src];
509 for (index = 0; index < mctl->channel_map_items; index++) {
510 long src = mctl->channel_map[index];
512 control->value.integer64.value[index] = control2.value.integer64.value[src];
515 for (index = 0; index < mctl->channel_map_items; index++) {
516 long src = mctl->channel_map[index];
518 control->value.bytes.data[index] = control2.value.bytes.data[src];
547 size_t item, index;
566 for (index = 0; index < mctl->channel_map_items; index++) {
567 long dst = mctl->channel_map[index];
569 changes |= control2.value.integer.value[dst] != control->value.integer.value[index];
570 control2.value.integer.value[dst] = control->value.integer.value[index];
574 for (index = 0; index < mctl->channel_map_items; index++) {
575 long dst = mctl->channel_map[index];
577 changes |= control2.value.integer64.value[dst] != control->value.integer64.value[index];
578 control2.value.integer64.value[dst] = control->value.integer64.value[index];
582 for (index = 0; index < mctl->channel_map_items; index++) {
583 long dst = mctl->channel_map[index];
585 changes |= control2.value.bytes.data[dst] != control->value.bytes.data[index];
586 control2.value.bytes.data[dst] = control->value.bytes.data[index];
801 size_t count, index, head;
810 for (index = 0; index < map->controls_items; index++) {
811 mctl = &map->controls[index];
1239 # the ID strings are parsed in the amixer style like 'name="Headphone Playback Switch",index=2'