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

  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 75 SourceStream* extra_bytes = patch_streams.stream(5); local
77 const uint8* extra_start = extra_bytes->Buffer();
78 const uint8* extra_end = extra_start + extra_bytes->Remaining();
148 !extra_bytes->Empty())
bsdiff_create.cc 216 SinkStream* extra_bytes = patch_streams.stream(5); local
390 if (!extra_bytes->Write(&newbuf[lastscan + lenf + i], 1))
  /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 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;
  /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/chromium_org/media/webm/
webm_parser.cc 435 int extra_bytes = -1; local
442 extra_bytes = i;
448 if (extra_bytes == -1)
452 if ((1 + extra_bytes) > size)
457 for (int i = 0; i < extra_bytes; ++i) {
  /external/lzma/
7zFormat.txt 114 First_Byte Extra_Bytes Value
  /external/chromium_org/net/http/
http_stream_parser.cc 596 int extra_bytes = read_buf_->offset() - end_of_header_offset; local
597 if (extra_bytes) {
598 CHECK_GT(extra_bytes, 0);
601 extra_bytes);
603 read_buf_->SetCapacity(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/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 1296 size_t extra_bytes = data_offset + alignment - 1; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 1284 size_t extra_bytes = data_offset + alignment - 1; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [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 557 milliseconds