Searched defs:cpuinfo (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
H A Dcpu-features.c41 * the "Features" field in /proc/cpuinfo.
44 * of /proc/cpuinfo to deal with newer hardware.
155 /* Read the content of /proc/cpuinfo into a user-provided buffer.
190 * the content of /proc/cpuinfo and return it as a heap-allocated
561 /* Compute the ELF HWCAP flags from the content of /proc/cpuinfo.
567 get_elf_hwcap_from_proc_cpuinfo(const char* cpuinfo, int cpuinfo_len) { argument
570 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
585 char* cpuFeatures = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "Features");
661 char* cpuinfo = NULL; local
670 cpuinfo_len = get_file_size("/proc/cpuinfo");
[all...]

Completed in 5 milliseconds