Home
last modified time | relevance | path

Searched refs:bit_index (Results 1 – 4 of 4) sorted by relevance

/system/media/alsa_utils/
Dalsa_format.c93 int slot_index, bit_index, table_index; in get_pcm_format_for_mask() local
97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) { in get_pcm_format_for_mask()
Dalsa_logging.c42 size_t slot_index, bit_index; in log_pcm_mask() local
46 for (bit_index = 0; bit_index < bits_per_slot; bit_index++) { in log_pcm_mask()
Dalsa_device_profile.c274 int slot_index, bit_index, table_index; in profile_enum_sample_formats() local
280 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()
/system/bt/gd/hci/
Dcontroller.cc440 uint16_t bit_index = index % 10; \
441 bool supported = local_supported_commands_[byte_index] & (1 << bit_index); \