Searched refs:clevel (Results 1 – 4 of 4) 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/syslinux/lzo/src/ |
D | stats1a.h | 64 unsigned clevel; member
|
D | stats1b.h | 64 unsigned clevel; member
|
/external/lz4/programs/ |
D | bench.c | 51 …_local(const char* src, char* dst, int srcSize, int dstSize, int clevel) { (void)clevel; return LZ… in LZ4_compress_local() argument
|