Home | History | Annotate | Download | only in utils

Lines Matching refs:num_params

265     unsigned int num_params=table_length;
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1;
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);