Home
last modified time | relevance | path

Searched defs:bytes_total (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dmtrace.h217 size_t bytes_total; /* Total size of the heap. */ member
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c572 uint32_t bytes_total = 0; in vpx_svc_dump_statistics() local
/external/crosvm/gpu_display/src/
Dgpu_display_stub.rs61 let bytes_total = (self.width as u64) * (self.height as u64) * (bytes_per_pixel as u64); in lazily_allocate_buffer() localVariable