Home | History | Annotate | Download | only in adaptation

Lines Matching refs:total

1245     int ret = 0, total = 0;
1256 ret = write(linux_cb.sock, p_data + total, len);
1267 total += ret;
1270 perf_update(&perf_write, clock() - t, total);
1273 setWriteDelay(total * nfc_write_delay / 1000);
1277 return ((UINT16)total);