diff options
Diffstat (limited to 'test/120_gendata_h48h0k4')
| -rw-r--r-- | test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c b/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c index 41ab10a..7c5b441 100644 --- a/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c +++ b/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c | |||
| @@ -6,24 +6,25 @@ | |||
| 6 | #define INFO_DISTRIBUTION_LEN 21 | 6 | #define INFO_DISTRIBUTION_LEN 21 |
| 7 | 7 | ||
| 8 | typedef struct { | 8 | typedef struct { |
| 9 | char solver[INFO_SOLVER_STRLEN]; | 9 | uint64_t distribution[INFO_DISTRIBUTION_LEN]; |
| 10 | uint64_t type; | 10 | uint64_t type; |
| 11 | uint64_t infosize; | 11 | uint64_t infosize; |
| 12 | uint64_t fullsize; | 12 | uint64_t fullsize; |
| 13 | uint64_t hash; | 13 | uint64_t hash; |
| 14 | uint64_t entries; | 14 | uint64_t entries; |
| 15 | uint64_t classes; /* Used only by cocsepdata, for now */ | 15 | uint64_t classes; /* Used only by cocsepdata, for now */ |
| 16 | uint64_t next; | ||
| 17 | char solver[INFO_SOLVER_STRLEN]; | ||
| 16 | uint8_t h48h; | 18 | uint8_t h48h; |
| 17 | uint8_t bits; | 19 | uint8_t bits; |
| 18 | uint8_t base; | 20 | uint8_t base; |
| 19 | uint8_t maxvalue; | 21 | uint8_t maxvalue; |
| 20 | uint64_t next; | ||
| 21 | uint64_t distribution[INFO_DISTRIBUTION_LEN]; | ||
| 22 | } tableinfo_t; | 22 | } tableinfo_t; |
| 23 | 23 | ||
| 24 | typedef struct { | 24 | typedef struct { |
| 25 | uint8_t h; | 25 | uint8_t h; |
| 26 | uint8_t k; | 26 | uint8_t k; |
| 27 | uint8_t base; | ||
| 27 | uint8_t maxdepth; | 28 | uint8_t maxdepth; |
| 28 | tableinfo_t info; | 29 | tableinfo_t info; |
| 29 | void *buf; | 30 | void *buf; |
