Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/libvncserver/
Dfont.c57 int bpp=rfbScreen->serverFormat.bitsPerPixel/8,extra_bytes=0; in rfbDrawCharWithClip() local
74 if(x1>x) { x1-=x; data+=x1; width-=x1; x+=x1; extra_bytes+=x1/8; } else x1=0; in rfbDrawCharWithClip()
76 if(x2<x+width) { extra_bytes+=(x1+width)/8-(x+width-x2+7)/8; width-=x+width-x2; } in rfbDrawCharWithClip()
99 data += extra_bytes; in rfbDrawCharWithClip()
/external/e2fsprogs/lib/ext2fs/
Dinode.c408 int extra_bytes = 0; in ext2fs_get_next_inode_full() local
456 extra_bytes = scan->bytes_left; in ext2fs_get_next_inode_full()
472 if (extra_bytes) { in ext2fs_get_next_inode_full()
473 memcpy(scan->temp_buffer+extra_bytes, scan->ptr, in ext2fs_get_next_inode_full()
474 scan->inode_size - extra_bytes); in ext2fs_get_next_inode_full()
475 scan->ptr += scan->inode_size - extra_bytes; in ext2fs_get_next_inode_full()
476 scan->bytes_left -= scan->inode_size - extra_bytes; in ext2fs_get_next_inode_full()
/external/boringssl/src/crypto/bytestring/
Dcbb.c218 size_t extra_bytes = len_len - 1; in CBB_flush() local
219 if (!cbb_buffer_add(cbb->base, NULL, extra_bytes)) { in CBB_flush()
222 memmove(cbb->base->buf + child_start + extra_bytes, in CBB_flush()
/external/libpng/contrib/tools/
Dpngfix.c2027 png_uint_32 extra_bytes; /* Count of extra compressed bytes */ member
2475 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()
2493 zlib->extra_bytes = 0; in zlib_run()
2535 if (zlib->global->errors && zlib->extra_bytes == 0) in zlib_run()
2563 list->lengths[i] -= zlib->extra_bytes; in zlib_run()
2595 chunk->chunk_length -= zlib->extra_bytes; in zlib_run()
/external/v8/test/cctest/
Dtest-heap.cc3578 int extra_bytes) { in AllocateAllButNBytes() argument
3581 CHECK(space_remaining >= extra_bytes); in AllocateAllButNBytes()
3582 int new_linear_size = space_remaining - extra_bytes; in AllocateAllButNBytes()
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c2449 /*OUT*/HChar* buf, Int extra_bytes ) in disAMode() argument
2455 vassert(extra_bytes >= 0 && extra_bytes < 10); in disAMode()
2529 + delta+4 + extra_bytes; in disAMode()