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

/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c52 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) function
119 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]);
120 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d);
/external/lzma/C/
H A DCpuArch.c51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) function
100 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]);
101 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d);

Completed in 123 milliseconds