Searched refs:model_index (Results 1 – 1 of 1) sorted by relevance
98 size_t model_index);1247 size_t model_index) { in removeModelDataByIndex() argument1263 CAL_ENCODE_FLOAT(over_temp_cal->model_data[model_index].offset[0] * in removeModelDataByIndex()1266 CAL_ENCODE_FLOAT(over_temp_cal->model_data[model_index].offset[1] * in removeModelDataByIndex()1269 CAL_ENCODE_FLOAT(over_temp_cal->model_data[model_index].offset[1] * in removeModelDataByIndex()1273 over_temp_cal->model_data[model_index].offset_temp_celsius, 3), in removeModelDataByIndex()1274 over_temp_cal->model_data[model_index].offset_age_nanos); in removeModelDataByIndex()1278 for (size_t i = model_index; i < over_temp_cal->num_model_pts - 1; i++) { in removeModelDataByIndex()