diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-09-29 12:42:31 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-09-29 12:42:31 +0200 |
| commit | 7a52b4cd50a40e4bce919b6bd51203d0e9867141 (patch) | |
| tree | 95ab133f9771c4791d5c784f1b3d4822b1dd7d3c /test/100_gendata_cocsep | |
| parent | 8fcfb3a33fe053ed2032d58ecc0b5d640c155931 (diff) | |
| parent | 774a824a6c80b5af495f4fb99d98758e3b9f6b81 (diff) | |
| download | nissy-core-7a52b4cd50a40e4bce919b6bd51203d0e9867141.tar.gz nissy-core-7a52b4cd50a40e4bce919b6bd51203d0e9867141.zip | |
Merge remote-tracking branch 'upstream/master'
Merge upstream
Diffstat (limited to 'test/100_gendata_cocsep')
| -rw-r--r-- | test/100_gendata_cocsep/gendata_cocsep_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c index 7630a71..62f52fb 100644 --- a/test/100_gendata_cocsep/gendata_cocsep_tests.c +++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c | |||
| @@ -6,19 +6,19 @@ | |||
| 6 | #define COCSEP_CLASSES 3393 | 6 | #define COCSEP_CLASSES 3393 |
| 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 | size_t gendata_cocsep(void *, uint64_t *, cube_t *); | 24 | size_t gendata_cocsep(void *, uint64_t *, cube_t *); |
