Searched refs:blk_sz (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/libsparse/ |
H A D | simg_dump.py | 84 blk_sz = header[5] 107 % (path, total_blks, blk_sz, total_chunks)) 140 if data_sz != (chunk_sz * blk_sz): 142 % (data_sz, chunk_sz * blk_sz)) 162 data = fill_bin * (blk_sz / 4);
|
H A D | sparse_format.h | 31 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member
|
H A D | sparse_read.cpp | 513 len = (int64_t)sparse_header.total_blks * sparse_header.blk_sz; in sparse_file_import_source() 514 s = sparse_file_new(sparse_header.blk_sz, len); in sparse_file_import_source()
|
H A D | output_file.cpp | 541 .blk_sz = out->block_size, in output_file_init()
|
/aosp12/build/make/tools/releasetools/ |
H A D | sparse_img.py | 56 self.blocksize = blk_sz = header[5] 74 blk_sz, total_chunks) 95 if data_sz != (chunk_sz * blk_sz): 98 (data_sz, chunk_sz * blk_sz))
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu.c | 1551 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes() argument 1566 assert(blk_sz <= MEMBLOCK); in dhd_load_file_bytes() 1570 if (read_len >= blk_sz) { in dhd_load_file_bytes() 1571 read_len = blk_sz; in dhd_load_file_bytes()
|