Home
last modified time | relevance | path

Searched defs:clevel (Results 1 – 3 of 3) sorted by relevance

/external/lz4/tests/
DroundTripTest.c104 int clevel) in roundTripTest()
127 static void roundTripCheck(const void* srcBuff, size_t srcSize, int clevel) in roundTripCheck()
202 static void fileCheck(const char* fileName, int clevel) in fileCheck()
233 int clevel = 0; in main() local
/external/autotest/client/profilers/powertop/src/
Dpowertop.c273 int clevel = 0; in read_data_acpi() local
324 int len, clevel = 0; in read_data_cpuidle() local
/external/lz4/programs/
Dbench.c52 static int LZ4_compress_local(const char* src, char* dst, int srcSize, int dstSize, int clevel) { in LZ4_compress_local()