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

/vbox/src/VBox/Main/webservice/
H A Dsplit-soapC.cpp87 unsigned long uLimit = 0; local
119 uLimit += cbChunk;
172 if ( cbWritten >= uLimit
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2235 uint32_t uLimit = pCurLeaf->uEax; local
2236 if (uLimit <= UINT32_C(0x000fffff))
2238 if (uLimit > pConfig->uMaxStdLeaf)
2240 pCurLeaf->uEax = uLimit = pConfig->uMaxStdLeaf;
2242 uLimit + 1, UINT32_C(0x000fffff));
2246 if (pConfig->fNt4LeafLimit && uLimit > 3)
2247 pCurLeaf->uEax = uLimit = 3;
2250 pCurLeaf->uEax = uLimit;
2254 LogRel(("CPUID: Invalid standard range: %#x\n", uLimit));
2267 uint32_t uLimit local
2295 uint32_t uLimit = pCurLeaf->uEax; local
[all...]

Completed in 84 milliseconds