HomeSort by relevance Sort by last modified time
    Searched refs:bits_per_slot (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/usbaudio/
format.c 85 int bits_per_slot = sizeof(mask->bits[0]) * 8; local
94 for (bit_index = 0; bit_index < bits_per_slot; bit_index++) {
173 int bits_per_slot = sizeof(mask->bits[0]) * 8; local
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
logging.c 34 const size_t bits_per_slot = (sizeof(mask->bits[0]) * 8); local
35 const size_t chars_per_slot = (bits_per_slot + 1); /* comma */
46 for (bit_index = 0; bit_index < bits_per_slot; bit_index++) {
alsa_device_profile.c 244 const int bits_per_slot = sizeof(mask->bits[0]) * 8; local
255 bit_index < bits_per_slot && table_index < table_size;

Completed in 523 milliseconds