Searched refs:LZ4_VERSION (Results 1 - 5 of 5) sorted by relevance

/external/lz4/programs/
H A Ddatagen.c62 #ifndef LZ4_VERSION
63 # define LZ4_VERSION "r125" macro
279 DISPLAYLEVEL(4, "Data Generator %s \n", LZ4_VERSION);
H A Dlz4cli.c87 #ifndef LZ4_VERSION
88 # define LZ4_VERSION "r126" macro
91 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__
H A Dframetest.c73 #ifndef LZ4_VERSION
74 # define LZ4_VERSION "" macro
658 printf("Starting lz4frame tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION);
H A Dfullbench.c108 #ifndef LZ4_VERSION
109 # define LZ4_VERSION "" macro
112 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__
H A Dfuzzer.c72 #ifndef LZ4_VERSION
73 # define LZ4_VERSION "" macro
1148 printf("Starting LZ4 fuzzer (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION);

Completed in 92 milliseconds