Home
last modified time | relevance | path

Searched refs:WELCOME_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/external/lz4/programs/
Dlz4cli.c53 #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/
Dzwrapbench.c49 #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/
Dzstdcli.c56 #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/
Dfullbench.c58 #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/
Dfullbench.c44 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, ZSTD_versionStr… macro
842 DISPLAY(WELCOME_MESSAGE); in main()
Dparamgrill.c39 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, ZSTD_VERSION_STRING,… macro
2933 DISPLAYLEVEL(2, WELCOME_MESSAGE); in main()