Searched defs:cMaxWidth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp164 uint8_t cMaxWidth; local
167 cMaxWidth = 32;
169 cMaxWidth = ASMCpuId_EAX(0x80000008) & 0xff;
172 cMaxWidth = 36;
174 cMaxWidth = 32;
175 return cMaxWidth;

Completed in 57 milliseconds