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

  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 185 char* new_bytes = new char[size]; local
186 memcpy(new_bytes, bytes_ + start_, len);
192 bytes_ = new_bytes;
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 215 char* new_bytes = new char[size_]; local
216 memcpy(new_bytes, bytes_ + start_, len);
218 bytes_ = new_bytes;
  /external/v8/src/
string-stream.cc 564 unsigned new_bytes = *bytes * 2; local
566 if (new_bytes <= *bytes) {
569 char* new_space = NewArray<char>(new_bytes);
574 *bytes = new_bytes;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 390 char* new_bytes = new char[length]; local
391 std::memcpy(new_bytes, bytes, length);
392 SetBytes(new_bytes, length);
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 478 SIZE_T new_bytes = bytes; local
480 &new_bytes, protect, &old_protect_);
484 bytes_ = new_bytes;
497 SIZE_T new_bytes = bytes_; local
499 &new_bytes, old_protect_,
  /external/chromium_org/v8/src/
string-stream.cc 564 unsigned new_bytes = *bytes * 2; local
566 if (new_bytes <= *bytes) {
569 char* new_space = NewArray<char>(new_bytes);
574 *bytes = new_bytes;
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 391 FT_Byte* new_bytes = NULL; local
405 ( !pool || !FT_ALLOC( new_bytes,
428 t[0] = new_bytes + cur_offset;
445 t[n] = new_bytes + next_offset + extra;
461 *pool = new_bytes;
    [all...]
  /external/freetype/src/cff/
cffload.c 391 FT_Byte* new_bytes = NULL; local
405 ( !pool || !FT_ALLOC( new_bytes,
428 t[0] = new_bytes + cur_offset;
445 t[n] = new_bytes + next_offset + extra;
461 *pool = new_bytes;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 358 int new_bytes = p->bytes + grow; local
359 if(grow > 0 && new_bytes < MAX_NODE_BYTES)
361 char* value = (char*)realloc(p->value, new_bytes);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 749 M4OSA_Int32 new_bytes, init_bit_pos; local
1302 M4OSA_Int32 new_bytes, init_bit_pos; local
1752 M4OSA_Int32 new_bytes, init_bit_pos; local
    [all...]

Completed in 625 milliseconds