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

/system/keymaster/
H A Doperation_table.h30 OperationTable(size_t table_size) : table_size_(table_size) {} argument
/system/media/alsa_utils/
H A Dalsa_format.c91 int table_size = ARRAY_SIZE(pcm_format_value_map); local
96 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
98 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
H A Dalsa_device_profile.c241 const int table_size = ARRAY_SIZE(pcm_format_value_map); local
246 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
250 bit_index < bits_per_slot && table_index < table_size;

Completed in 26 milliseconds