OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cLevel
(Results
1 - 4
of
4
) sorted by null
/external/lz4/programs/
bench.h
31
int BMK_benchFile(char** fileNamesTable, int nbFiles, int
cLevel
);
lz4cli.c
261
cLevel
=0,
307
if ((argument[0]=='c') && (argument[1]=='0')) {
cLevel
=0; argument++; continue; } /* -c0 (fast compression) */
308
if ((argument[0]=='c') && (argument[1]=='1')) {
cLevel
=9; argument++; continue; } /* -c1 (high compression) */
309
if ((argument[0]=='h') && (argument[1]=='c')) {
cLevel
=9; argument++; continue; } /* -hc (high compression) */
316
cLevel
= 0;
319
cLevel
*= 10;
320
cLevel
+= *argument - '0';
438
if (bench) return BMK_benchFile(argv+filenamesStart, argc-filenamesStart,
cLevel
);
490
LZ4IO_compressFilename_Legacy(input_filename, output_filename,
cLevel
);
494
DEFAULT_COMPRESSOR(input_filename, output_filename,
cLevel
);
[
all
...]
bench.c
63
static int LZ4_compress_local(const char* src, char* dst, int size, int
clevel
) { (void)
clevel
; return LZ4_compress(src, dst, size); }
237
int BMK_benchFile(char** fileNamesTable, int nbFiles, int
cLevel
)
251
if (
cLevel
<= 3) cfunctionId = 0; else cfunctionId = 1;
374
chunkP[chunkNb].compressedSize = compP.compressionFunction(chunkP[chunkNb].origBuffer, chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origSize,
cLevel
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdrm.h
57
UINT
cLevel
Completed in 1624 milliseconds