OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_bytes
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/courgette/third_party/
bsdiff_apply.cc
75
SourceStream*
extra_bytes
= patch_streams.stream(5);
local
77
const uint8* extra_start =
extra_bytes
->Buffer();
78
const uint8* extra_end = extra_start +
extra_bytes
->Remaining();
148
!
extra_bytes
->Empty())
bsdiff_create.cc
216
SinkStream*
extra_bytes
= patch_streams.stream(5);
local
390
if (!
extra_bytes
->Write(&newbuf[lastscan + lenf + i], 1))
/external/e2fsprogs/lib/ext2fs/
inode.c
408
int
extra_bytes
= 0;
local
456
extra_bytes
= scan->bytes_left;
472
if (
extra_bytes
) {
473
memcpy(scan->temp_buffer+
extra_bytes
, scan->ptr,
474
scan->inode_size -
extra_bytes
);
475
scan->ptr += scan->inode_size -
extra_bytes
;
476
scan->bytes_left -= scan->inode_size -
extra_bytes
;
/external/chromium/net/http/
http_stream_parser.cc
441
int
extra_bytes
= read_buf_->offset() - read_buf_unused_offset_;
local
442
if (
extra_bytes
) {
443
CHECK_GT(
extra_bytes
, 0);
446
extra_bytes
);
448
read_buf_->SetCapacity(
extra_bytes
);
/external/chromium_org/net/http/
http_stream_parser.cc
597
int
extra_bytes
= read_buf_->offset() - end_of_header_offset;
local
598
if (
extra_bytes
) {
599
CHECK_GT(
extra_bytes
, 0);
602
extra_bytes
);
604
read_buf_->SetCapacity(
extra_bytes
);
[
all
...]
/external/chromium_org/media/webm/
webm_parser.cc
439
int
extra_bytes
= -1;
local
446
extra_bytes
= i;
452
if (
extra_bytes
== -1)
456
if ((1 +
extra_bytes
) > size)
461
for (int i = 0; i <
extra_bytes
; ++i) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
1296
size_t
extra_bytes
= data_offset + alignment - 1;
local
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
1284
size_t
extra_bytes
= data_offset + alignment - 1;
local
[
all
...]
Completed in 273 milliseconds