HomeSort by relevance Sort by last modified time
    Searched refs:MyCPUID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.c 52 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
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/
CpuArch.c 51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
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 90 milliseconds