Searched refs:extra_bytes (Results 1 - 8 of 8) sorted by relevance
/external/v8/test/cctest/heap/ |
H A D | utils-inl.h | 78 int extra_bytes) { 82 CHECK(space_remaining >= extra_bytes); 83 int new_linear_size = space_remaining - extra_bytes; 77 AllocateAllButNBytes(v8::internal::NewSpace* space, int extra_bytes) argument
|
/external/libvncserver/libvncserver/ |
H A D | font.c | 57 int bpp=rfbScreen->serverFormat.bitsPerPixel/8,extra_bytes=0; local 74 if(x1>x) { x1-=x; data+=x1; width-=x1; x+=x1; extra_bytes+=x1/8; } else x1=0; 76 if(x2<x+width) { extra_bytes+=(x1+width)/8-(x+width-x2+7)/8; width-=x+width-x2; } 81 d=data[-1]; /* TODO: check if in this case extra_bytes is correct! */ 99 data += extra_bytes;
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | 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/boringssl/src/crypto/bytestring/ |
H A D | cbb.c | 238 size_t extra_bytes = len_len - 1; local 239 if (!cbb_buffer_add(cbb->base, NULL, extra_bytes)) { 242 memmove(cbb->base->buf + child_start + extra_bytes,
|
/external/dbus/dbus/ |
H A D | dbus-string.h | 143 int extra_bytes);
|
H A D | dbus-string.c | 868 * Preallocate extra_bytes such that a future lengthening of the 869 * string by extra_bytes is guaranteed to succeed without an out of 873 * @param extra_bytes bytes to alloc 878 int extra_bytes) 880 if (!_dbus_string_lengthen (str, extra_bytes)) 882 _dbus_string_shorten (str, extra_bytes); 877 _dbus_string_alloc_space(DBusString *str, int extra_bytes) argument
|
/external/libpng/contrib/tools/ |
H A D | pngfix.c | 2033 png_uint_32 extra_bytes; /* Count of extra compressed bytes */ member in struct:zlib 2274 * 1: saw Z_STREAM_END (zlib->extra_bytes indicates too much data) 2482 zlib->extra_bytes = nbytes - in_bytes; 2493 /* The 'extra_bytes' field is set by zlib_advance if there is extra 2500 zlib->extra_bytes = 0; 2542 if (zlib->global->errors && zlib->extra_bytes == 0) 2570 list->lengths[i] -= zlib->extra_bytes; 2602 chunk->chunk_length -= zlib->extra_bytes;
|
/external/valgrind/VEX/priv/ |
H A D | guest_amd64_toIR.c | 2439 extra_bytes holds the number of bytes after the amode, as supplied 2443 in extra_bytes. 2456 /*OUT*/HChar* buf, Int extra_bytes ) 2462 vassert(extra_bytes >= 0 && extra_bytes < 10); 2536 + delta+4 + extra_bytes; [all...] |
Completed in 413 milliseconds