Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dteco2.c1155 size_t tmp_buf_size, tmp_min_buf_size, tmp_max_buf_size; in teco_do_calibration() local
1227 tmp_max_buf_size = dev->def->cal_length * 3 * sizeof (int); in teco_do_calibration()
1230 tmp_max_buf = malloc (tmp_max_buf_size); in teco_do_calibration()
1237 memset (tmp_max_buf, 0x00, tmp_max_buf_size); in teco_do_calibration()
1244 memset (tmp_max_buf, 0x0000, tmp_max_buf_size); in teco_do_calibration()
1399 /* hexdump (DBG_info2, "calibration before average max value:", tmp_max_buf, tmp_max_buf_size); */ in teco_do_calibration()

Completed in 4 milliseconds