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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1320 uint32_t cLastWithEcx = 0; local
1339 cLastWithEcx++;
1342 cLastWithEcx++;
1351 Log(("CPUM: cNeither=%d cSame=%d cLastWithEcx=%d cTotal=%d\n", cNeither, cSame, cLastWithEcx, cTotal));
1354 else if (cLastWithEcx == cTotal)

Completed in 62 milliseconds