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

  /external/chromium/net/http/
http_stream_parser.cc 311 int extra_bytes = read_buf_->offset() - read_buf_unused_offset_; local
312 if (extra_bytes) {
313 CHECK(extra_bytes > 0);
316 extra_bytes);
318 read_buf_->SetCapacity(extra_bytes);
  /external/e2fsprogs/lib/ext2fs/
inode.c 388 int extra_bytes = 0; local
434 extra_bytes = scan->bytes_left;
450 if (extra_bytes) {
451 memcpy(scan->temp_buffer+extra_bytes, scan->ptr,
452 scan->inode_size - extra_bytes);
453 scan->ptr += scan->inode_size - extra_bytes;
454 scan->bytes_left -= scan->inode_size - extra_bytes;
  /external/dbus/dbus/
dbus-string.h 133 int extra_bytes);
dbus-string.c 945 * Preallocate extra_bytes such that a future lengthening of the
946 * string by extra_bytes is guaranteed to succeed without an out of
950 * @param extra_bytes bytes to alloc
955 int extra_bytes)
957 if (!_dbus_string_lengthen (str, extra_bytes))
959 _dbus_string_shorten (str, extra_bytes);
    [all...]
  /external/v8/src/
spaces.cc 2609 int extra_bytes = requested_size - object_size; local
    [all...]

Completed in 202 milliseconds