Searched refs:i32 (Results 1 – 3 of 3) sorted by relevance
/mcuboot-3.7.0/sim/mcuboot-sys/src/ |
D | c.rs | 26 result: i32, 72 counter: Option<&mut i32>, image_index: Option<i32>, in boot_go() argument 92 let result: i32 = unsafe { in boot_go() 97 &mut rsp as *mut _, -1) as i32, in boot_go() 101 i as i32) as i32 in boot_go()
|
/mcuboot-3.7.0/sim/src/ |
D | image.rs | 79 total_count: Option<i32>, 566 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade() argument 1300 None, Some(idx as i32), true)); in run_split_ram_load() 1415 fn try_upgrade(&self, stop: Option<i32>, permanent: bool) -> (SimMultiFlash, i32) { in try_upgrade() argument 1459 fn try_revert_with_fail_at(&self, stop: i32) -> bool { in try_revert_with_fail_at() 1556 fn try_random_fails(&self, total_ops: i32, count: usize) -> (SimMultiFlash, Vec<i32>) { in try_random_fails() argument
|
/mcuboot-3.7.0/sim/mcuboot-sys/ |
D | build.rs | 89 .fold(0, |sum, &v| sum + v as i32) > 1 { in main()
|