Searched refs:CHUNKSZ (Results 1 – 4 of 4) sorted by relevance
202 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
449 #ifndef CHUNKSZ450 #define CHUNKSZ (64 * 1024) macro
283 .chunk_size = CHUNKSZ,
461 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in image_decomp()1418 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()
Completed in 10 milliseconds