Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h144 #define x86cpuid_GetFamily(p) (((p)->ver >> 8) & 0xFF00F) macro
DCpuArch.c133 family = x86cpuid_GetFamily(&p); in CPU_Is_InOrder()
/external/chromium_org/third_party/lzma_sdk/
DCpuArch.h145 #define x86cpuid_GetFamily(p) (((p)->ver >> 8) & 0xFF00F) macro
DCpuArch.c152 family = x86cpuid_GetFamily(&p); in CPU_Is_InOrder()
Dchromium.patch134 < family = x86cpuid_GetFamily(&p);
322 > family = x86cpuid_GetFamily(&p);