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

  /art/runtime/base/
allocator.h 94 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; local
95 if (g_max_bytes_used[tag] < new_bytes) {
96 g_max_bytes_used[tag] = new_bytes;
  /art/runtime/gc/accounting/
card_table-inl.h 181 uint8_t new_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon97
192 new_bytes[i] = visitor(expected_bytes[i]);
198 const uint8_t new_byte = new_bytes[i];
  /external/webrtc/webrtc/base/
bytebuffer.cc 203 char* new_bytes = new char[size_]; local
204 memcpy(new_bytes, bytes_ + start_, len);
206 bytes_ = new_bytes;
  /external/v8/src/
string-stream.cc 569 unsigned new_bytes = *bytes * 2; local
571 if (new_bytes <= *bytes) {
574 char* new_space = NewArray<char>(new_bytes);
579 *bytes = new_bytes;
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 917 int new_bytes = first_fill - boundary.length; local
    [all...]
  /external/freetype/src/cff/
cffload.c 392 FT_Byte* new_bytes = NULL; local
409 ( !pool || !FT_ALLOC( new_bytes, new_size ) ) )
431 t[0] = new_bytes + cur_offset;
448 t[n] = new_bytes + next_offset + extra;
464 *pool = new_bytes;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/pdfium/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/protobuf/src/google/protobuf/
wire_format_lite_inl.h 349 const uint32 new_bytes = new_entries * sizeof(CType); local
350 if (new_bytes != length) return false;
370 if (bytes_limit >= new_bytes) {
376 if (!input->ReadRaw(dest, new_bytes)) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 351 const uint32 new_bytes = new_entries * sizeof(CType); local
352 if (new_bytes != length) return false;
372 if (bytes_limit >= new_bytes) {
378 if (!input->ReadRaw(dest, new_bytes)) {
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.cc 723 char* new_bytes = new char[length];
724 memcpy(new_bytes, bytes, length);
725 SetBytes(new_bytes, length);
  /external/dbus/dbus/
dbus-marshal-recursive.c 2684 int new_bytes; local
    [all...]

Completed in 733 milliseconds