Home
last modified time | relevance | path

Searched defs:count (Results 1 – 9 of 9) sorted by relevance

/mcuboot-2.7.6/sim/tests/
Dcore.rs173 let count = IMAGE_NUMBER.fetch_add(1, Ordering::SeqCst); in dump_image() localVariable
/mcuboot-2.7.6/sim/simflash/src/
Dpdump.rs15 count: usize, field
/mcuboot-2.7.6/boot/cypress/libs/retarget_io_pdl/
Dcy_retarget_io_pdl.c191 uint32_t count = 0; in cy_retarget_io_putchar() local
/mcuboot-2.7.6/boot/cypress/platforms/retarget_io_pdl/
Dcy_retarget_io_pdl.c191 uint32_t count = 0; in cy_retarget_io_putchar() local
/mcuboot-2.7.6/boot/bootutil/src/
Dimage_rsa.c134 int count = PSS_MASK_LEN; in pss_mgf1() local
/mcuboot-2.7.6/boot/mbed/src/
Dflash_map_backend.cpp204 int flash_area_get_sectors(int fa_id, uint32_t* count, struct flash_sector* sectors) { in flash_area_get_sectors()
/mcuboot-2.7.6/ptest/src/
Dmain.rs122 let mut count = 1; in done() localVariable
/mcuboot-2.7.6/sim/mcuboot-sys/csupport/
Drun.c378 int flash_area_get_sectors(int fa_id, uint32_t *count, in flash_area_get_sectors()
/mcuboot-2.7.6/sim/src/
Dimage.rs892 let mut count = self.total_count.unwrap() / 2; in run_with_status_fails_with_reset() localVariable
1604 let count = areadesc.iter_areas().filter(|area| area.device_id == id).count(); in install_ptable() localVariable