Home
last modified time | relevance | path

Searched refs:new_sz (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c429 uint32_t new_sz; in boot_copy_sz() local
437 new_sz = sz + boot_img_sector_size(state, BOOT_PRIMARY_SLOT, i); in boot_copy_sz()
443 if (new_sz > scratch_sz) { in boot_copy_sz()
446 sz = new_sz; in boot_copy_sz()