Searched refs:ntoget (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/ |
H A D | microtek.c | 2337 int nmax, ntoget, nleft; in do_real_calibrate() local 2363 nleft -= ntoget, spot += buffsize) { in do_real_calibrate() 2364 ntoget = (nleft > nmax) ? nmax : nleft; in do_real_calibrate() 2365 buffsize = ntoget * 3 * linewidth; in do_real_calibrate() 2367 nleft, ntoget, (u_long) buffsize, spot, (void *) (input+spot)); in do_real_calibrate() 2368 if ((statusA = read_scan_data(s, ntoget, input+spot, &buffsize)) in do_real_calibrate()
|
Completed in 5 milliseconds