Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs1576 let mut remaining_ops = total_ops; in try_random_fails() localVariable
1578 let reset_counter = rng.gen_range(1 ..= remaining_ops / 2); in try_random_fails()
1585 remaining_ops -= reset_counter; in try_random_fails()