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

  /frameworks/base/core/java/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;
  /external/e2fsprogs/lib/ext2fs/
inode.c 409 int extra_bytes = 0; local
457 extra_bytes = scan->bytes_left;
473 if (extra_bytes) {
474 memcpy(scan->temp_buffer+extra_bytes, scan->ptr,
475 scan->inode_size - extra_bytes);
476 scan->ptr += scan->inode_size - extra_bytes;
477 scan->bytes_left -= scan->inode_size - 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/chromium/net/http/
http_stream_parser.cc 441 int extra_bytes = read_buf_->offset() - read_buf_unused_offset_; local
442 if (extra_bytes) {
443 CHECK_GT(extra_bytes, 0);
446 extra_bytes);
448 read_buf_->SetCapacity(extra_bytes);
  /external/dbus/dbus/
dbus-string.h 144 int extra_bytes);
dbus-string.c 998 * Preallocate extra_bytes such that a future lengthening of the
999 * string by extra_bytes is guaranteed to succeed without an out of
1003 * @param extra_bytes bytes to alloc
1008 int extra_bytes)
1010 if (!_dbus_string_lengthen (str, extra_bytes))
1012 _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/valgrind/main/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 304 milliseconds