Searched refs:WELCOME_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/external/lz4/programs/
H A Dlz4cli.c91 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__ macro
164 DISPLAY(WELCOME_MESSAGE);
330 case 'V': DISPLAY(WELCOME_MESSAGE); return 0; /* Version */
428 DISPLAYLEVEL(3, WELCOME_MESSAGE);
H A Dfullbench.c112 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__ macro
739 DISPLAY(WELCOME_MESSAGE);

Completed in 85 milliseconds