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

  /system/extras/ext4_utils/
sparse_format.h 41 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member in struct:chunk_header
simg2img.c 176 if (chunk_header.total_sz != (sparse_header.chunk_hdr_sz +
185 if (chunk_header.total_sz != sparse_header.chunk_hdr_sz) {
output_file.c 166 chunk_header.total_sz = CHUNK_HEADER_LEN;
228 chunk_header.total_sz = CHUNK_HEADER_LEN + rnd_up_len;
  /bionic/linker/
linker.c 727 * mapped and its overall memory size (*total_sz).
733 * total_sz: Total size of the memory that should be allocated for
747 get_lib_extents(int fd, const char *name, void *__hdr, unsigned *total_sz)
797 *total_sz = (max_vaddr - min_vaddr);
902 unsigned total_sz = 0; local
1001 total_sz += len;
    [all...]

Completed in 48 milliseconds