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

  /external/v8/test/cctest/heap/
utils-inl.h 78 int extra_bytes) {
82 CHECK(space_remaining >= extra_bytes);
83 int new_linear_size = space_remaining - extra_bytes;
  /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;
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 92 protected static final byte[] EXTRA_BYTES =
205 out.write(EXTRA_BYTES);
388 out.write(EXTRA_BYTES);
390 out.write(EXTRA_BYTES);
433 total += EXTRA_BYTES.length;
435 total += EXTRA_BYTES.length;
  /bionic/libc/malloc_debug/
DebugData.h 83 size_t extra_bytes() { return extra_bytes_; } function in class:DebugData
malloc_debug.cpp 290 size_t real_size = size + g_debug->extra_bytes();
412 size_t real_size = alignment + bytes + g_debug->extra_bytes();
431 size_t real_size = bytes + g_debug->extra_bytes();
557 if (__builtin_add_overflow(size, g_debug->extra_bytes(), &real_size)) {
  /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/boringssl/src/crypto/bytestring/
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,
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Common.h 55 * @def EXTRA_BYTES For Cache alignment
60 #define EXTRA_BYTES 256
94 OMX_MALLOC_SIZE(_ptr_, _size_ + EXTRA_BYTES, _name_); \
  /external/lzma/DOC/
7zFormat.txt 114 First_Byte Extra_Bytes Value
  /external/dbus/dbus/
dbus-string.h 143 int extra_bytes);
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);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 254 pTemp_lcml->pBufferParam = (G711ENC_ParamStruct*)(pBufferParamTemp + EXTRA_BYTES);
494 pParmsTemp -= EXTRA_BYTES;
506 pBufParmsTemp -=EXTRA_BYTES;
510 pFrameParmsTemp -=EXTRA_BYTES;
522 pBufParmsTemp -=EXTRA_BYTES;
    [all...]
OMX_G711Encoder.c     [all...]
  /external/libpng/contrib/tools/
pngfix.c 2033 png_uint_32 extra_bytes; \/* Count of extra compressed bytes *\/ member in struct:zlib
    [all...]
  /prebuilts/android-emulator/linux-x86_64/bin/
resize2fs 
mkfs.ext4 
tune2fs 
e2fsck 
fsck.ext4 
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 346 #define EXTRA_BYTES 128
    [all...]

Completed in 4843 milliseconds