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

  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c 70 unsigned long int new_bytes; variable
101 if (qs_buf.msg_qbytes == new_bytes) {
109 "received - %ld", new_bytes,
118 new_bytes = qs_buf.msg_qbytes;
161 new_bytes = qs_buf.msg_qbytes;
  /art/runtime/gc/accounting/
card_table-inl.h 184 uint8_t new_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon141
195 new_bytes[i] = visitor(expected_bytes[i]);
201 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;
  /art/libartbase/base/
allocator.h 88 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; local
89 if (g_max_bytes_used[tag] < new_bytes) {
90 g_max_bytes_used[tag] = new_bytes;
  /external/v8/src/
string-stream.cc 526 unsigned new_bytes = *bytes * 2; local
528 if (new_bytes <= *bytes) {
531 char* new_space = NewArray<char>(new_bytes);
536 *bytes = new_bytes;
  /external/protobuf/src/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...]
  /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/freetype/src/cff/
cffload.c 415 FT_Byte* new_bytes = NULL; local
432 ( !pool || !FT_ALLOC( new_bytes, new_size ) ) )
454 t[0] = new_bytes + cur_offset;
471 t[n] = new_bytes + next_offset + extra;
487 *pool = new_bytes;
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 917 int new_bytes = first_fill - boundary.length; local
    [all...]

Completed in 182 milliseconds