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

  /system/extras/ext4_utils/
sparse_format.h 42 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member in struct:chunk_header
  /bionic/linker/
linker.c 717 * mapped and its overall memory size (*total_sz).
723 * total_sz: Total size of the memory that should be allocated for
737 get_lib_extents(int fd, const char *name, void *__hdr, unsigned *total_sz)
787 *total_sz = (max_vaddr - min_vaddr);
889 unsigned total_sz = 0; local
988 total_sz += len;
1021 if (total_sz > si->size) {
1024 pid, total_sz, si->name, si->size);
    [all...]

Completed in 125 milliseconds