Home | History | Annotate | Download | only in useful

Lines Matching defs:UInt

4 typedef  unsigned int            UInt;
7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
8 UInt index, UInt ecx_in )
10 UInt a,b,c,d;
21 UInt eax, ebx, ecx, edx;
22 UInt maxidx, maxextidx, i,ecx_in;
76 typedef unsigned int UInt;
79 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
80 UInt index, UInt ecx_in )
82 UInt a,b,c,d;
93 UInt eax, ebx, ecx, edx;
94 UInt maxidx, maxextidx, i,ecx_in;