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

  /external/libvncserver/libvncserver/
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;
  /bionic/libc/malloc_debug/
DebugData.h 84 size_t extra_bytes() { return extra_bytes_; } function in class:DebugData
malloc_debug.cpp 295 size_t real_size = size + g_debug->extra_bytes();
442 size_t real_size = alignment + bytes + g_debug->extra_bytes();
461 size_t real_size = bytes + g_debug->extra_bytes();
608 if (__builtin_add_overflow(size, g_debug->extra_bytes(), &real_size)) {
  /external/e2fsprogs/lib/ext2fs/
inode.c 580 int extra_bytes = 0; local
634 extra_bytes = scan->bytes_left;
659 if (extra_bytes) {
660 memcpy(scan->temp_buffer+extra_bytes, scan->ptr,
661 scan->inode_size - extra_bytes);
662 scan->ptr += scan->inode_size - extra_bytes;
663 scan->bytes_left -= scan->inode_size - extra_bytes;
  /external/boringssl/src/crypto/bytestring/
cbb.c 253 size_t extra_bytes = len_len - 1; local
254 if (!cbb_buffer_add(cbb->base, NULL, extra_bytes)) {
257 OPENSSL_memmove(cbb->base->buf + child_start + extra_bytes,
  /external/libpng/contrib/tools/
pngfix.c 2033 png_uint_32 extra_bytes; \/* Count of extra compressed bytes *\/ member in struct:zlib
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 9390 int extra_bytes; local
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]

Completed in 172 milliseconds