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

  /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);

Completed in 76 milliseconds