Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/szfile/
DCpuArch.c100 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead()
118 if (v[0] == p->vendor[0] && in x86cpuid_GetFirm()
119 v[1] == p->vendor[1] && in x86cpuid_GetFirm()
120 v[2] == p->vendor[2]) in x86cpuid_GetFirm()
DCpuArch.h127 UInt32 vendor[3]; member