HomeSort by relevance Sort by last modified time
    Searched refs:extra_bytes (Results 1 - 10 of 10) 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/chromium_org/net/http/
http_stream_parser.cc 819 int extra_bytes = read_buf_->offset() - end_of_header_offset; local
820 if (extra_bytes) {
821 CHECK_GT(extra_bytes, 0);
824 extra_bytes);
826 read_buf_->SetCapacity(extra_bytes);
    [all...]
  /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_org/media/formats/webm/
webm_parser.cc 440 int extra_bytes = -1; local
447 extra_bytes = i;
453 if (extra_bytes == -1)
457 if ((1 + extra_bytes) > size)
462 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...]
  /external/libpng/contrib/tools/
pngfix.c 2027 png_uint_32 extra_bytes; \/* Count of extra compressed bytes *\/ member in struct:zlib
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]

Completed in 640 milliseconds