HomeSort by relevance Sort by last modified time
    Searched defs:bytes_remaining (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/flip/
flip_stream.cc 95 const int bytes_remaining = data->size() - bytes_to_copy; local
96 IOBufferWithSize* new_buffer = new IOBufferWithSize(bytes_remaining);
98 bytes_remaining);
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 46 int bytes_remaining = size; local
49 while (wsize && bytes_remaining) {
50 if (wsize > bytes_remaining) {
51 wsize = bytes_remaining;
55 bytes_remaining -= wsize;
124 int bytes_remaining = size; local
127 while (rsize && bytes_remaining) {
128 if (rsize > bytes_remaining) {
129 rsize = bytes_remaining;
133 bytes_remaining -= rsize
    [all...]
balsa_frame.cc 1412 size_t bytes_remaining = end - current; local
1514 const size_t bytes_remaining = end - current; local
1530 const size_t bytes_remaining = end - current; local
    [all...]
  /external/netperf/
nettest_sctp.c 394 int bytes_remaining;
648 bytes_remaining = 0;
659 bytes_remaining = test_bytes;
700 while ((!times_up) || (bytes_remaining > 0)) {
781 if (bytes_remaining) {
782 bytes_remaining -= send_size;
389 int bytes_remaining; local
1525 int bytes_remaining; local
    [all...]
nettest_sdp.c 223 int bytes_remaining;
469 bytes_remaining = 0;
480 bytes_remaining = test_bytes;
512 while ((!times_up) || (bytes_remaining > 0)) {
569 if (bytes_remaining) {
570 bytes_remaining -= send_size;
923 int bytes_remaining;
221 int bytes_remaining; local
920 int bytes_remaining; local
    [all...]
nettest_dlpi.c 165 int bytes_remaining;
420 bytes_remaining = 0;
425 bytes_remaining = test_bytes;
447 while ((!times_up) || (bytes_remaining > 0)) {
489 if (bytes_remaining) {
490 bytes_remaining -= send_size;
163 int bytes_remaining; local
    [all...]
nettest_unix.c 260 int bytes_remaining;
452 bytes_remaining = 0;
457 bytes_remaining = test_bytes;
479 while ((!times_up) || (bytes_remaining > 0)) {
524 if (bytes_remaining) {
525 bytes_remaining -= send_size;
256 int bytes_remaining; local
    [all...]
nettest_xti.c 522 int bytes_remaining;
852 bytes_remaining = 0;
863 bytes_remaining = test_bytes;
898 while ((!times_up) || (bytes_remaining > 0)) {
518 int bytes_remaining; local
    [all...]
nettest_bsd.c 1301 int bytes_remaining; local
1997 int bytes_remaining; local
2705 int bytes_remaining; local
3472 int bytes_remaining; local
    [all...]

Completed in 399 milliseconds