Home
last modified time | relevance | path

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

/mcuboot-latest/sim/tests/
Dcore.rs195 let count = IMAGE_NUMBER.fetch_add(1, Ordering::SeqCst); in dump_image() localVariable
/mcuboot-latest/sim/simflash/src/
Dpdump.rs15 count: usize, field
/mcuboot-latest/boot/cypress/libs/retarget_io_pdl/
Dcy_retarget_io_pdl.c191 uint32_t count = 0; in cy_retarget_io_putchar() local
/mcuboot-latest/boot/cypress/platforms/retarget_io_pdl/
Dcy_retarget_io_pdl.c191 uint32_t count = 0; in cy_retarget_io_putchar() local
/mcuboot-latest/boot/bootutil/src/
Dimage_rsa.c92 int count = PSS_MASK_LEN; in pss_mgf1() local
/mcuboot-latest/boot/mbed/src/
Dflash_map_backend.cpp212 int flash_area_get_sectors(int fa_id, uint32_t* count, struct flash_sector* sectors) { in flash_area_get_sectors()
/mcuboot-latest/ptest/src/
Dmain.rs162 let mut count = 1; in done() localVariable
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c662 int flash_area_get_sectors(int fa_id, uint32_t *count, in flash_area_get_sectors()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c362 int flash_area_get_sectors(int fa_id, uint32_t *count, in flash_area_get_sectors()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c401 int flash_area_get_sectors(int fa_id, uint32_t *count, in flash_area_get_sectors()
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs157 let count = if cfg!(feature = "multiimage") { in new() localVariable
/mcuboot-latest/sim/src/
Dimage.rs1166 let mut count = self.total_count.unwrap() / 2; in run_with_status_fails_with_reset() localVariable
2209 let count = areadesc.iter_areas().filter(|area| area.device_id == id).count(); in install_ptable() localVariable