HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_VERSION (Results 1 - 5 of 5) sorted by null

  /external/lz4/programs/
datagen.c 62 #ifndef LZ4_VERSION
63 # define LZ4_VERSION "r125"
279 DISPLAYLEVEL(4, "Data Generator %s \n", LZ4_VERSION);
lz4cli.c 87 #ifndef LZ4_VERSION
88 # define LZ4_VERSION "r126"
91 #define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__
frametest.c 73 #ifndef LZ4_VERSION
74 # define LZ4_VERSION ""
658 printf("Starting lz4frame tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION);
fullbench.c 108 #ifndef LZ4_VERSION
109 # define LZ4_VERSION ""
112 #define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION, (int)(sizeof(void*)*8), AUTHOR, __DATE__
fuzzer.c 72 #ifndef LZ4_VERSION
73 # define LZ4_VERSION ""
    [all...]

Completed in 436 milliseconds