aboutsummaryrefslogtreecommitdiff
path: root/test/113_gen_h48short
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-25 14:35:45 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-25 14:35:45 +0200
commitcdf311166da0171c2787fb1745072cd14569ff4f (patch)
tree82db218e948bff91c1dc57a7ac25d8b5d944ec12 /test/113_gen_h48short
parentdd44adceed44bec3dc313b77ec6f69123dc59016 (diff)
downloadnissy-core-cdf311166da0171c2787fb1745072cd14569ff4f.tar.gz
nissy-core-cdf311166da0171c2787fb1745072cd14569ff4f.zip
Refactor table generation
Diffstat (limited to 'test/113_gen_h48short')
-rw-r--r--test/113_gen_h48short/gen_h48short.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/113_gen_h48short/gen_h48short.c b/test/113_gen_h48short/gen_h48short.c
index 92d346a..335821a 100644
--- a/test/113_gen_h48short/gen_h48short.c
+++ b/test/113_gen_h48short/gen_h48short.c
@@ -8,6 +8,11 @@ typedef struct {
8 uint64_t capacity; 8 uint64_t capacity;
9 uint64_t randomizer; 9 uint64_t randomizer;
10 uint64_t *table; 10 uint64_t *table;
11 uint32_t *info;
12 uint32_t *cocsepdata;
13 uint32_t *h48data;
14 uint64_t selfsim[COCSEP_CLASSES];
15 cube_t crep[COCSEP_CLASSES];
11} h48map_t; 16} h48map_t;
12 17
13typedef struct { 18typedef struct {

Generated with cgit - Back to sebastiano.tronto.net