OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WELCOME_MESSAGE
(Results
1 - 2
of
2
) sorted by null
/external/lz4/programs/
lz4cli.c
91
#define
WELCOME_MESSAGE
"*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__
164
DISPLAY(
WELCOME_MESSAGE
);
330
case 'V': DISPLAY(
WELCOME_MESSAGE
); return 0; /* Version */
428
DISPLAYLEVEL(3,
WELCOME_MESSAGE
);
fullbench.c
112
#define
WELCOME_MESSAGE
"*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__
739
DISPLAY(
WELCOME_MESSAGE
);
Completed in 1088 milliseconds