Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dumax_pp_low.c10217 long int somme, len, read, blocksize; in sanei_umax_pp_scan() local
10301 somme = bpl * th; in sanei_umax_pp_scan()
10303 somme, somme, __FILE__, __LINE__); in sanei_umax_pp_scan()
10391 while ((read < somme) && (!gCancel)) in sanei_umax_pp_scan()
10394 if (somme - read > blocksize - remain) in sanei_umax_pp_scan()
10397 len = somme - read; in sanei_umax_pp_scan()
10410 DBG (8, "Read %ld bytes out of %ld ...\n", read, somme); in sanei_umax_pp_scan()
10491 DBG (8, "%ld bytes transferred in %f seconds ( %.2f Kb/s)\n", somme, in sanei_umax_pp_scan()
10492 elapsed, (somme / elapse in sanei_umax_pp_scan()
[all...]

Completed in 10 milliseconds