Searched refs:clevel (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 273 int clevel = 0; in read_data_acpi() local 289 clevel = 0; in read_data_acpi() 299 usage[clevel] += 1+strtoull(c, NULL, 10); in read_data_acpi() 304 duration[clevel] += strtoull(c, NULL, 10); in read_data_acpi() 306 clevel++; in read_data_acpi() 307 if (clevel > maxcstate) in read_data_acpi() 308 maxcstate = clevel; in read_data_acpi() 324 int len, clevel = 0; in read_data_cpuidle() local 348 clevel = 0; in read_data_cpuidle() 369 clevel = (strtoull(f, NULL, 16)>>4) + 1; in read_data_cpuidle() [all …]
|
/external/lz4/programs/ |
D | bench.c | 63 static int LZ4_compress_local(const char* src, char* dst, int size, int clevel) { (void)clevel; ret… in LZ4_compress_local() argument
|