Searched refs:WELCOME_MESSAGE (Results 1 – 6 of 6) sorted by relevance
/external/lz4/programs/ |
D | lz4cli.c | 53 #define WELCOME_MESSAGE "*** %s %i-bits v%s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8),… macro 124 DISPLAY(WELCOME_MESSAGE); in usage_advanced() 395 if (!strcmp(argument, "--version")) { DISPLAYOUT(WELCOME_MESSAGE); return 0; } in main() 445 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main() 597 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
|
/external/zstd/zlibWrapper/examples/ |
D | zwrapbench.c | 49 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(size_t)*8),… macro 804 DISPLAY(WELCOME_MESSAGE); in usage() 892 …if (!strcmp(argument, "--version")) { displayOut=stdout; DISPLAY(WELCOME_MESSAGE); CLEAN_RETURN(0)… in main() 905 … case 'V': displayOut=stdout; DISPLAY(WELCOME_MESSAGE); CLEAN_RETURN(0); /* Version Only */ in main() 985 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
|
/external/zstd/programs/ |
D | zstdcli.c | 56 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(size_t)*8),… macro 137 DISPLAYOUT(WELCOME_MESSAGE); in usage_advanced() 570 DISPLAYOUT(WELCOME_MESSAGE); in printVersion() 1096 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
|
/external/lz4/tests/ |
D | fullbench.c | 58 #define WELCOME_MESSAGE "*** %s v%s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION_STRING,… macro 726 DISPLAY(WELCOME_MESSAGE); in main()
|
/external/zstd/tests/ |
D | fullbench.c | 44 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, ZSTD_versionStr… macro 842 DISPLAY(WELCOME_MESSAGE); in main()
|
D | paramgrill.c | 39 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, ZSTD_VERSION_STRING,… macro 2933 DISPLAYLEVEL(2, WELCOME_MESSAGE); in main()
|