aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentdd44adceed44bec3dc313b77ec6f69123dc59016 (diff)
downloadnissy-core-cdf311166da0171c2787fb1745072cd14569ff4f.tar.gz
nissy-core-cdf311166da0171c2787fb1745072cd14569ff4f.zip
Refactor table generation
Diffstat (limited to 'tools')
-rw-r--r--tools/001_gendata_h48/gendata_h48.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/001_gendata_h48/gendata_h48.c b/tools/001_gendata_h48/gendata_h48.c
index da0b4ad..a73f818 100644
--- a/tools/001_gendata_h48/gendata_h48.c
+++ b/tools/001_gendata_h48/gendata_h48.c
@@ -3,8 +3,8 @@
3 3
4#define MAXDEPTH 20 4#define MAXDEPTH 20
5#define HVALUE 0 5#define HVALUE 0
6#define OPTIONS "0;20" 6#define OPTIONS "0;4;20"
7#define LONGOPTIONS "h = 0, max depth = 20" 7#define LONGOPTIONS "h = 0, k = 4, max depth = 20"
8 8
9#define COCSEPSIZE 1119792 9#define COCSEPSIZE 1119792
10#define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h)) 10#define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h))

Generated with cgit - Back to sebastiano.tronto.net