OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_remaining
(Results
1 - 13
of
13
) sorted by null
/external/chromium/net/tools/flip_server/
ring_buffer.cc
60
int
bytes_remaining
= size;
local
63
while (wsize &&
bytes_remaining
) {
64
if (wsize >
bytes_remaining
) {
65
wsize =
bytes_remaining
;
69
bytes_remaining
-= wsize;
138
int
bytes_remaining
= size;
local
141
while (rsize &&
bytes_remaining
) {
142
if (rsize >
bytes_remaining
) {
143
rsize =
bytes_remaining
;
147
bytes_remaining
-= rsize
[
all
...]
balsa_frame.cc
1436
size_t
bytes_remaining
= end - current;
local
1538
const size_t
bytes_remaining
= end - current;
local
1554
const size_t
bytes_remaining
= end - current;
local
[
all
...]
/external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp
186
uint32_t
bytes_remaining
= contentSize;
local
187
while (
bytes_remaining
> 0) {
189
(
bytes_remaining
< WEBP_IDECODE_BUFFER_SZ) ?
190
bytes_remaining
: WEBP_IDECODE_BUFFER_SZ;
199
bytes_remaining
-= bytes_read;
208
if (
bytes_remaining
> 0) {
/external/chromium/net/spdy/
spdy_http_stream.cc
122
const int
bytes_remaining
= data->size() - bytes_to_copy;
local
123
IOBufferWithSize* new_buffer = new IOBufferWithSize(
bytes_remaining
);
125
bytes_remaining
);
/external/chromium/net/http/
http_stream_parser.cc
234
int
bytes_remaining
= request_headers_->BytesRemaining();
local
235
if (
bytes_remaining
> 0) {
238
if (
bytes_remaining
== request_headers_->size()) {
257
uint64 header_packets = (
bytes_remaining
+ kBytesPerPacket - 1) /
259
uint64 coalesced_packets = (request_body_->size() +
bytes_remaining
+
274
bytes_remaining
,
/external/netperf/
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_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_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_bsd.c
1301
int
bytes_remaining
;
local
1997
int
bytes_remaining
;
local
2705
int
bytes_remaining
;
local
3472
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_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
...]
/external/webp/
README
474
while (
bytes_remaining
> 0) {
477
bytes_remaining
-= bytes_read;
/external/openssh/
umac.c
1047
UWORD bytes_hashed,
bytes_remaining
;
local
[
all
...]
Completed in 460 milliseconds