Janos Follath cc93908b88 Bignum: Declare loop variable in loop head
In the new bignum files (bignum_core.c, bignum_mod_raw.c and
bignum_mod.c) the loop variables are declared in the loop head wherever
this change is beneficial.

There are loops where the loop variable is used after the end of the
loop (this might not be good practice, but that is out of scope for this
commit) and others where there are several loop variables and declaring
them there would hurt readability.

Signed-off-by: Janos Follath <janos.follath@arm.com>
2022-08-15 12:08:49 +01:00
..
2022-06-29 16:17:50 +01:00
2021-06-28 09:24:07 +01:00
2022-08-12 17:59:53 +02:00
2022-08-12 18:09:12 +02:00
2022-08-11 17:42:59 +01:00
2022-08-15 11:50:22 +01:00
2022-08-15 11:50:22 +01:00
2021-08-19 09:55:41 +01:00
2022-05-06 10:55:10 +02:00
2021-06-17 21:46:29 +02:00
2021-09-27 16:22:08 +02:00
2022-07-27 14:43:38 +01:00
2022-07-28 10:31:16 +01:00
2022-07-26 10:20:52 +02:00
2022-07-26 10:20:52 +02:00
2022-07-27 20:44:02 +02:00
2022-08-15 11:38:30 +01:00
2021-08-19 09:31:55 +01:00
2021-06-28 09:24:07 +01:00
2021-03-29 14:20:18 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2022-07-21 12:11:53 +02:00
2021-06-28 09:24:07 +01:00
2021-06-08 16:45:41 +02:00
2021-04-15 11:19:47 +01:00
2022-05-12 09:45:03 +01:00
2022-07-01 16:43:25 +01:00
2021-09-08 22:04:13 +05:30
2020-11-25 13:10:50 +01:00
2021-12-06 07:50:27 +01:00
2021-08-19 09:31:55 +01:00
2021-08-19 09:31:55 +01:00
2022-07-20 11:07:29 +08:00
2022-03-29 17:43:56 +02:00