Searched defs:new_bytes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc199 char* new_bytes = new char[size_]; local
200 memcpy(new_bytes, bytes_ + start_, len);
202 bytes_ = new_bytes;
/external/lldb/source/Core/
H A DEvent.cpp220 EventDataBytes::SwapBytes (std::string &new_bytes) argument
222 m_bytes.swap (new_bytes);
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc478 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/third_party/freetype/src/cff/
H A Dcffload.c391 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;
/external/chromium_org/v8/src/
H A Dstring-stream.cc544 unsigned new_bytes = *bytes * 2; local
546 if (new_bytes <= *bytes) {
549 char* new_space = NewArray<char>(new_bytes);
554 *bytes = new_bytes;
/external/freetype/src/cff/
H A Dcffload.c391 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;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c391 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;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c410 int new_bytes = p->bytes + grow; local
411 if(grow > 0 && new_bytes < MAX_NODE_BYTES)
413 char* value = (char*)realloc(p->value, new_bytes);

Completed in 341 milliseconds