Searched refs:slot_index (Results 1 – 3 of 3) sorted by relevance
93 int slot_index, bit_index, table_index; in get_pcm_format_for_mask() local95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask()99 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) { in get_pcm_format_for_mask()
42 size_t slot_index, bit_index; in log_pcm_mask() local44 for (slot_index = 0; slot_index < num_slots; slot_index++) { in log_pcm_mask()47 strcat(buff, (mask->bits[slot_index] & bit_mask) != 0 ? "1" : "0"); in log_pcm_mask()50 if (slot_index < num_slots - 1) { in log_pcm_mask()
260 int slot_index, bit_index, table_index; in profile_enum_sample_formats() local263 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()264 slot_index++) { in profile_enum_sample_formats()269 if ((mask->bits[slot_index] & bit_mask) != 0) { in profile_enum_sample_formats()