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

  /system/core/toolbox/
mount.c 31 int used_size; member in struct:extra_opts
68 int newlen = extra->used_size + len;
81 extra->end = extra->str + extra->used_size;
85 if (extra->used_size) {
90 extra->used_size += len;
  /external/compiler-rt/lib/asan/
asan_allocator.cc 112 // this - this->used_size).
132 uptr used_size : FIRST_32_SECOND_64(32, 54); // Size requested by the user.
168 uptr AsanChunkView::UsedSize() { return chunk_->used_size; }
185 m = (AsanChunk*)((uptr)m - m->used_size);
293 return m->used_size;
432 thread_stats.really_freed += m->used_size;
433 thread_stats.really_freed_redzones += m->Size() - m->used_size;
570 p->used_size = (uptr)p - (uptr)m;
577 m->used_size = size;
626 uptr rounded_size = RoundUpTo(m->used_size, REDZONE)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 77 dpb->used_size = 0;
90 dpb->fs[num_fs]->base_dpb = dpb->decoded_picture_buffer + dpb->used_size;
101 dpb->used_size += (framesize + video->padded_size);
226 dpb->used_size = 0;
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 45 static void micro_ops_warn(Int actual_size, Int used_size, Int line_size)
50 used_size, line_size);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 540 used_size maintains the used space.
556 uint32 used_size; /* used size */ member in struct:tagDecPicBuffer
    [all...]

Completed in 388 milliseconds