Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance

/system/media/alsa_utils/
Dalsa_format.c91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask() local
95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask()
97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) { in get_pcm_format_for_mask()
Dalsa_device_profile.c258 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats() local
263 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()
267 bit_index < bits_per_slot && table_index < table_size; in profile_enum_sample_formats()
/system/keymaster/
Doperation_table.h30 OperationTable(size_t table_size) : table_size_(table_size) {} in OperationTable() argument