Searched refs:LZ4_VERSION (Results 1 – 5 of 5) sorted by relevance
/external/lz4/programs/ |
D | datagen.c | 62 #ifndef LZ4_VERSION 63 # define LZ4_VERSION "r125" macro 279 DISPLAYLEVEL(4, "Data Generator %s \n", LZ4_VERSION); in main()
|
D | lz4cli.c | 87 #ifndef LZ4_VERSION 88 # define LZ4_VERSION "r126" macro 91 …i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE…
|
D | frametest.c | 73 #ifndef LZ4_VERSION 74 # define LZ4_VERSION "" macro 658 printf("Starting lz4frame tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION); in main()
|
D | fullbench.c | 108 #ifndef LZ4_VERSION 109 # define LZ4_VERSION "" macro 112 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (i…
|
D | fuzzer.c | 72 #ifndef LZ4_VERSION 73 # define LZ4_VERSION "" macro 1148 printf("Starting LZ4 fuzzer (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION); in main()
|