Searched refs:cpuid_vendor_list (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx_ports/
H A Dx86_cpuid.c20 static struct cpuid_vendors cpuid_vendor_list[VPX_CPU_LAST] = variable in typeref:struct:cpuid_vendors
48 if (strncmp ((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
49 return (cpuid_vendor_list[i].vendor_id);

Completed in 499 milliseconds