Home
last modified time | relevance | path

Searched refs:FREQUENCY_FILESIZE (Results 1 – 1 of 1) sorted by relevance

/external/cpuinfo/src/linux/
Dprocessors.c26 #define FREQUENCY_FILESIZE 32 macro
138 …if (cpuinfo_linux_parse_small_file(max_frequency_filename, FREQUENCY_FILESIZE, uint32_parser, &max… in cpuinfo_linux_get_processor_max_frequency()
159 …if (cpuinfo_linux_parse_small_file(min_frequency_filename, FREQUENCY_FILESIZE, uint32_parser, &min… in cpuinfo_linux_get_processor_min_frequency()