Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | KB *(1 <<10) |
#define | MB *(1 <<20) |
#define | GB *(1U<<30) |
#define | SIZE_DEFAULT (64 KB) |
#define | SEED_DEFAULT 0 |
#define | COMPRESSIBILITY_DEFAULT 50 |
#define | DISPLAY(...) fprintf(stderr, __VA_ARGS__) |
#define | DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } |
Functions | |
static int | usage (char *programName) |
int | main (int argc, char **argv) |
Variables | |
static unsigned | displayLevel = 2 |
#define COMPRESSIBILITY_DEFAULT 50 |
Definition at line 45 of file datagencli.c.
#define DISPLAY | ( | ... | ) | fprintf(stderr, __VA_ARGS__) |
Definition at line 51 of file datagencli.c.
#define DISPLAYLEVEL | ( | l, | |
... | |||
) | if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } |
Definition at line 52 of file datagencli.c.
#define GB *(1U<<30) |
Definition at line 41 of file datagencli.c.
#define KB *(1 <<10) |
Definition at line 39 of file datagencli.c.
#define MB *(1 <<20) |
Definition at line 40 of file datagencli.c.
#define SEED_DEFAULT 0 |
Definition at line 44 of file datagencli.c.
#define SIZE_DEFAULT (64 KB) |
Definition at line 43 of file datagencli.c.
Definition at line 77 of file datagencli.c.
References argv, COMPRESSIBILITY_DEFAULT, DISPLAYLEVEL, displayLevel, LZ4_VERSION_STRING, RDG_genOut(), SEED_DEFAULT, SIZE_DEFAULT, and usage().
|
static |
Definition at line 59 of file datagencli.c.
References COMPRESSIBILITY_DEFAULT, DISPLAY, SEED_DEFAULT, and SIZE_DEFAULT.
Referenced by main().
|
static |
Definition at line 53 of file datagencli.c.
Referenced by main().