Searched refs:WELCOME_MESSAGE (Results 1 – 7 of 7) 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 127 DISPLAY(WELCOME_MESSAGE); in usage_advanced() 403 if (!strcmp(argument, "--version")) { DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; } in main() 453 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main() 612 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 819 DISPLAY(WELCOME_MESSAGE); in usage() 907 …if (!strcmp(argument, "--version")) { displayOut=stdout; DISPLAY(WELCOME_MESSAGE); CLEAN_RETURN(0)… in main() 920 … case 'V': displayOut=stdout; DISPLAY(WELCOME_MESSAGE); CLEAN_RETURN(0); /* Version Only */ in main() 1000 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
|
/external/zstd/programs/ |
D | zstdcli.c | 59 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(size_t)*8),… macro 160 DISPLAYOUT(WELCOME_MESSAGE); in usage_advanced() 619 DISPLAYOUT(WELCOME_MESSAGE); in printVersion() 1204 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 803 DISPLAY(WELCOME_MESSAGE); in main()
|
/external/zstd/tests/ |
D | fullbench.c | 45 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, ZSTD_versionStr… macro 871 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()
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhsum.c | 75 #define WELCOME_MESSAGE(exename) "%s %s by %s \n", exename, XSUM_PROGRAM_VERSION, author macro 1254 XSUM_log( WELCOME_MESSAGE(exename) ); in XSUM_usage()
|