diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-27 12:04:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-27 12:04:53 +0200 |
| commit | 49b9c4a516f72e03d53277075f4580e2df8f0e63 (patch) | |
| tree | dea68649391d14d63a96e742b450c59681ac4305 /test/103_gendata_h48 | |
| parent | fde8dfa9df8df1e3d42a9a8840836e33817cd498 (diff) | |
| download | nissy-core-49b9c4a516f72e03d53277075f4580e2df8f0e63.tar.gz nissy-core-49b9c4a516f72e03d53277075f4580e2df8f0e63.zip | |
Some type fixes and some cleanup
Diffstat (limited to '')
| -rw-r--r-- | test/103_gendata_h48/00_h_0.in (renamed from test/102_gendata_h48/00_h_0.in) | 0 | ||||
| -rw-r--r-- | test/103_gendata_h48/00_h_0.out (renamed from test/102_gendata_h48/00_h_0.out) | 0 | ||||
| -rw-r--r-- | test/103_gendata_h48/01_h_1.in (renamed from test/102_gendata_h48/01_h_1.in) | 0 | ||||
| -rw-r--r-- | test/103_gendata_h48/01_h_1.out (renamed from test/102_gendata_h48/01_h_1.out) | 0 | ||||
| -rw-r--r-- | test/103_gendata_h48/gendata_h48_tests.c (renamed from test/102_gendata_h48/gendata_h48_tests.c) | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/test/102_gendata_h48/00_h_0.in b/test/103_gendata_h48/00_h_0.in index 573541a..573541a 100644 --- a/test/102_gendata_h48/00_h_0.in +++ b/test/103_gendata_h48/00_h_0.in | |||
diff --git a/test/102_gendata_h48/00_h_0.out b/test/103_gendata_h48/00_h_0.out index db6e121..db6e121 100644 --- a/test/102_gendata_h48/00_h_0.out +++ b/test/103_gendata_h48/00_h_0.out | |||
diff --git a/test/102_gendata_h48/01_h_1.in b/test/103_gendata_h48/01_h_1.in index d00491f..d00491f 100644 --- a/test/102_gendata_h48/01_h_1.in +++ b/test/103_gendata_h48/01_h_1.in | |||
diff --git a/test/102_gendata_h48/01_h_1.out b/test/103_gendata_h48/01_h_1.out index 456305d..456305d 100644 --- a/test/102_gendata_h48/01_h_1.out +++ b/test/103_gendata_h48/01_h_1.out | |||
diff --git a/test/102_gendata_h48/gendata_h48_tests.c b/test/103_gendata_h48/gendata_h48_tests.c index 9d96e75..f0910cc 100644 --- a/test/102_gendata_h48/gendata_h48_tests.c +++ b/test/103_gendata_h48/gendata_h48_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #define MAXDEPTH 5 | 3 | #define MAXDEPTH 5 |
| 4 | #define COCSEPSIZE 1119792 | 4 | #define COCSEPSIZE 1119792 |
| 5 | #define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (h)) | 5 | #define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h)) |
| 6 | 6 | ||
| 7 | size_t gendata_h48(void *, uint8_t, uint8_t); | 7 | size_t gendata_h48(void *, uint8_t, uint8_t); |
| 8 | 8 | ||
