Searched refs:bit_index (Results 1 – 4 of 4) sorted by relevance
93 int slot_index, bit_index, table_index; in get_pcm_format_for_mask() local97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) { in get_pcm_format_for_mask()
42 size_t slot_index, bit_index; in log_pcm_mask() local46 for (bit_index = 0; bit_index < bits_per_slot; bit_index++) { in log_pcm_mask()
274 int slot_index, bit_index, table_index; in profile_enum_sample_formats() local280 for (bit_index = 0; in profile_enum_sample_formats()281 bit_index < bits_per_slot && table_index < table_size; in profile_enum_sample_formats()282 bit_index++) { in profile_enum_sample_formats()
440 uint16_t bit_index = index % 10; \441 bool supported = local_supported_commands_[byte_index] & (1 << bit_index); \