Searched defs:table_size (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Dformat.c87 int table_size = sizeof(format_value_map) / sizeof(format_value_map[0]); local
98 return table_index < table_size
175 int table_size = ARRAY_SIZE(pcm_format_value_map); local
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
182 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) {
H A Dalsa_device_profile.c251 const int table_size = ARRAY_SIZE(pcm_format_value_map); local
256 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
260 bit_index < bits_per_slot && table_index < table_size;
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)

Completed in 154 milliseconds